Skip to content

Commit

Permalink
use archs other than intel
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Aug 23, 2020
1 parent 792cfeb commit d9eca8a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions platform/mac/proj/AquaSKK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 0460;
LastUpgradeCheck = 1200;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "AquaSKK" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -1176,14 +1175,12 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
Expand All @@ -1198,14 +1195,12 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Release;
};
D3FC32240DD1B09C006A3F5A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
COMBINE_HIDPI_IMAGES = YES;
Expand Down

0 comments on commit d9eca8a

Please sign in to comment.