Skip to content

Commit

Permalink
fix: device name
Browse files Browse the repository at this point in the history
  • Loading branch information
joonchrislee committed Mar 13, 2024
1 parent aa0f187 commit 06657f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Build package
run: swift build -Xswiftc "-sdk" -Xswiftc "$(xcrun --sdk iphonesimulator --show-sdk-path)" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios16.2-simulator"
- name: Reset Simulator privacy settings
run: xcrun simctl privacy x86_64-apple-ios16.2-simulator grant all [TokenTextView]
run: xcrun simctl privacy "iPhone 13 Pro" grant all [TokenTextView]
- name: Run tests
run: xcodebuild test -scheme TokenTextView -sdk "$(xcrun --sdk iphonesimulator --show-sdk-path)" -target x86_64-apple-ios16.2-simulator -destination "OS=16.2,name=iPhone 13 Pro"

0 comments on commit 06657f0

Please sign in to comment.