Skip to content

Commit f16d558

Browse files
authored
Add StikNES and update Countdown App (#63)
* Update sidecommunity.json Signed-off-by: neoarz <[email protected]> * Add StikNES * Update sidecommunity.json Signed-off-by: neoarz <[email protected]> * Update sidecommunity.json Signed-off-by: neoarz <[email protected]> * Update sidecommunity.json Signed-off-by: neoarz <[email protected]> * Update sidecommunity.json Signed-off-by: neoarz <[email protected]> * Update sidecommunity.json Signed-off-by: neoarz <[email protected]> * Update sidecommunity.json Signed-off-by: neoarz <[email protected]> --------- Signed-off-by: neoarz <[email protected]>
1 parent 58ef6b1 commit f16d558

File tree

1 file changed

+54
-11
lines changed

1 file changed

+54
-11
lines changed

sidecommunity.json

Lines changed: 54 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,73 @@
4141
"name": "Countdown",
4242
"bundleIdentifier": "com.neo.countdown",
4343
"developerName": "neoarz",
44-
"version": "1.5",
45-
"versionDate": "2025-01-27T21:37:29-05:00",
46-
"versionDescription": "iPad Support now Avaliable!",
47-
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/latest/download/Countdown.ipa",
44+
"version": "1.6",
45+
"versionDate": "2025-02-22T21:37:29-05:00",
46+
"versionDescription": "Added new animation!",
47+
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/download/1.6/Countdown.ipa",
4848
"localizedDescription": "This app is purely for entertainment purposes and is not intended to predict or influence real-life events. Any countdown generated by the app is entirely fictional and should not be taken seriously. I am not affiliated with the creators of the movie Countdown and is not responsible for any emotional, psychological, or other effects caused by the use of this app. By using this app, you agree to do so at your own discretion and risk.",
4949
"iconURL": "https://github.com/neoarz/Countdown-App/raw/main/Assets/CountdownLogo.jpg",
5050
"tintColor": "000",
51-
"size": 490000,
51+
"size": 720000,
5252
"screenshotURLs": [
5353
"https://raw.githubusercontent.com/neoarz/Countdown-App/main/RepoAssets/Clock.jpeg",
5454
"https://raw.githubusercontent.com/neoarz/Countdown-App/main/RepoAssets/UserAgreementBroken.jpeg",
5555
"https://raw.githubusercontent.com/neoarz/Countdown-App/main/RepoAssets/AcceptTOC.jpeg"
5656
],
5757
"subtitle": "If you could know exactly when you're going to die, would you want to know?",
58-
"absoluteVersion": "1.5",
58+
"absoluteVersion": "1.6",
5959
"appID": "com.neo.countdown",
6060
"versions": [
6161
{
62-
"version": "1.5",
63-
"date": "2025-01-27T21:37:29-05:00",
64-
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/latest/download/Countdown.ipa",
65-
"localizedDescription": "iPad Support now Avaliable!",
62+
"version": "1.6",
63+
"date": "2025-02-22T21:37:29-05:00",
64+
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/download/1.6/Countdown.ipa",
65+
"localizedDescription": "Added new animation!",
66+
"size": 720000,
67+
"absoluteVersion": "1.6"
68+
}
69+
]
70+
},
71+
{
72+
"name": "StikNES",
73+
"bundleIdentifier": "com.stik.StikNES",
74+
"developerName": "StikNES Team",
75+
"version": "5.2",
76+
"versionDate": "2025-02-22T21:37:29-05:00",
77+
"versionDescription": "StikNES Comes to Sidestore!",
78+
"downloadURL": "https://github.com/StikEMU/StikNES-2.0/releases/download/v2.0.2/StikNES.ipa",
79+
"localizedDescription": "StikNES is a SwiftUI-based NES emulator designed for iOS devices. It leverages the power of SwiftUI to deliver a clean, modern interface while emulating the classic NES gaming experience using the nes-rust library.",
80+
"iconURL": "https://github.com/StikEMU/StikNES-Site/blob/main/Website/logo.png?raw=true",
81+
"tintColor": "293B45",
82+
"size": 490000,
83+
"screenshotURLs": [
84+
"https://github.com/StikEMU/StikNES-Site/blob/main/Website/screenshot1.png?raw=true",
85+
"https://github.com/StikEMU/StikNES-Site/blob/main/Website/screenshot2.png?raw=true",
86+
"https://github.com/StikEMU/StikNES-Site/blob/main/Website/screenshot3.png?raw=true"
87+
],
88+
"appPermissions": {
89+
"entitlements": [
90+
"com.apple.developer.sustained-execution",
91+
"com.apple.developer.kernel.extended-virtual-addressing",
92+
"com.apple.developer.kernel.increased-memory-limit"
93+
94+
],
95+
"privacy": {
96+
"NSPhotoLibraryAddUsageDescription": "The guest app is requesting for this permission.",
97+
"NSPhotoLibraryUsageDescription": "The guest app is requesting for this permission."
98+
}
99+
},
100+
"subtitle": "SwiftUI NES Emulator for iOS",
101+
"absoluteVersion": "5.2",
102+
"appID": "com.stik.StikNES",
103+
"versions": [
104+
{
105+
"version": "5.2",
106+
"date": "2025-02-22T21:37:29-05:00",
107+
"downloadURL": "https://github.com/StikEMU/StikNES-2.0/releases/download/v2.0.2/StikNES.ipa",
108+
"localizedDescription": "StikNES Comes to Sidestore!",
66109
"size": 490000,
67-
"absoluteVersion": "1.5"
110+
"absoluteVersion": "5.2"
68111
}
69112
]
70113
},

0 commit comments

Comments
 (0)