Skip to content

Commit

Permalink
Update for Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermeer, Edwin authored and Vermeer, Edwin committed Sep 11, 2017
1 parent 73e524f commit 3cccc4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions AppMessage/AppMessage/Controlers/RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ class RootViewController: UIViewController {
}

/**
As what user are we loged in to iCloud. Then open the main app.

As what ugetUserser are we loged in to iCloud. Then open the main app.
*/
func getUser(_ retryCount:Double = 1) {
self.loginLabel.isHidden = true
Async.main {
self.loginLabel.isHidden = true
}

EVCloudKitDao.publicDB.requestDiscoverabilityPermission({ (granted) -> Void in
if !granted {
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ PODS:
- CRToast (0.0.9)
- EVCloudKitDao (3.3.3):
- EVReflection/CloudKit
- EVReflection/CloudKit (4.17.2):
- EVReflection/CloudKit (4.19.0):
- EVReflection/Core
- EVReflection/Core (4.17.2)
- EVReflection/Core (4.19.0)
- JSQMessagesViewController (7.3.5):
- JSQSystemSoundPlayer (~> 2.0.1)
- JSQSystemSoundPlayer (2.0.1)
Expand All @@ -32,7 +32,7 @@ SPEC CHECKSUMS:
AsyncSwift: 632138e42ead868b53c745fcde9bf733ce1527ad
CRToast: 5a78c22b921c5ed3487488af605bc403a9c92fed
EVCloudKitDao: c5581a82ab0304be33e3a80bfe49953508b52d7d
EVReflection: e01af7fff66f12a4223595cf2f3cab393c3575a1
EVReflection: d6f7b1cc8b5cb2f4fb2dea6cbd5ac2a0503ad9a2
JSQMessagesViewController: 6587f56aedbcb150a8ba1d968e1ef58b1bc758b7
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
SwiftLocation: 1fe2e15a5812e961496e82eeaca71d03e829e47a
Expand Down

0 comments on commit 3cccc4b

Please sign in to comment.