Skip to content

Commit 8a66064

Browse files
Fix Provenance bundleID and properties
1 parent 8fd7896 commit 8a66064

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

quantumsource.json

+1-1
Large diffs are not rendered by default.

quarksource-testing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"downloadURL": "https://provenance-emu.com/apps/2.0/Provenance-iOS.ipa",
1616
"localizedDescription": "Multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems",
1717
"iconURL": "https://camo.githubusercontent.com/28b1224bfcfbbe20b58b2d32117d0884fefe5b9ef8bf0035a0bc884003c684e7/68747470733a2f2f67626c6f627363646e2e676974626f6f6b2e636f6d2f7370616365732532462d4c6373736a547263503748574c6673595a434a2532466176617461722e706e67",
18-
"tintColor": "#162434",
18+
"tintColor": "#1c7cf3",
1919
"size": 57676086,
2020
"permissions": [
2121
{

update.py

+8-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
"kwargs": {"repo_author": "yoshisuga", "repo_name": "MAME4iOS"},
4747
"ids": ["com.example.mame4ios"]
4848
},
49-
{
50-
"parser": GithubParser,
51-
"kwargs": {"repo_author": "Provenance-Emu", "repo_name": "Provenance"},
52-
"ids": ["com.provenance-emu.provenance"]
53-
},
5449
{
5550
"parser": GithubParser,
5651
"kwargs": {"repo_author": "brandonplank", "repo_name": "flappybird"},
@@ -99,6 +94,14 @@
9994
]
10095
},
10196
"org.provenance-emu.provenance": {
97+
"localizedDescription": "Provenance is a multi-system emulator frontend for a plethora of retro gaming systems. You can keep all your games in one place, display them with cover art, and play to your heart's content.\n\nSystems Supported:\n\n• Atari\n - 2600\n - 5200\n - 7800\n - Lynx\n - Jaguar\n• Bandai\n - WonderSwan / WonderSwan Color\n• NEC\n - PC Engine / TurboGrafx-16 (PCE/TG16)\n - PC Engine Super CD-ROM² System / TurboGrafx-CD\n - PC Engine SuperGrafx\n - PC-FX\n• Nintendo\n - Nintendo Entertainment System / Famicom (NES/FC)\n - Famicom Disk System\n - Super Nintendo Entertainment System / Super Famicom (SNES/SFC)\n - Game Boy / Game Boy Color (GB/GBC)\n - Virtual Boy\n - Game Boy Advance (GBA)\n - Pokémon mini\n• Sega\n - SG-1000\n - Master System\n - Genesis / Mega Drive\n - Game Gear\n - CD / MegaCD\n - 32X\n• SNK\n - Neo Geo Pocket / Neo Geo Pocket Color\n• Sony\n - PlayStation (PSX/PS1)",
98+
"subtitle": "Multi-emulator frontend with dozens of console systems.",
99+
"screenshotURLs": [
100+
"https://i.imgur.com/Mr5AQBT.png",
101+
"https://i.imgur.com/Pk2h0II.png",
102+
"https://i.imgur.com/Fkg2IOK.png"
103+
],
104+
"tintColor": "#1c7cf3",
102105
"permissions": [
103106
{
104107
"type": "camera",

0 commit comments

Comments
 (0)