Skip to content
dkhamsing edited this page Aug 24, 2019 · 13 revisions

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 😄

TLDR

A new entry should update contents.json with this format:

Please no emojis in descriptions.

{
	"title": "Name of the app",
	"category-ids": ["category-id"],
	"tags": ["swift"],
	"description": "What this app does",
	"source": "Link to source, usually GitHub",
	"screenshots": ["http://something.com/image.png"],
	"license": "mit",
	"date_added": "Aug 6 2016",
	"suggested_by": "@github_username"
}

Feel free to cut and paste ✂️

New category

Please open an issue.

Delete app

To delete an app, add the value archive to the tags field (more info).

New app (adding a JSON entry)

title, category-ids, description, source, date_added, suggested_by and screenshots are required, the rest is optional.

{
  "title": "App name",
  "category-ids": ["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://a.com/image1.png", "http://a.com/image2.png"],
  "date_added": "Aug 6 2016",
  "suggested_by": "@github_username"
}
Clone this wiki locally