1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-02-12 01:40:41 +01:00

Fix merge conflicts #333

This commit is contained in:
Travis CI 2016-06-13 07:05:00 -07:00
commit 1af873f8bf
3 changed files with 20 additions and 3 deletions

View File

@ -26,7 +26,7 @@ def apps_for_cat(apps, id)
cat = a['category']
cat.class == Array ? cat.include?(id) : (cat == id)
end
s.sort_by { |k, v| k['title'] }
s.sort_by { |k, v| k['title'].downcase }
end
def output_apps(apps)

View File

@ -4,7 +4,7 @@
⚠️ This README is generated, please do not update. To contribute, make changes to contents.json ⚠️
-->
A collaborative list of **469** open-source iOS apps, your [contribution](https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md) is welcome :smile: (last update *June 8, 2016*).
A collaborative list of **470** open-source iOS apps, your [contribution](https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md) is welcome :smile: (last update *June 12, 2016*).
Jump to
@ -671,6 +671,9 @@ Image, video, audio, reading — [back to top](#readme)
- 360 VR Player: Universal 360 video player 🔥🔥🔥 🔥🔥🔥
- https://github.com/hanton/HTY360Player
- https://itunes.apple.com/app/360-vr-player/id1061464612
- ABU: Easily watch videos from YouKu, iQiyi, SohuTV, bilibili, AcFun & more 🔶🇨🇳
- https://github.com/flexih/ABU
- https://itunes.apple.com/app/id1060940756
- Analog Synth X: Analog Synthesizer Keyboard Music App, created w/ Swift 2 ([code](https://github.com/audiokit/AudioKit/tree/master/Examples/iOS/AnalogSynthX)) 🔶
- http://matthewfecher.com/app-developement/swift-synth/
- Artsy: The Art World in Your Pocket 🔥🔥🔥🔥
@ -1327,6 +1330,8 @@ Image, video, audio, reading — [back to top](#readme)
- https://itunes.apple.com/app/hacker-news-y/id1027140113
- Swift Off: Firebase powered to do app built in Swift, includes tutorial 🔶
- https://github.com/goprimer/swift-off-todo
- how-much: Simple app to record how much things cost using Parse or Firebase
- https://github.com/dkhamsing/how-much
### [Ionic](http://ionicframework.com/)
@ -1367,7 +1372,7 @@ Image, video, audio, reading — [back to top](#readme)
- http://www.appcoda.com/instagram-app-parse-swift/
- Wizard War: Cast spells in single or multiplayer wizard duels.
- https://github.com/seanhess/wizardwar
- how-much: Simple app to record how much things cost using Parse
- how-much: Simple app to record how much things cost using Parse or Firebase
- https://github.com/dkhamsing/how-much
- iBeaconTasks: iBeacon TODO reminder app based on Parse
- https://github.com/TomekB/iBeaconTasks

View File

@ -4723,12 +4723,24 @@
"license": "other"
},
{
"title": "AwesomeSwift iOS App",
"category": "official",
"description": "Awesomeswift repository official app",
"source": "https://github.com/matteocrippa/awesomeSwift-iOS-App",
"license": "mit",
"tags": ["swift"]
},
{
"title": "ABU",
"category": "media",
"description": "Easily watch videos from YouKu, iQiyi, SohuTV, bilibili, AcFun & more",
"lang": "zho",
"source": "https://github.com/flexih/ABU",
"itunes": "https://itunes.apple.com/app/id1060940756",
"tags": [
"swift"
]
}
]
}