Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 22, 2023
1 parent 1bd39d8 commit b08dc5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_iphone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: copy target dir
run: cp -r ./examples/iphone /tmp/
- name: build
run: cargo bundle --format ios --target aarch64-apple-ios-sim
run: cargo bundle --format ios --target aarch64-apple-ios-sim --release
working-directory: /tmp/iphone/
- name: start simulator
uses: futureware-tech/simulator-action@v3
Expand All @@ -52,8 +52,9 @@ jobs:
model: "iPhone 11"
- name: drive
run: |
ls -al target/aarch64-apple-ios-sim/debug/bundle/ios/nickname-ios-test-app.app
xcrun simctl install booted target/aarch64-apple-ios-sim/debug/bundle/ios/nickname-ios-test-app.app
ls -al target/aarch64-apple-ios-sim/release/bundle/ios/nickname-ios-test-app.app
cat target/aarch64-apple-ios-sim/release/bundle/ios/nickname-ios-test-app.app/Info.plist
xcrun simctl install booted target/aarch64-apple-ios-sim/release/bundle/ios/nickname-ios-test-app.app
xcrun simctl launch --console booted com.oligami.nickname-ios-test
working-directory: /tmp/iphone/
# https://github.com/simlay/uikit-sys/blob/master/.github/workflows/rust.yml

0 comments on commit b08dc5f

Please sign in to comment.