Skip to content

Commit

Permalink
Add 64bit architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrnas committed Jan 25, 2017
1 parent 9ed6a22 commit 24e67cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NMRangeSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@
37F0407D1E38DC2800548C03 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -569,6 +570,7 @@
PRODUCT_NAME = NMRangeSlider;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "armv7s $(ARCHS_STANDARD)";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -577,6 +579,7 @@
37F0407E1E38DC2800548C03 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -616,6 +619,7 @@
PRODUCT_NAME = NMRangeSlider;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "armv7s $(ARCHS_STANDARD)";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down

0 comments on commit 24e67cd

Please sign in to comment.