Merge branch 'master' of https://github.com/dkhamsing/open-source-ios-apps into eidolon
Conflicts: non-app-store-ios-apps.md
This commit is contained in:
commit
6f70d455d0
31
README.md
31
README.md
|
@ -1,22 +1,37 @@
|
|||
# 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 available in the App Store (see [this list](non-app-store-ios-apps.md) for apps not in the store).
|
||||
|
||||
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).
|
||||
|
||||
- Artsy: The Art World in Your Pocket
|
||||
- https://github.com/artsy/eigen
|
||||
- https://itunes.apple.com/us/app/artsy-art-world-in-your-pocket/id703796080?mt=8
|
||||
- https://itunes.apple.com/app/artsy-art-world-in-your-pocket/id703796080
|
||||
- C-41: Make developing film easier and more reliable by using this simple timer
|
||||
- https://github.com/ashfurrow/C-41
|
||||
- https://itunes.apple.com/ca/app/c-41/id789924103?mt=8
|
||||
- https://itunes.apple.com/app/c-41/id789924103
|
||||
- Coins: Bitcoin value tracker
|
||||
- https://github.com/nothingmagical/coins
|
||||
- https://itunes.apple.com/app/id787299853?mt=8
|
||||
- https://itunes.apple.com/app/id787299853
|
||||
- HN Reader: Hacker News Reader
|
||||
- https://github.com/Dimillian/SwiftHN
|
||||
- https://itunes.apple.com/us/app/hn-reader-hacker-news-reader/id919243741?mt=8
|
||||
- Parties for WWDC: Aggregator of developers parties happening in San Francisco mostly exclusively for participators of WWDC 2014
|
||||
- https://itunes.apple.com/app/hn-reader-hacker-news-reader/id919243741
|
||||
- News/YC: Hacker News client written in Swift - with user management, commenting, submitting and themes.
|
||||
- https://github.com/bennyguitar/News-YC---iPhone
|
||||
- https://itunes.apple.com/app/news-yc/id592893508
|
||||
- Onions: Cloud encrypted text storage app that leverages client-side encryption instead of server-side encryption to make sure your stuff stays private.
|
||||
- https://github.com/onionsapp/Onions-iOS
|
||||
- https://itunes.apple.com/app/onions/id687296481
|
||||
- Parties for WWDC: List of mostly exclusive parties for WWDC 2014 attendees
|
||||
- https://github.com/sugarso/WWDC
|
||||
- https://itunes.apple.com/us/app/parties-for-wwdc/id879924066?mt=8
|
||||
- https://itunes.apple.com/app/parties-for-wwdc/id879924066
|
||||
- Vinylogue: A simple Last.fm client for iOS
|
||||
- https://github.com/twocentstudios/vinylogue
|
||||
- https://itunes.apple.com/app/vinylogue-for-last.fm/id617471119
|
||||
- Wikipedia: Official Wikipedia App for iOS
|
||||
- https://github.com/wikimedia/apps-ios-wikipedia
|
||||
- https://itunes.apple.com/us/app/wikipedia-mobile/id324715238?mt=8
|
||||
- https://itunes.apple.com/app/wikipedia-mobile/id324715238
|
||||
|
||||
## Contact
|
||||
- [github.com/dkhamsing](https://github.com/dkhamsing)
|
||||
- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
List of open-source iOS apps (see [this list](README.md) for apps on the App Store).
|
||||
|
||||
## Swift
|
||||
- [CardsAgainst](https://github.com/jpsim/CardsAgainst): Cards Against Humanity app
|
||||
- [Eidolon](https://github.com/artsy/eidolon): The Artsy Auction Kiosk App
|
||||
- [Firefox](https://github.com/mozilla/firefox-ios): Firefox for iOS
|
||||
- [NYE](https://github.com/soffes/nye): New Year's Eve Cocktail Menu
|
||||
|
@ -10,5 +11,7 @@ List of open-source iOS apps (see [this list](README.md) for apps on the App Sto
|
|||
- [Words](https://github.com/soffes/words): Thesaurus app
|
||||
|
||||
## Objective-C
|
||||
- [Cheddar](https://github.com/nothingmagical/cheddar-ios): Universal iPhone and iPad application for Cheddar, a simple & instant task manager.
|
||||
- [Everest](https://github.com/EverestOpenSource/Everest-iOS): iOS Client for Everest.com
|
||||
- [GroceryList](https://github.com/jspahrsummers/GroceryList): iPhone grocery list app, synchronized using GitHub
|
||||
- [TabDump](https://github.com/dkhamsing/TabDump): TabDump news app for iOS
|
||||
|
|
Loading…
Reference in New Issue