From 495f7c8ae566ce063dbafb1c016df088ebf3ea51 Mon Sep 17 00:00:00 2001 From: READMEbot Date: Fri, 8 Sep 2017 13:02:19 +0000 Subject: [PATCH 1/4] [auto] [ci skip] Generate README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30ba74cb..1d63e569 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collaborative list of open-source `iOS`, `watchOS` and `tvOS` apps, your [contribution](https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md) is welcome :smile: -![](https://img.shields.io/badge/Projects-747-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-September%20%205,%202017-lightgrey.svg) +![](https://img.shields.io/badge/Projects-748-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-September%20%208,%202017-lightgrey.svg) Jump to @@ -3492,7 +3492,7 @@ Image, video, audio, reading — [back to top](#readme)
objc https://github.com/dkhamsing/osia
Added July 25, 2016
License: [`mit`](http://choosealicense.com/licenses/mit/) -
osia image 1 +
osia image 1
@@ -4130,7 +4130,7 @@ https://newsapi.org/ — [back to top](#readme)
objc https://github.com/dkhamsing/osia
Added July 25, 2016
License: [`mit`](http://choosealicense.com/licenses/mit/) -
osia image 1 +
osia image 1
@@ -4504,6 +4504,14 @@ https://github.com/ReactiveX/RxSwift — [back to top](#readme) +- iOS 11 by Examples: New iOS 11 APIs +
swift coreml vision arkit drag-and-drop core-nfc mapkit identity-lookup devicecheck spritekit 🔥🔥🔥🔥🔥 + + https://github.com/artemnovichkov/iOS-11-by-Examples
Added September 7, 2017
License: [`mit`](http://choosealicense.com/licenses/mit/) +
iOS 11 by Examples image 1 +
+
+ - iOS 8 Sampler: Code examples for the new functions in iOS 8
objc 🔥🔥🔥🔥🔥 From 6b386362e5775ed9e2d187f4656971eabaef3944 Mon Sep 17 00:00:00 2001 From: Satish Babariya Date: Tue, 12 Sep 2017 18:14:39 +0530 Subject: [PATCH 2/4] Add WhatsUp by @satishbabariya (#506) [ci skip] --- contents.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/contents.json b/contents.json index 755ba981..1cf3cbe1 100644 --- a/contents.json +++ b/contents.json @@ -1212,6 +1212,30 @@ "suggested_by": "@aslanyanhaik", "stars": 1049, "license": "mit" + }, + { + "title": "WhatsUp", + "category-ids": [ + "communication", + "firebase" + ], + "tags": [ + "swift", + "swift3", + "firebase", + "Contacts", + "Mobile Authentication", + "OTP" + ], + "description": "Chat app that uses Conacts Framework and Firebase", + "source": "https://github.com/satishbabariya/WhatsUp", + "screenshots": [ + "https://github.com/satishbabariya/WhatsUp/blob/master/screenshot2.jpg" + ], + "date_added": "Wed Sep 12 2017", + "suggested_by": "@satishbabariya", + "stars": 2, + "license": "mit" }, { "title": "Potter Pics", From eaf5698571bec060cb23a52178e0939f3eb98786 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Tue, 12 Sep 2017 05:46:24 -0700 Subject: [PATCH 3/4] Update WhatsUp --- contents.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/contents.json b/contents.json index 1cf3cbe1..18f6d5bc 100644 --- a/contents.json +++ b/contents.json @@ -1216,21 +1216,19 @@ { "title": "WhatsUp", "category-ids": [ - "communication", "firebase" ], "tags": [ "swift", "swift3", "firebase", - "Contacts", - "Mobile Authentication", - "OTP" + "contacts", + "otp" ], - "description": "Chat app that uses Conacts Framework and Firebase", + "description": "Chat app", "source": "https://github.com/satishbabariya/WhatsUp", "screenshots": [ - "https://github.com/satishbabariya/WhatsUp/blob/master/screenshot2.jpg" + "https://raw.githubusercontent.com/satishbabariya/WhatsUp/master/screenshot2.jpg" ], "date_added": "Wed Sep 12 2017", "suggested_by": "@satishbabariya", From 8fc08591e82232e147d4dbbf755278dd6b6eaefc Mon Sep 17 00:00:00 2001 From: READMEbot Date: Tue, 12 Sep 2017 12:47:07 +0000 Subject: [PATCH 4/4] [auto] [ci skip] Generate README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d63e569..4a7f85d1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collaborative list of open-source `iOS`, `watchOS` and `tvOS` apps, your [contribution](https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md) is welcome :smile: -![](https://img.shields.io/badge/Projects-748-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-September%20%208,%202017-lightgrey.svg) +![](https://img.shields.io/badge/Projects-749-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-September%2012,%202017-lightgrey.svg) Jump to @@ -5718,6 +5718,14 @@ https://firebase.google.com/ — [back to top](#readme)
+- WhatsUp: Chat app +
swift swift3 firebase contacts otp + + https://github.com/satishbabariya/WhatsUp
Added September 12, 2017
License: [`mit`](http://choosealicense.com/licenses/mit/) +
WhatsUp image 1 +
+
+ ### Ionic