Skip to content

Commit 17dd7b9

Browse files
committed
performance
1 parent 73cb327 commit 17dd7b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

performance/PerformanceExample/AppDelegate.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2929
// Use Firebase library to configure APIs
3030
FirebaseApp.configure()
3131
// [END firebase_configure]
32+
window = UIWindow(frame: UIScreen.main.bounds)
33+
window?.rootViewController = ViewController()
34+
window?.makeKeyAndVisible()
3235
return true
3336
}
3437
}

performance/PerformanceExample/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
<true/>
2929
<key>UILaunchStoryboardName</key>
3030
<string>LaunchScreen</string>
31-
<key>UIMainStoryboardFile</key>
32-
<string>Main</string>
3331
<key>UIRequiredDeviceCapabilities</key>
3432
<array>
3533
<string>armv7</string>

0 commit comments

Comments
 (0)