-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set cocopods version to latest for pod lint
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,9 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set Xcode 14.3.1 | ||
- name: Set Xcode 15.4 | ||
run: | | ||
sudo xcode-select -switch /Applications/Xcode_14.3.1.app | ||
sudo xcode-select -switch /Applications/Xcode_15.4.app | ||
- name: iOS Build | ||
run: | | ||
|
@@ -100,6 +100,11 @@ jobs: | |
-sdk xrsimulator \ | ||
-destination 'platform=visionOS Simulator,name=Apple Vision Pro' \ | ||
test | ||
- name: Setup Cocoapods | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
cocoapods-version: latest | ||
|
||
- name: Validate Podfile | ||
run: pod lib lint --allow-warnings | ||
|