mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-03-30 14:00:16 +02:00
Bug fix - no kext binary after successful build.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// Contents for HelloWorldKext.xcodeproj/project.pbxproj
|
||||
// Save this as a plain text file
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
@@ -99,6 +98,17 @@
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
8D01CCC90486CAD60068D4B7 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8D01CCC80486CAD60068D4B7 /* HelloWorld.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DEB91DA08733DB10010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
@@ -110,8 +120,10 @@
|
||||
INFOPLIST_FILE = src/Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
||||
PRODUCT_NAME = HelloWorld;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "crimson.HelloWorld";
|
||||
SDKROOT = macosx;
|
||||
WRAPPER_EXTENSION = kext;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Kernel.framework/Headers";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user