Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #117

Merged
merged 2 commits into from
Apr 29, 2024
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/docker_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
id: setup_xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
xcode-version: '15.3.0'

- name: Open IOS simulator
id: open_ios_simulator
if: steps.setup_xcode.outcome == 'success'
run: |
xcrun simctl list
sleep 5
open -a Simulator --args -CurrentDeviceUDID 948EB4DC-22AF-4F28-97AA-160EDC5FB6E2
open -a Simulator --args -CurrentDeviceUDID 6158282B-6478-42BF-9B60-C38B95EE46E5
sleep 10

- name: Setup dependencies
Expand Down Expand Up @@ -134,15 +134,15 @@ jobs:
id: setup_xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
xcode-version: '15.3.0'

- name: Open IOS simulator
id: open_ios_simulator
if: steps.setup_xcode.outcome == 'success'
run: |
xcrun simctl list
sleep 5
open -a Simulator --args -CurrentDeviceUDID 948EB4DC-22AF-4F28-97AA-160EDC5FB6E2
open -a Simulator --args -CurrentDeviceUDID 6158282B-6478-42BF-9B60-C38B95EE46E5
sleep 10

- name: Setup dependencies
Expand Down
Loading