Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit a23992a

Browse files
committed
COPILOT :3
1 parent eb1878a commit a23992a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ios-testing.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,20 @@ jobs:
2626
haxelib install flixel-ui
2727
haxelib install flixel-addons
2828
haxelib install hxcpp
29+
haxelib run lime setup
2930
30-
- run: bash ./ci/setup-haxe.sh
31+
- name: Run Haxe Setup
32+
run: bash ./ci/setup-haxe.sh
33+
34+
- name: Install iOS dependencies
35+
run: |
36+
brew install ios-deploy
37+
haxelib run lime setup ios
3138
3239
- name: Configure iOS Build
3340
run: |
34-
haxelib run lime config ios-setup
3541
haxelib run lime config IPHONE_VER 12.0
42+
haxelib run lime config IOS_SIMULATOR true
3643
3744
- name: Build iOS App
3845
run: |

0 commit comments

Comments
 (0)