diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f18b924 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +apps +ipaParse.sh +merge.sh \ No newline at end of file diff --git a/README.md b/README.md index a1b6e96..4b1ff55 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # IPA-for-self 巨魔自用源 + +生成ipa的配置,编辑ipa的地址,图标放到icons目录下(注意图标名字与App名字保持一致 png格式) + +```bash +sh ipa ipaParse.sh xxx.ipa + +``` + +编辑好之后合并配置 + +```bash +sh merge.sh +``` + diff --git a/icons/ChangeAppLogo.png b/icons/ChangeAppLogo.png new file mode 100644 index 0000000..750590e Binary files /dev/null and b/icons/ChangeAppLogo.png differ diff --git a/ipa.json b/ipa.json new file mode 100644 index 0000000..df962bc --- /dev/null +++ b/ipa.json @@ -0,0 +1,18 @@ +{ + "name": "CoderWGB's AppSource", + "identifier": "com.coderwgb.ipaApps", + "sourceURL": "https://cdn.jsdelivr.net/gh/WangGuibin/IPA-for-self@main/ipa.json", + "apps": [ + { + "name": "ChangeAppLogo", + "bundleIdentifier": "com.coderwgb.ios", + "version": "1.0", + "versionDate": "2024-01-09", + "size": 1248, + "downloadURL": "", + "developerName": "", + "localizedDescription": "", + "iconURL": "https://cdn.jsdelivr.net/gh/WangGuibin/IPA-for-self@main/icons/ChangeAppLogo.png" + } + ] +}