Skip to content

Commit 1ba1061

Browse files
feat: select Xcode 26 on GA
1 parent cdf3fe6 commit 1ba1061

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ios-sdk-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
ruby-version: 3.0.7
2121
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
22+
- name: Select Xcode 26.0
23+
run: sudo xcode-select --switch /Applications/Xcode_26.0.app/Contents/Developer
2224

2325
sdk-tests:
2426
name: "SDK Tests"

OptableSDK.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@
462462
isa = XCBuildConfiguration;
463463
buildSettings = {
464464
CODE_SIGN_STYLE = Automatic;
465+
DEVELOPMENT_TEAM = "";
465466
INFOPLIST_FILE = Tests/Info.plist;
466467
LD_RUNPATH_SEARCH_PATHS = (
467468
"$(inherited)",

0 commit comments

Comments
 (0)