Skip to content

Commit d020445

Browse files
authored
Update project to use folder references (#1339)
* Update project to use folder references * Bump CI images
1 parent 0e29a2a commit d020445

84 files changed

Lines changed: 28 additions & 374 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414

1515
- name: Validate podspec
1616
run: pod lib lint
17-
build_macos14:
18-
runs-on: macos-14
17+
build_macos15:
18+
runs-on: macos-15
1919
strategy:
2020
matrix:
2121
run-config:
22-
- { xcode_version: '15.4', simulator: 'name=iPad (10th generation),OS=17.5', run_extra_validations: 'false' }
23-
- { xcode_version: '15.4', simulator: 'name=iPhone 15,OS=17.5', run_extra_validations: 'false' }
24-
- { xcode_version: '16.1', simulator: 'name=iPad (10th generation),OS=18.1', run_extra_validations: 'false' }
25-
- { xcode_version: '16.1', simulator: 'name=iPhone 16,OS=18.1', run_extra_validations: 'true' }
22+
- { xcode_version: '16.4', simulator: 'name=iPad (10th generation),OS=18.5,arch=arm64', run_extra_validations: 'false' }
23+
- { xcode_version: '16.4', simulator: 'name=iPhone 16,OS=18.5,arch=arm64', run_extra_validations: 'true' }
2624
steps:
2725
- name: Checkout Project
2826
uses: actions/checkout@v1

KIF.xcodeproj/project.pbxproj

Lines changed: 24 additions & 368 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)