diff options
| author | ruki <[email protected]> | 2023-07-10 23:21:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-10 23:21:05 +0800 |
| commit | 58bea5b2a980784f911265c9c492119ff3dbb671 (patch) | |
| tree | 96ba91d99b157b1766656c12555d01f9d1ed7937 | |
| parent | e0cc53f53a0e40bd0cf3b4bbd0ca032627e981ae (diff) | |
improve iosapp for swift
| -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") |
