Skip to content

Commit

Permalink
Update AnalyticsExample to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
redcapua committed Nov 27, 2018
1 parent 72432ee commit 9d1572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/AnalyticsExampleSwift/AppDelegate.swift
Expand Up @@ -22,7 +22,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

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

// [START tracker_swift]
FirebaseApp.configure()
Expand Down

0 comments on commit 9d1572d

Please sign in to comment.