Update bonus section, close #382

This commit is contained in:
Daniel Khamsing 2016-07-28 08:51:10 -07:00
parent 207157b001
commit 5d55a93c4c
2 changed files with 23 additions and 3 deletions

View File

@ -175,8 +175,6 @@ def write_readme(j)
output << temp
end
output << "- [Bonus](#bonus) \n"
output << "\n"
output << h
output << "\n"

View File

@ -2,7 +2,7 @@
"title": "Open-Source iOS Apps",
"description": "<!-- \n⚠ This README is generated, please do not update. To contribute, make changes to contents.json ⚠️ \n https://github.com/dkhamsing/open-source-ios-apps -->",
"header": "```\nProjects that are not in English have a flag\n🇨🇳 Project is in Chinese\n🇪🇸 Project is in Spanish, etc\n\n 100+ Stars: 🔥\n 200+ Stars: 🔥🔥\n 500+ Stars: 🔥🔥🔥\n1000+ Stars: 🔥🔥🔥🔥\n2000+ Stars: 🔥🔥🔥🔥🔥\n```",
"footer": "## Bonus\n\nSee [archive](ARCHIVE.md), [awesome-macOS](https://github.com/iCHAIT/awesome-macOS) and [android-apps](https://github.com/pcqpcq/open-source-android-apps).\n\n## Thanks\n\nThis list was inspired by [awesome-ios](https://github.com/vsouza/awesome-ios) and [awesome-swift](https://github.com/matteocrippa/awesome-swift). Thanks to all the [contributors](https://github.com/dkhamsing/open-source-ios-apps/graphs/contributors) 🎉 \n\n## Contact\n\n- [github.com/dkhamsing](https://github.com/dkhamsing)\n- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)\n",
"footer": "## Thanks\n\nThis list was inspired by [awesome-ios](https://github.com/vsouza/awesome-ios) and [awesome-swift](https://github.com/matteocrippa/awesome-swift). Thanks to all the [contributors](https://github.com/dkhamsing/open-source-ios-apps/graphs/contributors) 🎉 \n\n## Contact\n\n- [github.com/dkhamsing](https://github.com/dkhamsing)\n- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)\n",
"categories": [
{
"title": "Apple TV",
@ -221,6 +221,10 @@
"title": "Timer",
"id": "timer",
"parent": "misc"
},
{
"title": "Bonus",
"id": "bonus"
}
],
"projects": [
@ -6416,6 +6420,24 @@
"license": "mit",
"date_added": "Wed Jul 27 07:05:30 2016 -0700",
"suggested_by": "@dkhamsing"
},
{
"title": "open-source-ios-apps archived apps",
"source": "https://github.com/dkhamsing/open-source-ios-apps/blob/master/ARCHIVE.md",
"category": "bonus",
"suggested_by": "@dkhamsing"
},
{
"title": "awesome-macOS",
"source": "https://github.com/iCHAIT/awesome-macOS",
"category": "bonus",
"suggested_by": "@dkhamsing"
},
{
"title": "open-source-android-apps",
"source": "https://github.com/pcqpcq/open-source-android-apps",
"category": "bonus",
"suggested_by": "@dkhamsing"
}
]
}