Navigation Menu

Skip to content

Commit

Permalink
add arm64 arch to iOS target to eliminate 'This app may slow down you…
Browse files Browse the repository at this point in the history
…r iPhone' runtime warning on iOS 10.1+
  • Loading branch information
panicsteve committed Feb 20, 2017
1 parent f347087 commit 300107c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _Build_/Xcode/Einstein.xcodeproj/project.pbxproj
Expand Up @@ -3151,7 +3151,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "armv6 armv7 i386";
VALID_ARCHS = "arm64 armv7 armv7s";
};
name = Debug;
};
Expand Down Expand Up @@ -3191,7 +3191,7 @@
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = NO;
VALID_ARCHS = "armv6 armv7 i386";
VALID_ARCHS = "arm64 armv7 armv7s";
ZERO_LINK = NO;
};
name = Release;
Expand Down Expand Up @@ -3232,7 +3232,7 @@
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = NO;
VALID_ARCHS = "armv6 armv7 i386";
VALID_ARCHS = "arm64 armv7 armv7s";
ZERO_LINK = NO;
};
name = Distribution;
Expand Down

0 comments on commit 300107c

Please sign in to comment.