Skip to content

Commit

Permalink
use latest xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Dec 3, 2024
1 parent 8253c84 commit 028b6c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/anonymousauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: Select Xcode version
run: |
xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
- name: Setup
run: |
cd FirebaseAnonymousAuthUI
Expand Down
2 changes: 1 addition & 1 deletion samples/objc/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '13.0'
platform :ios, '15.0'

target 'FirebaseUI-demo-objc' do
use_frameworks!
Expand Down
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 @@ -780,7 +780,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 6.0;
};
name = Debug;
};
Expand Down Expand Up @@ -818,7 +818,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.firebaseui.FirebaseUI-demo-swift";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 6.0;
};
name = Release;
};
Expand Down

0 comments on commit 028b6c9

Please sign in to comment.