chore: fixes xc upgrade test workflow commands
This commit is contained in:
6
.github/workflows/ios.verify.sdk.yml
vendored
6
.github/workflows/ios.verify.sdk.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Verify Xcode and available iOS SDKs
|
- name: Verify Xcode and available iOS SDKs
|
||||||
run: |
|
run: |
|
||||||
xcodebuild -version
|
xcodebuild -version
|
||||||
xcodebuild -showsdks | rg iphoneos
|
xcodebuild -showsdks | grep -E "iphoneos"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --immutable && yarn install:pods
|
run: yarn install --immutable && yarn install:pods
|
||||||
@@ -40,5 +40,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Validate archive SDK metadata
|
- name: Validate archive SDK metadata
|
||||||
run: |
|
run: |
|
||||||
plutil -p build/StandardNotes.xcarchive/Info.plist | rg DTSDKName
|
plutil -p build/StandardNotes.xcarchive/Info.plist | grep -E "DTSDKName"
|
||||||
plutil -p build/StandardNotes.xcarchive/Info.plist | rg "iphoneos26\\."
|
plutil -p build/StandardNotes.xcarchive/Info.plist | grep -E "iphoneos26\\."
|
||||||
|
|||||||
Reference in New Issue
Block a user