Skip to content

Commit

Permalink
Enable Catalina support by default
Browse files Browse the repository at this point in the history
Closes #2 and #3.
  • Loading branch information
al3xtjames committed Jun 8, 2019
1 parent 41f38a7 commit 52b78d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions NoTouchID.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
1C748C1E1C21952C0024EED2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
LastUpgradeCheck = 1100;
ORGANIZATIONNAME = theracermaster;
TargetAttributes = {
1C748C261C21952C0024EED2 = {
Expand All @@ -187,10 +187,11 @@
};
buildConfigurationList = 1C748C211C21952C0024EED2 /* Build configuration list for PBXProject "NoTouchID" */;
compatibilityVersion = "Xcode 6.3";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 1C748C1D1C21952C0024EED2;
productRefGroup = 1C748C281C21952C0024EED2 /* Products */;
Expand Down Expand Up @@ -236,6 +237,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down Expand Up @@ -283,6 +285,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down Expand Up @@ -325,6 +328,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "$(MODULE_VERSION)";
DEPLOYMENT_POSTPROCESSING = YES;
Expand All @@ -346,7 +350,7 @@
MODULE_NAME = xyz.racermaster.NoTouchID;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand All @@ -370,6 +374,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = "$(MODULE_VERSION)";
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
Expand All @@ -392,7 +397,7 @@
MODULE_NAME = xyz.racermaster.NoTouchID;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
2 changes: 1 addition & 1 deletion NoTouchID/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::HighSierra,
KernelVersion::Mojave,
KernelVersion::Catalina,
[]() {
noBioStart();
}
Expand Down

0 comments on commit 52b78d4

Please sign in to comment.