上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 27 下一页
摘要: 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 阅读(427) 评论(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 阅读(506) 评论(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 阅读(1351) 评论(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 阅读(249) 评论(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 阅读(3785) 评论(0) 推荐(0) 编辑
摘要: 报错显示写的很明白,该特性不支持iOS9.0以下的系统,那么是不是将支持版本提高呢?其实并不需要这么做,新特性已经可以让你限制支持的版本,正确的方法就是将该特性调成9.0以后的系统,正确做法如下: Ref: https://www.jianshu.com/p/f497ae0c21e7 阅读全文
posted @ 2020-04-08 15:57 opencoder 阅读(138) 评论(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 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 由于开发的时候老是记不住各个设备屏幕尺寸对应的像素,特此在苹果开发者文档上将这些记录了下来,方便查阅. iPhone8 5.8-inch: 2436×1125 iPhone5 5.5-inch: 2208 x 1242 iPad (9.7): 2048x1536 iPad (12.9): 2732x2... 阅读全文
posted @ 2020-03-16 10:53 opencoder 阅读(810) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine; using System.Collections; using System.Runtime.InteropServices; public class ComManager { [DllImport("__Internal")] // ios手机的当前语言... 阅读全文
posted @ 2020-03-16 10:47 opencoder 阅读(973) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 27 下一页