Skip to content

Commit

Permalink
Use "1111111" as developer uuid prefix for games that have no in-app-…
Browse files Browse the repository at this point in the history
…purchases

We do not need the developer UUID in that case.

Part of #14
  • Loading branch information
cweiske committed Mar 19, 2020
1 parent 44cd597 commit 74016bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion classic/com.ttssoftware.checkers.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
],
"developer": {
"uuid": "00000000-0487-4d9f-87c6-def448b5eb85",
"uuid": "11111111-0487-4d9f-87c6-def448b5eb85",
"name": "TTS Software, LLC",
"supportEmail": null,
"supportPhone": null,
Expand Down
2 changes: 1 addition & 1 deletion classic/com.ttssoftware.reversi.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
],
"developer": {
"uuid": "00000000-358f-4c4f-9c8e-f1ae1ebb4e80",
"uuid": "11111111-0487-4d9f-87c6-def448b5eb85",
"name": "TTS Software, LLC",
"supportEmail": null,
"supportPhone": null,
Expand Down
2 changes: 1 addition & 1 deletion classic/evil.corptron.SPPD.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
],
"developer": {
"uuid": "00000000-76ed-45b2-917a-08fdc2fbb273",
"uuid": "11111111-76ed-45b2-917a-08fdc2fbb273",
"name": "Landon Podbielski",
"supportEmail": "[email protected]",
"supportPhone": null,
Expand Down
2 changes: 1 addition & 1 deletion classic/magory.push.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
],
"developer": {
"uuid": "00000000-492e-4fb5-8a52-93cd17b1028e",
"uuid": "11111111-492e-4fb5-8a52-93cd17b1028e",
"name": "Magory.net",
"supportEmail": "[email protected]",
"supportPhone": null,
Expand Down

0 comments on commit 74016bb

Please sign in to comment.