Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 88d853b

Browse files
committed
remove dev references
1 parent 1d61032 commit 88d853b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Example/BlockV/AppDelegate.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3636

3737
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
3838

39-
// Theme
40-
window?.tintColor = UIColor.seafoamBlue
41-
42-
// Set appID
39+
// Set app id
4340
BLOCKv.configure(appID: MyApiKey)
4441

45-
// Set platform environment
46-
BLOCKv.setEnvironment(.development)
42+
// Set platform environment to production
43+
BLOCKv.setEnvironment(.production)
4744

4845
print("\nViewer > isLoggedIn: \(BLOCKv.isLoggedIn)")
4946

@@ -64,6 +61,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
6461
self.window?.rootViewController = nc
6562
}
6663

64+
// Theme
65+
window?.tintColor = UIColor.seafoamBlue
66+
6767
return true
6868
}
6969

0 commit comments

Comments
 (0)