397 lines
15 KiB
Plaintext
397 lines
15 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 48;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
0AC0DA421EE99233006E2CC9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC0DA411EE99233006E2CC9 /* AppDelegate.swift */; };
|
|
0AC0DA441EE99234006E2CC9 /* art.scnassets in Resources */ = {isa = PBXBuildFile; fileRef = 0AC0DA431EE99234006E2CC9 /* art.scnassets */; };
|
|
0AC0DA461EE99234006E2CC9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC0DA451EE99234006E2CC9 /* ViewController.swift */; };
|
|
0AC0DA491EE99234006E2CC9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0AC0DA471EE99234006E2CC9 /* Main.storyboard */; };
|
|
0AC0DA4B1EE99234006E2CC9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0AC0DA4A1EE99234006E2CC9 /* Assets.xcassets */; };
|
|
0AC0DA4E1EE99234006E2CC9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0AC0DA4C1EE99234006E2CC9 /* LaunchScreen.storyboard */; };
|
|
0AFD82D21EF012520020AE31 /* Logo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFD82D11EF012520020AE31 /* Logo.swift */; };
|
|
0AFD82D41EF0126D0020AE31 /* ARBullet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFD82D31EF0126D0020AE31 /* ARBullet.swift */; };
|
|
0AFD82D71EF012990020AE31 /* CollisionCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFD82D61EF012990020AE31 /* CollisionCategory.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
0AC0DA3E1EE99233006E2CC9 /* ARTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ARTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0AC0DA411EE99233006E2CC9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
0AC0DA431EE99234006E2CC9 /* art.scnassets */ = {isa = PBXFileReference; lastKnownFileType = wrapper.scnassets; path = art.scnassets; sourceTree = "<group>"; };
|
|
0AC0DA451EE99234006E2CC9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
0AC0DA481EE99234006E2CC9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
0AC0DA4A1EE99234006E2CC9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
0AC0DA4D1EE99234006E2CC9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
0AC0DA4F1EE99234006E2CC9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
0AFD82D11EF012520020AE31 /* Logo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logo.swift; sourceTree = "<group>"; };
|
|
0AFD82D31EF0126D0020AE31 /* ARBullet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARBullet.swift; sourceTree = "<group>"; };
|
|
0AFD82D61EF012990020AE31 /* CollisionCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollisionCategory.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
0AC0DA3B1EE99233006E2CC9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0AC0DA351EE99233006E2CC9 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0AC0DA401EE99233006E2CC9 /* ARTest */,
|
|
0AC0DA3F1EE99233006E2CC9 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
0AC0DA3F1EE99233006E2CC9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0AC0DA3E1EE99233006E2CC9 /* ARTest.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0AC0DA401EE99233006E2CC9 /* ARTest */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0AC0DA411EE99233006E2CC9 /* AppDelegate.swift */,
|
|
0AFD82D61EF012990020AE31 /* CollisionCategory.swift */,
|
|
0AFD82D51EF012730020AE31 /* Objects */,
|
|
0AC0DA451EE99234006E2CC9 /* ViewController.swift */,
|
|
0AC0DA471EE99234006E2CC9 /* Main.storyboard */,
|
|
0AC0DA431EE99234006E2CC9 /* art.scnassets */,
|
|
0AC0DA4A1EE99234006E2CC9 /* Assets.xcassets */,
|
|
0AC0DA4C1EE99234006E2CC9 /* LaunchScreen.storyboard */,
|
|
0AC0DA4F1EE99234006E2CC9 /* Info.plist */,
|
|
);
|
|
path = ARTest;
|
|
sourceTree = "<group>";
|
|
};
|
|
0AFD82D51EF012730020AE31 /* Objects */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0AFD82D11EF012520020AE31 /* Logo.swift */,
|
|
0AFD82D31EF0126D0020AE31 /* ARBullet.swift */,
|
|
);
|
|
path = Objects;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
0AC0DA3D1EE99233006E2CC9 /* ARTest */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0AC0DA521EE99234006E2CC9 /* Build configuration list for PBXNativeTarget "ARTest" */;
|
|
buildPhases = (
|
|
0AC0DA3A1EE99233006E2CC9 /* Sources */,
|
|
0AC0DA3B1EE99233006E2CC9 /* Frameworks */,
|
|
0AC0DA3C1EE99233006E2CC9 /* Resources */,
|
|
0AA8505A1EF3FB4E00353B55 /* SwiftLint */,
|
|
0AA8505B1EF3FBE200353B55 /* Tailor */,
|
|
0AA8505F1EF404A800353B55 /* CopyPaste Detection */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = ARTest;
|
|
productName = ARTest;
|
|
productReference = 0AC0DA3E1EE99233006E2CC9 /* ARTest.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0AC0DA361EE99233006E2CC9 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0900;
|
|
LastUpgradeCheck = 0900;
|
|
ORGANIZATIONNAME = TouchInstinct;
|
|
TargetAttributes = {
|
|
0AC0DA3D1EE99233006E2CC9 = {
|
|
CreatedOnToolsVersion = 9.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 0AC0DA391EE99233006E2CC9 /* Build configuration list for PBXProject "ARTest" */;
|
|
compatibilityVersion = "Xcode 8.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 0AC0DA351EE99233006E2CC9;
|
|
productRefGroup = 0AC0DA3F1EE99233006E2CC9 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
0AC0DA3D1EE99233006E2CC9 /* ARTest */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
0AC0DA3C1EE99233006E2CC9 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0AC0DA441EE99234006E2CC9 /* art.scnassets in Resources */,
|
|
0AC0DA4E1EE99234006E2CC9 /* LaunchScreen.storyboard in Resources */,
|
|
0AC0DA4B1EE99234006E2CC9 /* Assets.xcassets in Resources */,
|
|
0AC0DA491EE99234006E2CC9 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
0AA8505A1EF3FB4E00353B55 /* SwiftLint */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = SwiftLint;
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
|
|
};
|
|
0AA8505B1EF3FBE200353B55 /* Tailor */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = Tailor;
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "if hash tailor 2>/dev/null; then\ntailor\nfi";
|
|
};
|
|
0AA8505F1EF404A800353B55 /* CopyPaste Detection */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "CopyPaste Detection";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# Running CPD\npmd cpd --files ${EXECUTABLE_NAME} --minimum-tokens 50 --language swift --encoding UTF-8 --format net.sourceforge.pmd.cpd.XMLRenderer > cpd-output.xml --failOnViolation true\n\n# Running script\nphp ./cpd_script.php -cpd-xml cpd-output.xml";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
0AC0DA3A1EE99233006E2CC9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0AFD82D41EF0126D0020AE31 /* ARBullet.swift in Sources */,
|
|
0AFD82D71EF012990020AE31 /* CollisionCategory.swift in Sources */,
|
|
0AC0DA461EE99234006E2CC9 /* ViewController.swift in Sources */,
|
|
0AFD82D21EF012520020AE31 /* Logo.swift in Sources */,
|
|
0AC0DA421EE99233006E2CC9 /* AppDelegate.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
0AC0DA471EE99234006E2CC9 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
0AC0DA481EE99234006E2CC9 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
0AC0DA4C1EE99234006E2CC9 /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
0AC0DA4D1EE99234006E2CC9 /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
0AC0DA501EE99234006E2CC9 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = 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_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;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0AC0DA511EE99234006E2CC9 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = 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_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;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
0AC0DA531EE99234006E2CC9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
DEVELOPMENT_TEAM = 77LLGJH4PN;
|
|
INFOPLIST_FILE = ARTest/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.touchInstinct.ARTest;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
};
|
|
name = Debug;
|
|
};
|
|
0AC0DA541EE99234006E2CC9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
DEVELOPMENT_TEAM = 77LLGJH4PN;
|
|
INFOPLIST_FILE = ARTest/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.touchInstinct.ARTest;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
0AC0DA391EE99233006E2CC9 /* Build configuration list for PBXProject "ARTest" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0AC0DA501EE99234006E2CC9 /* Debug */,
|
|
0AC0DA511EE99234006E2CC9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0AC0DA521EE99234006E2CC9 /* Build configuration list for PBXNativeTarget "ARTest" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0AC0DA531EE99234006E2CC9 /* Debug */,
|
|
0AC0DA541EE99234006E2CC9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0AC0DA361EE99233006E2CC9 /* Project object */;
|
|
}
|