Skip to content
Snippets Groups Projects
Commit a2982e63 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

iOS: add all valid architectures

parent f2e265b6
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,7 @@
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
VALID_ARCHS = "armv7 arm64";
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
......@@ -440,7 +440,7 @@
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "armv7 arm64";
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};
......@@ -463,7 +463,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = armv7;
VALID_ARCHS = "armv7 armv7s arm64";
WRAPPER_EXTENSION = app;
};
name = Debug;
......@@ -489,7 +489,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = armv7;
VALID_ARCHS = "armv7 armv7s arm64";
WRAPPER_EXTENSION = app;
};
name = Release;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment