Skip to content

Commit

Permalink
init config
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuibin committed Jan 9, 2024
1 parent b73ac2a commit 687a348
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apps
ipaParse.sh
merge.sh
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# IPA-for-self
巨魔自用源

生成ipa的配置,编辑ipa的地址,图标放到icons目录下(注意图标名字与App名字保持一致 png格式)

```bash
sh ipa ipaParse.sh xxx.ipa

```

编辑好之后合并配置

```bash
sh merge.sh
```

Binary file added icons/ChangeAppLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions ipa.json
Original file line number Diff line number Diff line change
@@ -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": "<IPA URL>",
"developerName": "",
"localizedDescription": "",
"iconURL": "https://cdn.jsdelivr.net/gh/WangGuibin/IPA-for-self@main/icons/ChangeAppLogo.png"
}
]
}

0 comments on commit 687a348

Please sign in to comment.