Skip to content

Commit f47a662

Browse files
committed
use latest xcode
1 parent 8253c84 commit f47a662

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: .github/workflows/anonymousauth.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@main
35+
- name: Select Xcode version
36+
run: |
37+
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
3538
- name: Setup
3639
run: |
3740
cd FirebaseAnonymousAuthUI

Diff for: samples/objc/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '13.0'
1+
platform :ios, '15.0'
22

33
target 'FirebaseUI-demo-objc' do
44
use_frameworks!

Diff for: samples/swift/FirebaseUI-demo-swift.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
PRODUCT_NAME = "$(TARGET_NAME)";
781781
SWIFT_OBJC_BRIDGING_HEADER = "";
782782
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
783-
SWIFT_VERSION = 5.0;
783+
SWIFT_VERSION = 6.0;
784784
};
785785
name = Debug;
786786
};
@@ -818,7 +818,7 @@
818818
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.firebaseui.FirebaseUI-demo-swift";
819819
PRODUCT_NAME = "$(TARGET_NAME)";
820820
SWIFT_OBJC_BRIDGING_HEADER = "";
821-
SWIFT_VERSION = 5.0;
821+
SWIFT_VERSION = 6.0;
822822
};
823823
name = Release;
824824
};

0 commit comments

Comments
 (0)