enable 64bit on iOS by default

This commit is contained in:
Watson
2014-11-11 06:52:11 +09:00
parent 156e32b6da
commit 64a0edc3ef

View File

@@ -52,11 +52,8 @@ module Motion; module Project;
def archs
@archs ||= begin
# By default, do not build with 64-bit, as it's still experimental.
# No longer build for armv7s by default.
archs = super
archs['iPhoneSimulator'].delete('x86_64')
archs['iPhoneOS'].delete('arm64')
archs['iPhoneOS'].delete('armv7s')
archs
end