-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc0a846
commit 16ce3d5
Showing
7 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "hello!", | ||
"identifier": "fyi.zxcvbn.repo.test", | ||
"iconURL": "https://example.com/path/to/some/icon.png", | ||
"caption": "a *short* description of your repo!", | ||
"description": "this can be a longer description and include stuff like your links or something, idk", | ||
"apps": [ | ||
{ | ||
"name": "app name", | ||
"developerName": "zx", | ||
"bundleID": "fyi.zxcvbn.app", | ||
"caption": "just like the repo's caption", | ||
"description": "just like the repo's description", | ||
"downloadURL": "https://example.com/path/to/some/app.ipa", | ||
"iconURL": "https://example.com/hopefully/path/to/itunes/icon.png", | ||
"version": "1.2", | ||
"date": "2024-12-18", | ||
"size": 1073741824 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "hello!", | ||
"subtitle": "a *short* description of your repo!", | ||
"description": "this can be a longer description and include stuff like your links or something, idk", | ||
"apps": [ | ||
{ | ||
"name": "app name", | ||
"developerName": "zx", | ||
"bundleIdentifier": "fyi.zxcvbn.app", | ||
"localizedDescription": "", | ||
"iconURL": "https://example.com/hopefully/path/to/itunes/icon.png", | ||
"versions": [ | ||
{ | ||
"version": "1.2", | ||
"date": "2024-12-18", | ||
"size": 1073741824, | ||
"downloadURL": "https://example.com/path/to/some/app.ipa", | ||
"localizedDescription": "just like the repo's description" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "hello!", | ||
"identifier": "fyi.zxcvbn.repo.test", | ||
"apps": [ | ||
{ | ||
"name": "app name", | ||
"bundleIdentifier": "fyi.zxcvbn.app", | ||
"localizedDescription": "just like the repo's description", | ||
"downloadURL": "https://example.com/path/to/some/app.ipa", | ||
"iconURL": "https://example.com/hopefully/path/to/itunes/icon.png", | ||
"version": "1.2", | ||
"versionDate": "2024-12-18", | ||
"size": 1073741824 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "hello!", | ||
"identifier": "fyi.zxcvbn.repo.test", | ||
"apps": [ | ||
{ | ||
"name": "app name", | ||
"bundleIdentifier": "fyi.zxcvbn.app", | ||
"subtitle": "just like the repo's caption", | ||
"localizedDescription": "just like the repo's description", | ||
"downloadURL": "https://example.com/path/to/some/app.ipa", | ||
"iconURL": "https://example.com/hopefully/path/to/itunes/icon.png", | ||
"version": "1.2", | ||
"size": 1073741824 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"version": "1.0", | ||
"sourceName": "hello!", | ||
"sourceImage": "https://example.com/path/to/some/icon.png", | ||
"sourceDescription": "this can be a longer description and include stuff like your links or something, idk", | ||
"appRepositories": [ | ||
{ | ||
"appType": "SELF_SIGN", | ||
"appUpdateTime": "2024-12-18", | ||
"appName": "app name", | ||
"appVersion": "1.2", | ||
"appDescription": "just like the repo's description", | ||
"appImage": "https://example.com/hopefully/path/to/itunes/icon.png", | ||
"appPackage": "https://example.com/path/to/some/app.ipa" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"META": { | ||
"repoName": "hello!", | ||
"repoIcon": "https://example.com/path/to/some/icon.png" | ||
}, | ||
"Tweaked": [ | ||
{ | ||
"name": "app name", | ||
"dev": "zx", | ||
"version": "1.2", | ||
"icon": "https://example.com/hopefully/path/to/itunes/icon.png", | ||
"down": "https://example.com/path/to/some/app.ipa", | ||
"description": "just like the repo's description", | ||
"bundleID": "fyi.zxcvbn.app" | ||
} | ||
] | ||
} |