// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
32D94FC60562CBF700B6AF17 /* AppleFileSystemDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A224C3EFF42367911CA2CB7 /* AppleFileSystemDriver.h */; };
32D94FCA0562CBF700B6AF17 /* AppleFileSystemDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A224C3FFF42367911CA2CB7 /* AppleFileSystemDriver.cpp */; settings = {ATTRIBUTES = (); }; };
C6061C030E0718850017A7C8 /* setbootuuid.c in Sources */ = {isa = PBXBuildFile; fileRef = C6061C020E0718850017A7C8 /* setbootuuid.c */; };
C60623F50E0718A10017A7C8 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C60623F30E0718A10017A7C8 /* CoreFoundation.framework */; };
C60623F60E0718A10017A7C8 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C60623F40E0718A10017A7C8 /* IOKit.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1A224C3EFF42367911CA2CB7 /* AppleFileSystemDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppleFileSystemDriver.h; sourceTree = "<group>"; };
1A224C3FFF42367911CA2CB7 /* AppleFileSystemDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppleFileSystemDriver.cpp; sourceTree = "<group>"; };
32D94FCF0562CBF700B6AF17 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32D94FD00562CBF700B6AF17 /* AppleFileSystemDriver.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppleFileSystemDriver.kext; sourceTree = BUILT_PRODUCTS_DIR; };
8DA8362C06AD9B9200E5AC22 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
C6061BFB0E07185E0017A7C8 /* setbootuuid */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = setbootuuid; sourceTree = BUILT_PRODUCTS_DIR; };
C6061C020E0718850017A7C8 /* setbootuuid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setbootuuid.c; sourceTree = "<group>"; };
C60623F30E0718A10017A7C8 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
C60623F40E0718A10017A7C8 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
32D94FCB0562CBF700B6AF17 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C6061BF90E07185E0017A7C8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C60623F50E0718A10017A7C8 /* CoreFoundation.framework in Frameworks */,
C60623F60E0718A10017A7C8 /* IOKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
089C166AFE841209C02AAC07 /* AppleFileSystemDriver */ = {
isa = PBXGroup;
children = (
247142CAFF3F8F9811CA285C /* Source */,
8DA8362C06AD9B9200E5AC22 /* Kernel.framework */,
C60623F30E0718A10017A7C8 /* CoreFoundation.framework */,
C60623F40E0718A10017A7C8 /* IOKit.framework */,
089C167CFE841241C02AAC07 /* Resources */,
19C28FB6FE9D52B211CA2CBB /* Products */,
);
name = AppleFileSystemDriver;
sourceTree = "<group>";
};
089C167CFE841241C02AAC07 /* Resources */ = {
isa = PBXGroup;
children = (
32D94FCF0562CBF700B6AF17 /* Info.plist */,
);
name = Resources;
sourceTree = "<group>";
};
19C28FB6FE9D52B211CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
32D94FD00562CBF700B6AF17 /* AppleFileSystemDriver.kext */,
C6061BFB0E07185E0017A7C8 /* setbootuuid */,
);
name = Products;
sourceTree = "<group>";
};
247142CAFF3F8F9811CA285C /* Source */ = {
isa = PBXGroup;
children = (
1A224C3EFF42367911CA2CB7 /* AppleFileSystemDriver.h */,
1A224C3FFF42367911CA2CB7 /* AppleFileSystemDriver.cpp */,
C6061C020E0718850017A7C8 /* setbootuuid.c */,
);
name = Source;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
32D94FC50562CBF700B6AF17 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
32D94FC60562CBF700B6AF17 /* AppleFileSystemDriver.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
32D94FC30562CBF700B6AF17 /* AppleFileSystemDriver */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB91D908733DB10010E9CD /* Build configuration list for PBXNativeTarget "AppleFileSystemDriver" */;
buildPhases = (
32D94FC50562CBF700B6AF17 /* Headers */,
32D94FC70562CBF700B6AF17 /* Resources */,
32D94FC90562CBF700B6AF17 /* Sources */,
32D94FCB0562CBF700B6AF17 /* Frameworks */,
32D94FCC0562CBF700B6AF17 /* Rez */,
);
buildRules = (
);
dependencies = (
);
name = AppleFileSystemDriver;
productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
productName = AppleFileSystemDriver;
productReference = 32D94FD00562CBF700B6AF17 /* AppleFileSystemDriver.kext */;
productType = "com.apple.product-type.kernel-extension.iokit";
};
C6061BFA0E07185E0017A7C8 /* setbootuuid */ = {
isa = PBXNativeTarget;
buildConfigurationList = C6061C010E07187D0017A7C8 /* Build configuration list for PBXNativeTarget "setbootuuid" */;
buildPhases = (
C6061BF80E07185E0017A7C8 /* Sources */,
C6061BF90E07185E0017A7C8 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = setbootuuid;
productName = setbootuuid;
productReference = C6061BFB0E07185E0017A7C8 /* setbootuuid */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "AppleFileSystemDriver" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
mainGroup = 089C166AFE841209C02AAC07 /* AppleFileSystemDriver */;
projectDirPath = "";
projectRoot = "";
targets = (
32D94FC30562CBF700B6AF17 /* AppleFileSystemDriver */,
C6061BFA0E07185E0017A7C8 /* setbootuuid */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
32D94FC70562CBF700B6AF17 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXRezBuildPhase section */
32D94FCC0562CBF700B6AF17 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
32D94FC90562CBF700B6AF17 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
32D94FCA0562CBF700B6AF17 /* AppleFileSystemDriver.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C6061BF80E07185E0017A7C8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C6061C030E0718850017A7C8 /* setbootuuid.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1DEB91DA08733DB10010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.1.0;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
HEADER_SEARCH_PATHS = /System/Library/Frameworks/IOKit.framework/PrivateHeaders/storage/RAID;
INFOPLIST_FILE = Info.plist;
INFOPLIST_PREPROCESS = YES;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.apple.driver.AppleFileSystemDriver;
MODULE_VERSION = 1.1.0;
PRODUCT_NAME = AppleFileSystemDriver;
WRAPPER_EXTENSION = kext;
};
name = Debug;
};
1DEB91DB08733DB10010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 2.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
HEADER_SEARCH_PATHS = /System/Library/Frameworks/IOKit.framework/PrivateHeaders/storage/RAID;
INFOPLIST_FILE = Info.plist;
INFOPLIST_PREPROCESS = YES;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.apple.driver.AppleFileSystemDriver;
MODULE_VERSION = 2.0;
PRODUCT_NAME = AppleFileSystemDriver;
WRAPPER_EXTENSION = kext;
};
name = Release;
};
1DEB91DE08733DB10010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = NO;
PREBINDING = NO;
};
name = Debug;
};
1DEB91DF08733DB10010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
};
name = Release;
};
C6061BFD0E07185F0017A7C8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
PREBINDING = NO;
PRODUCT_NAME = setbootuuid;
};
name = Debug;
};
C6061BFE0E07185F0017A7C8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
PREBINDING = NO;
PRODUCT_NAME = setbootuuid;
ZERO_LINK = NO;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1DEB91D908733DB10010E9CD /* Build configuration list for PBXNativeTarget "AppleFileSystemDriver" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91DA08733DB10010E9CD /* Debug */,
1DEB91DB08733DB10010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "AppleFileSystemDriver" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91DE08733DB10010E9CD /* Debug */,
1DEB91DF08733DB10010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C6061C010E07187D0017A7C8 /* Build configuration list for PBXNativeTarget "setbootuuid" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C6061BFD0E07185F0017A7C8 /* Debug */,
C6061BFE0E07185F0017A7C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 089C1669FE841209C02AAC07 /* Project object */;
}