1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-03-10 08:30:16 +01:00

Merge pull request #322 from dkhamsing/globe

Regional iTunes Links
This commit is contained in:
dkhamsing 2016-06-01 15:46:00 -07:00
commit cf1f54ba96
2 changed files with 19 additions and 7 deletions

View File

@ -37,7 +37,7 @@ Feel free to cut and paste the snippet below
"category": "Category name", "category": "Category name",
"description": "What this app does", "description": "What this app does",
"source": "Link to source, usually GitHub" "source": "Link to source, usually GitHub"
} }
``` ```
#### Details #### Details
@ -68,8 +68,20 @@ Feel free to cut and paste the snippet below
- `tags`: List of app attribute tags, use `swift` if the app is written in Swift - `tags`: List of app attribute tags, use `swift` if the app is written in Swift
#### Examples - `itunes`: Link to App Store
- No regional restriction: the app should not have a region in the URL (`/gb` below)
- Good: https://itunes.apple.com/app/gorillas/id302275459
- Bad: https://itunes.apple.com/gb/app/gorillas/id302275459
- If the app is only available in a region, the URL should have a region
- Good: https://itunes.apple.com/gb/app/closebox-find-closest-postbox/id556364813
- Bad: https://itunes.apple.com/app/closebox-find-closest-postbox/id556364813
#### Examples
- https://github.com/dkhamsing/open-source-ios-apps/pull/281 - https://github.com/dkhamsing/open-source-ios-apps/pull/281
- https://github.com/dkhamsing/open-source-ios-apps/pull/281/files - https://github.com/dkhamsing/open-source-ios-apps/pull/281/files

View File

@ -3798,14 +3798,14 @@
"description": "Make free audio/video calls and text messages.", "description": "Make free audio/video calls and text messages.",
"source": "https://www.linphone.org/technical-corner/linphone/downloads", "source": "https://www.linphone.org/technical-corner/linphone/downloads",
"homepage": "https://www.linphone.org/", "homepage": "https://www.linphone.org/",
"itunes": "https://itunes.apple.com/us/app/linphone/id360065638" "itunes": "https://itunes.apple.com/app/linphone/id360065638"
}, },
{ {
"title": "Molecules", "title": "Molecules",
"category": "science", "category": "science",
"description": "Visualize molecules in 3D.", "description": "Visualize molecules in 3D.",
"source": "http://www.sunsetlakesoftware.com/molecules", "source": "http://www.sunsetlakesoftware.com/molecules",
"itunes": "https://itunes.apple.com/us/app/molecules/id284943090" "itunes": "https://itunes.apple.com/app/molecules/id284943090"
}, },
{ {
"title": "Task Coach", "title": "Task Coach",
@ -3820,7 +3820,7 @@
"category": "games", "category": "games",
"description": "A real-time physical game where you build your kingdom while crushing your opponents.", "description": "A real-time physical game where you build your kingdom while crushing your opponents.",
"source": "https://github.com/bryceredd/CastleHassle", "source": "https://github.com/bryceredd/CastleHassle",
"itunes": "https://itunes.apple.com/us/app/castle-hassle/id524566068" "itunes": "https://itunes.apple.com/app/castle-hassle/id524566068"
}, },
{ {
"title": "Skeleton Key", "title": "Skeleton Key",
@ -3872,14 +3872,14 @@
"description": "Blast your way through waves of pterodactyls. Also has a detailed writeup on how it's made.", "description": "Blast your way through waves of pterodactyls. Also has a detailed writeup on how it's made.",
"source": "https://github.com/shaunlebron/PterodactylAttack", "source": "https://github.com/shaunlebron/PterodactylAttack",
"homepage": "https://shaunlebron.github.io/pteroattack.com/", "homepage": "https://shaunlebron.github.io/pteroattack.com/",
"itunes": "https://itunes.apple.com/us/app/pterodactyl-attack/id786862892" "itunes": "https://itunes.apple.com/app/pterodactyl-attack/id786862892"
}, },
{ {
"title": "Neocom for EVE Online", "title": "Neocom for EVE Online",
"category": "games", "category": "games",
"description": "The character management tool for EveOnline MMORG.", "description": "The character management tool for EveOnline MMORG.",
"source": "https://github.com/mrdepth/Neocom", "source": "https://github.com/mrdepth/Neocom",
"itunes": "https://itunes.apple.com/us/app/eveuniverse/id418895101", "itunes": "https://itunes.apple.com/app/eveuniverse/id418895101",
"stars": 56 "stars": 56
} }
] ]