diff --git "a/iOS \345\277\253\346\215\267\350\267\263\350\275\254/\345\246\202\344\275\225\346\237\245\347\234\213 iOS scheme.lua" "b/iOS \345\277\253\346\215\267\350\267\263\350\275\254/\345\246\202\344\275\225\346\237\245\347\234\213 iOS scheme.lua" new file mode 100644 index 0000000..43db9c7 --- /dev/null +++ "b/iOS \345\277\253\346\215\267\350\267\263\350\275\254/\345\246\202\344\275\225\346\237\245\347\234\213 iOS scheme.lua" @@ -0,0 +1,4 @@ +1. 找到 ipa 文件,重命名扩展名为 zip +2. 解压缩 +3. 打开解压文件,在搜索框内输入Info.plist,找到Info.plist,如果搜索出来有多个Info.plist请选择文件较大的 +4. 用编辑器打开Info.plist,按ctr+f,在查找框内输入CFBundleURLSchemes,红色框出来的就是我们要找的url参数,如果有多个,也一并记录即可