diff options
| author | ruki <[email protected]> | 2020-12-17 00:06:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-17 00:06:49 +0800 |
| commit | f699852e87b0b3d784cb9b00029e9c6b96b6224f (patch) | |
| tree | eccff15f5389092289f9b28590e13efc8e704a86 | |
| parent | 99fef1222a2e7905ce4ad396c848ffaf0a991849 (diff) | |
improve test
| -rw-r--r-- | tests/projects/objc/iosapp/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/objc/iosapp/xmake.lua b/tests/projects/objc/iosapp/xmake.lua index c8becfc3b..05f445980 100644 --- a/tests/projects/objc/iosapp/xmake.lua +++ b/tests/projects/objc/iosapp/xmake.lua @@ -5,4 +5,3 @@ target("test") add_files("src/*.m", "src/**.storyboard", "src/*.xcassets") add_files("src/Info.plist") set_plat("iphoneos") - set_arch("arm64") |
