8000 2.7 build of VoodooI2C and related projects by kprinssu · Pull Request #491 · VoodooI2C/VoodooI2C · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2.7 build of VoodooI2C and related projects #491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions VoodooI2C/VoodooI2C.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
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