diff --git a/.github/osia_convert.rb b/.github/osia_convert.rb index 64738d11..3bf86e38 100644 --- a/.github/osia_convert.rb +++ b/.github/osia_convert.rb @@ -175,8 +175,6 @@ def write_readme(j) output << temp end - output << "- [Bonus](#bonus) \n" - output << "\n" output << h output << "\n" diff --git a/contents.json b/contents.json index e4ee3fc3..70a9d58f 100644 --- a/contents.json +++ b/contents.json @@ -2,7 +2,7 @@ "title": "Open-Source iOS Apps", "description": "", "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" } ] }