Skip to content

Commit f269cc1

Browse files
authored
Fix Swift sample build (#1202)
1 parent 81052b4 commit f269cc1

File tree

4 files changed

+361
-150
lines changed

4 files changed

+361
-150
lines changed

samples/swift/FirebaseUI-demo-swift.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@
774774
"\"$(PODS_ROOT)/FirebaseUI/FirebaseDatabaseUI\"",
775775
);
776776
INFOPLIST_FILE = "FirebaseUI-demo-swift/Info.plist";
777-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
777+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
778778
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
779779
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.firebaseui.FirebaseUI-demo-swift";
780780
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -813,7 +813,7 @@
813813
"\"$(PODS_ROOT)/FirebaseUI/FirebaseDatabaseUI\"",
814814
);
815815
INFOPLIST_FILE = "FirebaseUI-demo-swift/Info.plist";
816-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
816+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
817817
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
818818
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.firebaseui.FirebaseUI-demo-swift";
819819
PRODUCT_NAME = "$(TARGET_NAME)";

samples/swift/FirebaseUI-demo-swift/Samples/Auth/FUICustomAuthUIDelegate.swift

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616

1717
import UIKit
18+
import FirebaseAuth
1819
import FirebaseEmailAuthUI
1920

2021
class FUICustomAuthDelegate: NSObject, FUIAuthDelegate {

samples/swift/FirebaseUI-demo-swift/Samples/Auth/FUICustomPasswordVerificationViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616

1717
import UIKit
18+
import FirebaseAuth
1819
import FirebaseEmailAuthUI
1920

2021
class FUICustomPasswordVerificationViewController: FUIPasswordVerificationViewController, UITextFieldDelegate {

0 commit comments

Comments
 (0)