Skip to content

Commit

Permalink
2.7 build of VoodooI2C and related projects (#491)
Browse files Browse the repository at this point in the history
* Sync VoodooI2C with VoodooI2CHID repository

* Sync VoodooI2CHID to latest master

* Sync VoodooI2CHID to latest master

* Bump VoodooI2C version to 2.2.7

* Fixed cpplint linting error

* Fixed cpplint linting error again

* Revert "Fixed cpplint linting error again"

This reverts commit 8ef7e87.

* Revert "Fixed cpplint linting error"

This reverts commit e7a4f5f.

* Disabled linter on header includes

* Sync VoodooI2CHID to latest master

* Sync VoodooI2CHID to latest master

* Sync VoodooI2CHID to latest master

* Sync VoodooI2CHID to latest master
  • Loading branch information
kprinssu committed Feb 27, 2022
1 parent 9ed1dcd commit a065e58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions VoodooI2C/VoodooI2C.xcodeproj/project.pbxproj
Expand Up @@ -697,7 +697,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cpplint --recursive --filter=-build/header_guard,-whitespace/line_length,-runtime/int ./\n";
shellScript = "cpplint --recursive --filter=-build/include_subdir,-build/header_guard,-whitespace/line_length,-runtime/int ./\n";
};
ACA4A00F21E25F3500A91B61 /* Generate Documentation */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -905,16 +905,16 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.6.5;
CURRENT_PROJECT_VERSION = 2.7;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../Dependencies/VoodooInput/Debug/VoodooInput.kext/Contents/Resources";
INFOPLIST_FILE = VoodooI2C/Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../MacKernelSDK/Library/x86_64",
);
MARKETING_VERSION = 2.6.5;
MARKETING_VERSION = 2.7;
MODULE_NAME = com.alexandred.VoodooI2C;
MODULE_VERSION = 2.6.5;
MODULE_VERSION = 2.7;
"OTHER_CPLUSPLUSFLAGS[arch=*]" = "-Wno-inconsistent-missing-override";
PRODUCT_BUNDLE_IDENTIFIER = com.alexandred.VoodooI2C;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -930,16 +930,16 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.6.5;
CURRENT_PROJECT_VERSION = 2.7;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../Dependencies/VoodooInput/Debug/VoodooInput.kext/Contents/Resources";
INFOPLIST_FILE = VoodooI2C/Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../MacKernelSDK/Library/x86_64",
);
MARKETING_VERSION = 2.6.5;
MARKETING_VERSION = 2.7;
MODULE_NAME = com.alexandred.VoodooI2C;
MODULE_VERSION = 2.6.5;
MODULE_VERSION = 2.7;
ONLY_ACTIVE_ARCH = YES;
"OTHER_CPLUSPLUSFLAGS[arch=*]" = "-Wno-inconsistent-missing-override";
PRODUCT_BUNDLE_IDENTIFIER = com.alexandred.VoodooI2C;
Expand Down

0 comments on commit a065e58

Please sign in to comment.