diff --git a/README.md b/README.md index 1ecb4a06..41976b61 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Open-Source iOS Apps -List of open-source iOS apps available in the App Store (see [this list](non-app-store-ios-apps.md) for apps not in the store). +List of open-source iOS apps. Feel free to contribute: [issues](https://github.com/dkhamsing/open-source-ios-apps/issues), [pull requests](https://github.com/dkhamsing/open-source-ios-apps/pulls), or [Twitter](https://twitter.com/dkhamsing). ## Swift + +### App Store + - Cannonball: Fun way to create and share stories and poems - https://github.com/twitterdev/cannonball-ios - https://itunes.apple.com/app/cannonball-magnetic-poetry/id929750075 @@ -42,7 +45,41 @@ Feel free to contribute: [issues](https://github.com/dkhamsing/open-source-ios-a - https://github.com/lexrus/VPNOn - https://itunes.apple.com/app/vpn-on/id951344279 +### More Swift projects + +- [2048](https://github.com/austinzheng/swift-2048): 2048 game for Swift +- [Apple Watch Calculator](https://github.com/noodlewerk/Apple_Watch_Calculator) +- [Alarm](https://github.com/ChrisChares/swift-alarm): Geolocation based alarm app for travelers +- [Bitcoin Tracker](http://www.raywenderlich.com/89562/watchkit-tutorial-with-swift-getting-started): Apple Watch app to track Bitcoin price +- [CardsAgainst](https://github.com/jpsim/CardsAgainst): Cards Against Humanity app +- [Chats](https://github.com/acani/Chats): Messages app +- [Cherry](https://github.com/kenshin03/Cherry): Mini Pomodoro Timer app designed for the Apple Watch +- [Coins](https://github.com/nothingmagical/coins): Bitcoin value tracker +- [CloudKit-To-Do-List](https://github.com/anthonygeranio/CloudKit-To-Do-List): Store & retrieve tasks using CloudKit +- [DeckRocket](https://github.com/jpsim/DeckRocket): Turn your iPhone into a remote for Deckset presentations +- [Firefox](https://github.com/mozilla/firefox-ios): Official Firefox app +- [FlappySwift](https://github.com/fullstackio/FlappySwift): Swift implementation of Flappy Bird +- [Game Of Life](https://github.com/yonbergman/swift-gameoflife): Conway's Game of Life +- [HackerNews](https://github.com/amitburst/HackerNews): Hacker News reader +- [HausClock](https://github.com/nottombrown/HausClock): Minimal Chess Clock using MVVM and ReactiveCocoa +- [HomeKit-Demo](https://github.com/KhaosT/HomeKit-Demo): A Swift demo for HomeKit +- [Kiosk](https://github.com/artsy/eidolon): The Artsy Auction Kiosk App +- [NYE](https://github.com/soffes/nye): New Year's Eve Cocktail Menu +- [PhotoBrowser](https://github.com/MoZhouqi/PhotoBrowser): A simple iOS Instagram photo browser +- [Pocket Forecast](https://github.com/appsquickly/Typhoon-Swift-Example): Swift weather application for Typhoon +- [ReactiveSwiftFlickrSearch](https://github.com/ColinEberhardt/ReactiveSwiftFlickrSearch): A Flickr-search app that uses MVVM & ReactiveCocoa +- [Reddit](https://github.com/amitburst/reddit-demo): Reddit news app +- [SwiftNote](https://github.com/mslathrop/SwiftNote): Simple note taking app with today widget and iCloud syncing +- [SwiftWeather](https://github.com/JakeLin/SwiftWeather): Weather app +- [Valio](https://github.com/soffes/valio): Valio Con 2014 Schedule +- [VoiceMemos](https://github.com/MoZhouqi/VoiceMemos): Audio recorder App for iPhone and iPad +- [WatchKit-Apps](https://github.com/kostiakoval/WatchKit-Apps): Tutorials app for WatchKit +- [Words](https://github.com/soffes/words): Thesaurus app + ## Objective-C + +### App Store + - A Menjar: Food menu app - https://github.com/maurovc/aMenjar - https://itunes.apple.com/app/a-menjar!/id816473131 @@ -126,7 +163,26 @@ Feel free to contribute: [issues](https://github.com/dkhamsing/open-source-ios-a - https://github.com/wordpress-mobile/WordPress-iOS - https://itunes.apple.com/app/wordpress/id335703880 -More open-source apps are on [this list](non-app-store-ios-apps.md). +### More Objective-C projects + +- [2048](https://github.com/austinzheng/iOS-2048): 2048 game for iOS +- [Cheddar](https://github.com/nothingmagical/cheddar-ios): Simple & instant task manager +- [Colo](https://github.com/wongzigii/Colo): Color themes hunter +- [Everest](https://github.com/EverestOpenSource/Everest-iOS): Everest.com app +- [Flickr-Search](https://github.com/alikaragoz/Flickr-Search/): Simple app which consumes the Flickr Search API +- [GroceryList](https://github.com/jspahrsummers/GroceryList): iPhone grocery list app, synchronized using GitHub +- [iBeaconTasks](https://github.com/TomekB/iBeaconTasks): iBeacon TODO reminder app based on Parse +- [KTPomodoro](https://github.com/kenshin03/KTPomodoro): Mini Pomodoro Timer app designed for the Apple Watch +- [lastfm-iphone](https://github.com/lastfm/lastfm-iphone): Last.fm iPhone app +- [Moves](https://github.com/neonichu/Places): Visualize which places you spent the most time +- [MovieDBApp](https://github.com/KMindeguia/moviedbapp): Movie info app +- [TabDump](https://github.com/dkhamsing/TabDump): TabDump news app +- [Theseus](https://github.com/lazerwalker/Theseus): An open-source iOS personal analytics tool + +## Sample code by Apple +- [Lister](https://developer.apple.com/library/prerelease/ios/samplecode/Lister/Introduction/Intro.html): Apple Watch list app example +- More https://developer.apple.com/wwdc/resources/sample-code/ + ## Thanks This list was inspired by [awesome-ios](https://github.com/vsouza/awesome-ios) and [awesome-swift](https://github.com/matteocrippa/awesome-swift). diff --git a/non-app-store-ios-apps.md b/non-app-store-ios-apps.md deleted file mode 100644 index dc178958..00000000 --- a/non-app-store-ios-apps.md +++ /dev/null @@ -1,59 +0,0 @@ -# Open-Source iOS Apps - -List of open-source iOS apps (see [this list](README.md) for apps on the App Store). - -Your contribution is welcome: [issues](https://github.com/dkhamsing/open-source-ios-apps/issues), [pull requests](https://github.com/dkhamsing/open-source-ios-apps/pulls), or [Twitter](https://twitter.com/dkhamsing) :smile: - -## Swift -- [2048](https://github.com/austinzheng/swift-2048): 2048 game for Swift -- [Apple Watch Calculator](https://github.com/noodlewerk/Apple_Watch_Calculator) -- [Alarm](https://github.com/ChrisChares/swift-alarm): Geolocation based alarm app for travelers -- [Bitcoin Tracker](http://www.raywenderlich.com/89562/watchkit-tutorial-with-swift-getting-started): Apple Watch app to track Bitcoin price -- [CardsAgainst](https://github.com/jpsim/CardsAgainst): Cards Against Humanity app -- [Chats](https://github.com/acani/Chats): Messages app -- [Cherry](https://github.com/kenshin03/Cherry): Mini Pomodoro Timer app designed for the Apple Watch -- [Coins](https://github.com/nothingmagical/coins): Bitcoin value tracker -- [CloudKit-To-Do-List](https://github.com/anthonygeranio/CloudKit-To-Do-List): Store & retrieve tasks using CloudKit -- [DeckRocket](https://github.com/jpsim/DeckRocket): Turn your iPhone into a remote for Deckset presentations -- [Firefox](https://github.com/mozilla/firefox-ios): Official Firefox app -- [FlappySwift](https://github.com/fullstackio/FlappySwift): Swift implementation of Flappy Bird -- [Game Of Life](https://github.com/yonbergman/swift-gameoflife): Conway's Game of Life -- [HackerNews](https://github.com/amitburst/HackerNews): Hacker News reader -- [HausClock](https://github.com/nottombrown/HausClock): Minimal Chess Clock using MVVM and ReactiveCocoa -- [HomeKit-Demo](https://github.com/KhaosT/HomeKit-Demo): A Swift demo for HomeKit -- [Kiosk](https://github.com/artsy/eidolon): The Artsy Auction Kiosk App -- [NYE](https://github.com/soffes/nye): New Year's Eve Cocktail Menu -- [PhotoBrowser](https://github.com/MoZhouqi/PhotoBrowser): A simple iOS Instagram photo browser -- [Pocket Forecast](https://github.com/appsquickly/Typhoon-Swift-Example): Swift weather application for Typhoon -- [ReactiveSwiftFlickrSearch](https://github.com/ColinEberhardt/ReactiveSwiftFlickrSearch): A Flickr-search app that uses MVVM & ReactiveCocoa -- [Reddit](https://github.com/amitburst/reddit-demo): Reddit news app -- [SwiftNote](https://github.com/mslathrop/SwiftNote): Simple note taking app with today widget and iCloud syncing -- [SwiftWeather](https://github.com/JakeLin/SwiftWeather): Weather app -- [Valio](https://github.com/soffes/valio): Valio Con 2014 Schedule -- [VoiceMemos](https://github.com/MoZhouqi/VoiceMemos): Audio recorder App for iPhone and iPad -- [WatchKit-Apps](https://github.com/kostiakoval/WatchKit-Apps): Tutorials app for WatchKit -- [Words](https://github.com/soffes/words): Thesaurus app - -## Objective-C -- [2048](https://github.com/austinzheng/iOS-2048): 2048 game for iOS -- [Cheddar](https://github.com/nothingmagical/cheddar-ios): Simple & instant task manager -- [Colo](https://github.com/wongzigii/Colo): Color themes hunter -- [Everest](https://github.com/EverestOpenSource/Everest-iOS): Everest.com app -- [Flickr-Search](https://github.com/alikaragoz/Flickr-Search/): Simple app which consumes the Flickr Search API -- [GroceryList](https://github.com/jspahrsummers/GroceryList): iPhone grocery list app, synchronized using GitHub -- [iBeaconTasks](https://github.com/TomekB/iBeaconTasks): iBeacon TODO reminder app based on Parse -- [KTPomodoro](https://github.com/kenshin03/KTPomodoro): Mini Pomodoro Timer app designed for the Apple Watch -- [lastfm-iphone](https://github.com/lastfm/lastfm-iphone): Last.fm iPhone app -- [Moves](https://github.com/neonichu/Places): Visualize which places you spent the most time -- [MovieDBApp](https://github.com/KMindeguia/moviedbapp): Movie info app -- [TabDump](https://github.com/dkhamsing/TabDump): TabDump news app -- [Theseus](https://github.com/lazerwalker/Theseus): An open-source iOS personal analytics tool - -## Sample code by Apple -- [Lister](https://developer.apple.com/library/prerelease/ios/samplecode/Lister/Introduction/Intro.html): Apple Watch list app example -- More https://developer.apple.com/wwdc/resources/sample-code/ - -## Contact -- [github.com/dkhamsing](https://github.com/dkhamsing) -- [twitter.com/dkhamsing](https://twitter.com/dkhamsing) -