diff options
| -rw-r--r-- | tests/projects/swift/iosapp/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/swift/iosapp/xmake.lua b/tests/projects/swift/iosapp/xmake.lua index 871ef99ad..da8d5db08 100644 --- a/tests/projects/swift/iosapp/xmake.lua +++ b/tests/projects/swift/iosapp/xmake.lua @@ -1,5 +1,8 @@ add_rules("mode.debug", "mode.release") +set_plat("iphoneos") +set_arch("arm64") + target("test") add_rules("xcode.application") add_files("src/*.swift", "src/**.storyboard", "src/*.xcassets") |
