Skip to content

Instantly share code, notes, and snippets.

@Bart274
Created July 16, 2020 07:23
Show Gist options
  • Save Bart274/b7e59eb3c7ca4c7651c2cdf9286ef3eb to your computer and use it in GitHub Desktop.
Save Bart274/b7e59eb3c7ca4c7651c2cdf9286ef3eb to your computer and use it in GitHub Desktop.
app.json
{
"name": "<test name>",
"identifier": "<identifier>",
"apps": [
{
"name": "<test app name>",
"bundleIdentifier": "<bundleId>",
"developerName": "<dev name>",
"subtitle": "<subtitle for app>",
"version": "<version number>",
"versionDate": "2020-07-04T09:26:00+02:00",
"versionDescription": "<description>",
"downloadURL": "<url>",
"localizedDescription": "<description>",
"iconURL": "<iconurl>",
"tintColor": "BA55D3",
"size": 332043420,
"screenshotURLs": [
"<screenshoturl>"
]
}
],
"userInfo": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment