Skip to content

Commit

Permalink
Update documentation for axmol build commands when targetting the iOS…
Browse files Browse the repository at this point in the history
… simulator (#1938)
  • Loading branch information
rh101 authored May 29, 2024
1 parent b54775d commit ccf3189
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DevSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,10 @@ Note: if you use non-SDK provided CMake, you will need to download `ninja` from
5. Generate the relevant XCode project using one of the following commands:
- for iOS arm64:
```axmol build -p ios -a arm64 -c```
- for iOS simulator arm64:
```axmol build -p ios -a arm64 -sdk simulator -c```
- for iOS simulator x86_64:
```axmol build -p ios -a x64 -c```
```axmol build -p ios -a x64 -sdk simulator -c```
- for tvOS arm64:
```axmol build -p tvos -a arm64 -c```
- for tvOS simulator x86_64:
Expand Down

0 comments on commit ccf3189

Please sign in to comment.