04 2020 档案

摘要:从 CPAN https://metacpan.org/release/JSON 下载 JSON.tar.gz , 然后就开始安装: $ tar xvfz JSON-2.53.tar.gz $ cd JSON-2.53 $ perl Makefile.PL $ make $ make install Ref: https://www.yiibai.com/html/json/2013/090... 阅读全文
posted @ 2020-04-21 18:44 opencoder 阅读(3538) 评论(0) 推荐(0) 编辑
摘要:IPA越狱包的制作流程: 首先,你需要通过xcode进行Archive,在菜单的Product下面,方法不再赘述。 第二步,将该文件的后缀名改成zip。举个例子,把feimaobijia.ipa改成feimaobijia.zip,然后双击进行解压,然后会解压出一个名为Payload的文件夹。在该文件夹内是一个用你BundleName命名的文件,鼠标对准,然后右击,选择“显示包内容”,这时会显示... 阅读全文
posted @ 2020-04-20 16:43 opencoder 阅读(1318) 评论(0) 推荐(0) 编辑
摘要:Ok some or most ipa’s can be turned into a deb file. I’ll use the eJuice app as an example. 1.) Rename eJuice.ipa to eJuice.zip 2.) Extract eJuice.zip then look for AppName.app inside the extracted fi... 阅读全文
posted @ 2020-04-19 20:22 opencoder 阅读(440) 评论(0) 推荐(0) 编辑
摘要:Notice: There are many other ways to reach this, this is just one of them. Some steps could be improved, and some error will happen, such as failed to fetch error SSL –9836. For SSL –9836, you need t... 阅读全文
posted @ 2020-04-19 17:43 opencoder 阅读(532) 评论(0) 推荐(0) 编辑
摘要:先安装 Xcode 安装 Xcode Command Tools打开终端,输入 xcode-select --install 即可自动弹出安装界面。同意 Xcode license agreements 直接在终端输入 sudo xcodebuild -license 按下回车,会自动打开协议内容,按 q 直接忽略最后手动输入 agree ,搞定。 安装 Macports ,网址://www.m... 阅读全文
posted @ 2020-04-19 17:00 opencoder 阅读(1542) 评论(0) 推荐(0) 编辑
摘要:sudo rm -rf /Library/Developer/CommandLineTools xcode-select –install sudo xcodebuild -license accept open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg Ref: http... 阅读全文
posted @ 2020-04-15 10:40 opencoder 阅读(498) 评论(0) 推荐(0) 编辑
摘要:Last evening I came up with a requirement to drag a folder path into a TextBox in one of my Windows form applications. So I just want to share it with you all through a simple example. Drag-and-drop o... 阅读全文
posted @ 2020-04-08 18:35 opencoder 阅读(257) 评论(0) 推荐(0) 编辑
摘要:列出已经连接到电脑的设备,如果设备状态unauthorized,需要在设备上点击同意USB调试,允许电脑访问本设备。 $ adb devices List of devices attached 0123456789ABCDEF device 通过adb shell查找apk文件位置,替换 package name为包名或者application id。 adb shell pm path... 阅读全文
posted @ 2020-04-08 16:10 opencoder 阅读(3883) 评论(0) 推荐(0) 编辑
摘要:报错显示写的很明白,该特性不支持iOS9.0以下的系统,那么是不是将支持版本提高呢?其实并不需要这么做,新特性已经可以让你限制支持的版本,正确的方法就是将该特性调成9.0以后的系统,正确做法如下: Ref: https://www.jianshu.com/p/f497ae0c21e7 阅读全文
posted @ 2020-04-08 15:57 opencoder 阅读(139) 评论(0) 推荐(0) 编辑
摘要:Like a lot of things, the process of creating a launch screen for an iOS app has changed over time, and not necessarily for the simpler. Originally I had a launch screen image set in the Asset Catalog... 阅读全文
posted @ 2020-04-08 15:51 opencoder 阅读(629) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示