Skip to content

Commit

Permalink
Fix Swift sample build (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Aug 16, 2024
1 parent 81052b4 commit f269cc1
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 150 deletions.
4 changes: 2 additions & 2 deletions samples/swift/FirebaseUI-demo-swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"\"$(PODS_ROOT)/FirebaseUI/FirebaseDatabaseUI\"",
);
INFOPLIST_FILE = "FirebaseUI-demo-swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.firebaseui.FirebaseUI-demo-swift";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -813,7 +813,7 @@
"\"$(PODS_ROOT)/FirebaseUI/FirebaseDatabaseUI\"",
);
INFOPLIST_FILE = "FirebaseUI-demo-swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.firebaseui.FirebaseUI-demo-swift";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//

import UIKit
import FirebaseAuth
import FirebaseEmailAuthUI

class FUICustomAuthDelegate: NSObject, FUIAuthDelegate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//

import UIKit
import FirebaseAuth
import FirebaseEmailAuthUI

class FUICustomPasswordVerificationViewController: FUIPasswordVerificationViewController, UITextFieldDelegate {
Expand Down
Loading

0 comments on commit f269cc1

Please sign in to comment.