SimpleSwiftPromises/SimpleSwiftPromises.xcodeproj/project.pbxproj

472 lines
18 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
D683419823FCDCCB00D06703 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D683419723FCDCCB00D06703 /* AppDelegate.swift */; };
D683419A23FCDCCB00D06703 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D683419923FCDCCB00D06703 /* ViewController.swift */; };
D683419C23FCDCCE00D06703 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D683419B23FCDCCE00D06703 /* Assets.xcassets */; };
D683419F23FCDCCE00D06703 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D683419D23FCDCCE00D06703 /* Main.storyboard */; };
D68341AB23FCDCCE00D06703 /* SimpleSwiftPromisesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D68341AA23FCDCCE00D06703 /* SimpleSwiftPromisesTests.swift */; };
D68341B623FCDCF000D06703 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = D68341B523FCDCF000D06703 /* Promise.swift */; };
D68341B823FCDCF800D06703 /* PromiseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D68341B723FCDCF800D06703 /* PromiseTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
D68341A723FCDCCE00D06703 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D683418C23FCDCCB00D06703 /* Project object */;
proxyType = 1;
remoteGlobalIDString = D683419323FCDCCB00D06703;
remoteInfo = SimpleSwiftPromises;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
D683419423FCDCCB00D06703 /* SimpleSwiftPromises.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleSwiftPromises.app; sourceTree = BUILT_PRODUCTS_DIR; };
D683419723FCDCCB00D06703 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D683419923FCDCCB00D06703 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
D683419B23FCDCCE00D06703 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D683419E23FCDCCE00D06703 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D68341A023FCDCCE00D06703 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D68341A123FCDCCE00D06703 /* SimpleSwiftPromises.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SimpleSwiftPromises.entitlements; sourceTree = "<group>"; };
D68341A623FCDCCE00D06703 /* SimpleSwiftPromisesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimpleSwiftPromisesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
D68341AA23FCDCCE00D06703 /* SimpleSwiftPromisesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleSwiftPromisesTests.swift; sourceTree = "<group>"; };
D68341AC23FCDCCE00D06703 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D68341B523FCDCF000D06703 /* Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = "<group>"; };
D68341B723FCDCF800D06703 /* PromiseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PromiseTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D683419123FCDCCB00D06703 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
D68341A323FCDCCE00D06703 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
D683418B23FCDCCB00D06703 = {
isa = PBXGroup;
children = (
D683419623FCDCCB00D06703 /* SimpleSwiftPromises */,
D68341A923FCDCCE00D06703 /* SimpleSwiftPromisesTests */,
D683419523FCDCCB00D06703 /* Products */,
);
sourceTree = "<group>";
};
D683419523FCDCCB00D06703 /* Products */ = {
isa = PBXGroup;
children = (
D683419423FCDCCB00D06703 /* SimpleSwiftPromises.app */,
D68341A623FCDCCE00D06703 /* SimpleSwiftPromisesTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
D683419623FCDCCB00D06703 /* SimpleSwiftPromises */ = {
isa = PBXGroup;
children = (
D683419723FCDCCB00D06703 /* AppDelegate.swift */,
D68341B523FCDCF000D06703 /* Promise.swift */,
D683419923FCDCCB00D06703 /* ViewController.swift */,
D683419B23FCDCCE00D06703 /* Assets.xcassets */,
D683419D23FCDCCE00D06703 /* Main.storyboard */,
D68341A023FCDCCE00D06703 /* Info.plist */,
D68341A123FCDCCE00D06703 /* SimpleSwiftPromises.entitlements */,
);
path = SimpleSwiftPromises;
sourceTree = "<group>";
};
D68341A923FCDCCE00D06703 /* SimpleSwiftPromisesTests */ = {
isa = PBXGroup;
children = (
D68341AA23FCDCCE00D06703 /* SimpleSwiftPromisesTests.swift */,
D68341B723FCDCF800D06703 /* PromiseTests.swift */,
D68341AC23FCDCCE00D06703 /* Info.plist */,
);
path = SimpleSwiftPromisesTests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D683419323FCDCCB00D06703 /* SimpleSwiftPromises */ = {
isa = PBXNativeTarget;
buildConfigurationList = D68341AF23FCDCCE00D06703 /* Build configuration list for PBXNativeTarget "SimpleSwiftPromises" */;
buildPhases = (
D683419023FCDCCB00D06703 /* Sources */,
D683419123FCDCCB00D06703 /* Frameworks */,
D683419223FCDCCB00D06703 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SimpleSwiftPromises;
productName = SimpleSwiftPromises;
productReference = D683419423FCDCCB00D06703 /* SimpleSwiftPromises.app */;
productType = "com.apple.product-type.application";
};
D68341A523FCDCCE00D06703 /* SimpleSwiftPromisesTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = D68341B223FCDCCE00D06703 /* Build configuration list for PBXNativeTarget "SimpleSwiftPromisesTests" */;
buildPhases = (
D68341A223FCDCCE00D06703 /* Sources */,
D68341A323FCDCCE00D06703 /* Frameworks */,
D68341A423FCDCCE00D06703 /* Resources */,
);
buildRules = (
);
dependencies = (
D68341A823FCDCCE00D06703 /* PBXTargetDependency */,
);
name = SimpleSwiftPromisesTests;
productName = SimpleSwiftPromisesTests;
productReference = D68341A623FCDCCE00D06703 /* SimpleSwiftPromisesTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D683418C23FCDCCB00D06703 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1140;
LastUpgradeCheck = 1140;
ORGANIZATIONNAME = Shadowfacts;
TargetAttributes = {
D683419323FCDCCB00D06703 = {
CreatedOnToolsVersion = 11.4;
};
D68341A523FCDCCE00D06703 = {
CreatedOnToolsVersion = 11.4;
TestTargetID = D683419323FCDCCB00D06703;
};
};
};
buildConfigurationList = D683418F23FCDCCB00D06703 /* Build configuration list for PBXProject "SimpleSwiftPromises" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D683418B23FCDCCB00D06703;
productRefGroup = D683419523FCDCCB00D06703 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D683419323FCDCCB00D06703 /* SimpleSwiftPromises */,
D68341A523FCDCCE00D06703 /* SimpleSwiftPromisesTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
D683419223FCDCCB00D06703 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D683419C23FCDCCE00D06703 /* Assets.xcassets in Resources */,
D683419F23FCDCCE00D06703 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D68341A423FCDCCE00D06703 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D683419023FCDCCB00D06703 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D683419A23FCDCCB00D06703 /* ViewController.swift in Sources */,
D683419823FCDCCB00D06703 /* AppDelegate.swift in Sources */,
D68341B623FCDCF000D06703 /* Promise.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D68341A223FCDCCE00D06703 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D68341AB23FCDCCE00D06703 /* SimpleSwiftPromisesTests.swift in Sources */,
D68341B823FCDCF800D06703 /* PromiseTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
D68341A823FCDCCE00D06703 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = D683419323FCDCCB00D06703 /* SimpleSwiftPromises */;
targetProxy = D68341A723FCDCCE00D06703 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
D683419D23FCDCCE00D06703 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
D683419E23FCDCCE00D06703 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
D68341AD23FCDCCE00D06703 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
D68341AE23FCDCCE00D06703 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
D68341B023FCDCCE00D06703 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = SimpleSwiftPromises/SimpleSwiftPromises.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HGYVAQA9FW;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = SimpleSwiftPromises/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.SimpleSwiftPromises;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
D68341B123FCDCCE00D06703 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = SimpleSwiftPromises/SimpleSwiftPromises.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HGYVAQA9FW;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = SimpleSwiftPromises/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.SimpleSwiftPromises;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Release;
};
D68341B323FCDCCE00D06703 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HGYVAQA9FW;
INFOPLIST_FILE = SimpleSwiftPromisesTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.SimpleSwiftPromisesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SimpleSwiftPromises.app/Contents/MacOS/SimpleSwiftPromises";
};
name = Debug;
};
D68341B423FCDCCE00D06703 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HGYVAQA9FW;
INFOPLIST_FILE = SimpleSwiftPromisesTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.SimpleSwiftPromisesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SimpleSwiftPromises.app/Contents/MacOS/SimpleSwiftPromises";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D683418F23FCDCCB00D06703 /* Build configuration list for PBXProject "SimpleSwiftPromises" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D68341AD23FCDCCE00D06703 /* Debug */,
D68341AE23FCDCCE00D06703 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D68341AF23FCDCCE00D06703 /* Build configuration list for PBXNativeTarget "SimpleSwiftPromises" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D68341B023FCDCCE00D06703 /* Debug */,
D68341B123FCDCCE00D06703 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D68341B223FCDCCE00D06703 /* Build configuration list for PBXNativeTarget "SimpleSwiftPromisesTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D68341B323FCDCCE00D06703 /* Debug */,
D68341B423FCDCCE00D06703 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D683418C23FCDCCB00D06703 /* Project object */;
}