-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Home
To contribute to open-source-ios-apps, please edit contents.json instead of the README.
If this seems kind of aggravating, you can always open an issue.
Thanks 😄
A new entry should update contents.json with this format:
{
"title": "Name of the app",
"category": "Category name",
"description": "What this app does",
"source": "Link to source, usually GitHub",
"screenshots": ["http://something.com/image.png"]
"date_added": "Aug 6 2016",
"suggested_by": "@github_username"
}Feel free to cut and paste ✂️
Please open an issue and contact @dkhamsing, @kvnbautista or @scribblemaniac.
To delete an app, add the value archive to the tags field (more info).
title, category, description, source, date_added, suggested_by and screenshots are required, the rest is optional.
{
"title": "App name",
"category": ["github", "parse"],
"description": "Describe what this app does",
"source": "https://github.com/user/repo",
"homepage": "https://awesome-url",
"itunes": "https://itunes.apple.com/app/id1234567890",
"license": "mit",
"lang": "zho",
"stars": 200,
"tags": ["swift"],
"screenshots": ["http://something.com/image.png", "http://something.com/image2.png"],
"date_added": Aug 6 2016,
"suggested_by": "@github_username"
}-
category: Use an approved category from this list https://github.com/dkhamsing/open-source-ios-apps/wiki/Categories -
category: An app can belong to more than one category, in that case use a list format in the example above -
itunes: Link to App Store-
No regional restriction: the app should not have a region in the URL (
/gbbelow) -
If the app is only available in a region, the URL should have a region
-
-
lang: App language in the form of ISO 639-2 code https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes -
license: Please use thekeyname from https://developer.github.com/v3/licenses/ (useotherif license info missing) -
screenshots: List of links to app images -
stars: Number of GitHub stars -
tags: At the moment, onlyswiftandarchivetags are supported