summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-10 23:21:05 +0800
committerruki <[email protected]>2023-07-10 23:21:05 +0800
commit58bea5b2a980784f911265c9c492119ff3dbb671 (patch)
tree96ba91d99b157b1766656c12555d01f9d1ed7937
parente0cc53f53a0e40bd0cf3b4bbd0ca032627e981ae (diff)
improve iosapp for swift
-rw-r--r--tests/projects/swift/iosapp/xmake.lua3
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")