Skip to content

Commit

Permalink
Only build for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xtjames committed Aug 26, 2021
1 parent adcab0d commit f1e89a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NoTouchID.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -346,13 +347,15 @@
KERNEL_FRAMEWORK_HEADERS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Debug;
};
1C748C301C21952C0024EED2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -391,6 +394,7 @@
KERNEL_EXTENSION_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
KERNEL_FRAMEWORK_HEADERS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit f1e89a1

Please sign in to comment.