Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Feb 26, 2025
1 parent 53b158a commit 8bd9995
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

pull_request:
paths:
- "Sources/**"
- "Tests/**"
- ".github/workflows/integration-test.yml"
- "fastlane/**"
- "scripts/ci-select-xcode.sh"
- "*.xcodeproj"
- "*.xcworkspace"
- "Samples/iOS-Cocoapods-*/**"
- "scripts/ci-select-xcode.sh"
- "Sources/**"

# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
concurrency:
Expand All @@ -31,10 +31,10 @@ jobs:
uses: actions/checkout@v4

- name: Select Xcode
run: ./scripts/ci-select-xcode.sh 15.2
run: ./scripts/ci-select-xcode.sh 16

- name: Setup Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
bundler-cache: true

Expand Down
18 changes: 0 additions & 18 deletions Samples/iOS-Cocoapods-Swift6/Podfile.lock

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 6.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = "iOS-Swift6";
};
Expand Down

0 comments on commit 8bd9995

Please sign in to comment.