Support custom branches (#236)
This commit is contained in:
parent
744b46adc2
commit
6b4dbd50a9
6 changed files with 81 additions and 15 deletions
|
|
@ -10,6 +10,7 @@ import UIKit
|
|||
import CoreData
|
||||
import SVProgressHUD
|
||||
import passKit
|
||||
import SwiftyUserDefaults
|
||||
|
||||
@UIApplicationMain
|
||||
class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
|
@ -33,6 +34,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||
self.perform(#selector(postSearchNotification), with: nil, afterDelay: 0.4)
|
||||
}
|
||||
}
|
||||
|
||||
// Assign default values to global settings.
|
||||
SharedDefaults.register(defaults: [DefaultsKeys.gitBranchName._key: "master"])
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue