Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,15 @@ jobs:
fi

- name: Test local XCFramework in the simulator
env:
TRUAPI_USE_LOCAL_BINARY: "1"
run: |
set -euo pipefail
sed -i '' -E 's/^let useLocalBinary = false$/let useLocalBinary = true/' Package.swift
grep -q '^let useLocalBinary = true$' Package.swift
xcodebuild test \
-scheme TrUAPIHost \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
-derivedDataPath "$RUNNER_TEMP/TrUAPIHostDerivedData" \
CODE_SIGNING_ALLOWED=NO
git restore Package.swift

- name: Publish XCFramework
id: ios_publish
Expand Down
Loading