Skip to content

Commit

Permalink
Added files the way the first developer did
Browse files Browse the repository at this point in the history
  • Loading branch information
npyl committed Jul 30, 2017
0 parents commit a724f8b
Show file tree
Hide file tree
Showing 11 changed files with 705 additions and 0 deletions.
289 changes: 289 additions & 0 deletions Kmem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,289 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
804A4FE915571A030001547E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 804A4FE715571A030001547E /* InfoPlist.strings */; };
804A4FEB15571A030001547E /* Kmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 804A4FEA15571A030001547E /* Kmem.c */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
804A4FDF15571A030001547E /* Kmem.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Kmem.kext; sourceTree = BUILT_PRODUCTS_DIR; };
804A4FE315571A030001547E /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
804A4FE615571A030001547E /* Kmem-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Kmem-Info.plist"; sourceTree = "<group>"; };
804A4FE815571A030001547E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
804A4FEA15571A030001547E /* Kmem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Kmem.c; sourceTree = "<group>"; };
804A4FEC15571A030001547E /* Kmem-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Kmem-Prefix.pch"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
804A4FDA15571A030001547E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
804A4FD215571A030001547E = {
isa = PBXGroup;
children = (
804A4FE415571A030001547E /* Kmem */,
804A4FE115571A030001547E /* Frameworks */,
804A4FE015571A030001547E /* Products */,
);
sourceTree = "<group>";
};
804A4FE015571A030001547E /* Products */ = {
isa = PBXGroup;
children = (
804A4FDF15571A030001547E /* Kmem.kext */,
);
name = Products;
sourceTree = "<group>";
};
804A4FE115571A030001547E /* Frameworks */ = {
isa = PBXGroup;
children = (
804A4FE215571A030001547E /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
804A4FE215571A030001547E /* Other Frameworks */ = {
isa = PBXGroup;
children = (
804A4FE315571A030001547E /* Kernel.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
804A4FE415571A030001547E /* Kmem */ = {
isa = PBXGroup;
children = (
804A4FEA15571A030001547E /* Kmem.c */,
804A4FE515571A030001547E /* Supporting Files */,
);
path = Kmem;
sourceTree = "<group>";
};
804A4FE515571A030001547E /* Supporting Files */ = {
isa = PBXGroup;
children = (
804A4FE615571A030001547E /* Kmem-Info.plist */,
804A4FE715571A030001547E /* InfoPlist.strings */,
804A4FEC15571A030001547E /* Kmem-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
804A4FDB15571A030001547E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
804A4FDE15571A030001547E /* Kmem */ = {
isa = PBXNativeTarget;
buildConfigurationList = 804A4FEF15571A030001547E /* Build configuration list for PBXNativeTarget "Kmem" */;
buildPhases = (
804A4FD915571A030001547E /* Sources */,
804A4FDA15571A030001547E /* Frameworks */,
804A4FDB15571A030001547E /* Headers */,
804A4FDC15571A030001547E /* Resources */,
804A4FDD15571A030001547E /* Rez */,
);
buildRules = (
);
dependencies = (
);
name = Kmem;
productName = Kmem;
productReference = 804A4FDF15571A030001547E /* Kmem.kext */;
productType = "com.apple.product-type.kernel-extension";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
804A4FD415571A030001547E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
};
buildConfigurationList = 804A4FD715571A030001547E /* Build configuration list for PBXProject "Kmem" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 804A4FD215571A030001547E;
productRefGroup = 804A4FE015571A030001547E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
804A4FDE15571A030001547E /* Kmem */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
804A4FDC15571A030001547E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
804A4FE915571A030001547E /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXRezBuildPhase section */
804A4FDD15571A030001547E /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
804A4FD915571A030001547E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
804A4FEB15571A030001547E /* Kmem.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
804A4FE715571A030001547E /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
804A4FE815571A030001547E /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
804A4FED15571A030001547E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
804A4FEE15571A030001547E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
804A4FF015571A030001547E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Kmem/Kmem-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvmgcc42;
INFOPLIST_FILE = "Kmem/Kmem-Info.plist";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.ex.Kmem;
MODULE_START = Kmem_start;
MODULE_STOP = Kmem_stop;
MODULE_VERSION = 1.0.0d1;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = kext;
};
name = Debug;
};
804A4FF115571A030001547E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Kmem/Kmem-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvmgcc42;
INFOPLIST_FILE = "Kmem/Kmem-Info.plist";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.ex.Kmem;
MODULE_START = Kmem_start;
MODULE_STOP = Kmem_stop;
MODULE_VERSION = 1.0.0d1;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = kext;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
804A4FD715571A030001547E /* Build configuration list for PBXProject "Kmem" */ = {
isa = XCConfigurationList;
buildConfigurations = (
804A4FED15571A030001547E /* Debug */,
804A4FEE15571A030001547E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
804A4FEF15571A030001547E /* Build configuration list for PBXNativeTarget "Kmem" */ = {
isa = XCConfigurationList;
buildConfigurations = (
804A4FF015571A030001547E /* Debug */,
804A4FF115571A030001547E /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 804A4FD415571A030001547E /* Project object */;
}
7 changes: 7 additions & 0 deletions Kmem.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
<FileBreakpoints>
<FileBreakpoint
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Kmem/Kmem.c"
timestampString = "358029986.323656"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "17"
endingLineNumber = "17"
landmarkName = "Kmem_start()"
landmarkType = "7">
</FileBreakpoint>
</FileBreakpoints>
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "804A4FDE15571A030001547E"
BuildableName = "Kmem.kext"
BlueprintName = "Kmem"
ReferencedContainer = "container:Kmem.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit a724f8b

Please sign in to comment.