Skip to content

Commit 50f90a0

Browse files
Crear altstore.json.template
1 parent 6f8e467 commit 50f90a0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

web/altstore.json.template

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "HWM",
3+
"website": "https://randommodderjdk.github.io/HWM",
4+
"identifier": "de.randomfactory.randommodder.hwManagerFlutter.source",
5+
"apps": [
6+
{
7+
"beta": false,
8+
"name": "HWManager",
9+
"bundleIdentifier": "de.randomfactory.randommodder.hwManagerFlutter",
10+
"developerName": "RandomModder",
11+
"subtitle": "A homework manager utilizing untis for fetching the subjects of the week and discord as a cloud solution.",
12+
"version": "%version%",
13+
# date +‘%Y-%m-%dT%H:%M:%S+%z:00
14+
"versionDate": "%date%",
15+
"versionDescription": "%changelog%",
16+
"downloadURL": "https://github.com/RandomModderJDK/HWM/releases/download/%version%/hw-manager-%version%.ipa",
17+
"localizedDescription": "A homework manager utilizing untis for fetching the subjects of the week and discord as a cloud solution.",
18+
"iconURL": "https://github.com/RandomModderJDK/HWM/blob/main/assets/foreground-ios.png?raw=true",
19+
"tintColor": "ee0000",
20+
"size": %sizeInBytes%,
21+
"screenshotURLs": [
22+
"https://github.com/RandomModderJDK/HWM/blob/main/assets/foreground-ios.png?raw=true"
23+
]
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)