|
@@ -0,0 +1,327 @@
|
|
|
|
+// !$*UTF8*$!
|
|
|
|
+{
|
|
|
|
+ archiveVersion = 1;
|
|
|
|
+ classes = {
|
|
|
|
+ };
|
|
|
|
+ objectVersion = 48;
|
|
|
|
+ objects = {
|
|
|
|
+
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
|
+ 7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */; };
|
|
|
|
+ 7A9FB1461FB061E2001FEA36 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9FB1451FB061E2001FEA36 /* ViewController.swift */; };
|
|
|
|
+ 7A9FB1491FB061E2001FEA36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB1471FB061E2001FEA36 /* Main.storyboard */; };
|
|
|
|
+ 7A9FB14B1FB061E2001FEA36 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */; };
|
|
|
|
+ 7A9FB14E1FB061E2001FEA36 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */; };
|
|
|
|
+/* End PBXBuildFile section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXFileReference section */
|
|
|
|
+ 7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "deltachat-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ 7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
+ 7A9FB1451FB061E2001FEA36 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
|
+ 7A9FB1481FB061E2001FEA36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
|
+ 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
+ 7A9FB14D1FB061E2001FEA36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
|
+ 7A9FB14F1FB061E2001FEA36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
+/* End PBXFileReference section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
+ 7A9FB13D1FB061E2001FEA36 /* Frameworks */ = {
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXGroup section */
|
|
|
|
+ 7A9FB1371FB061E2001FEA36 = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 7A9FB1421FB061E2001FEA36 /* deltachat-ios */,
|
|
|
|
+ 7A9FB1411FB061E2001FEA36 /* Products */,
|
|
|
|
+ );
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 7A9FB1411FB061E2001FEA36 /* Products */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */,
|
|
|
|
+ );
|
|
|
|
+ name = Products;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 7A9FB1421FB061E2001FEA36 /* deltachat-ios */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */,
|
|
|
|
+ 7A9FB1451FB061E2001FEA36 /* ViewController.swift */,
|
|
|
|
+ 7A9FB1471FB061E2001FEA36 /* Main.storyboard */,
|
|
|
|
+ 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */,
|
|
|
|
+ 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */,
|
|
|
|
+ 7A9FB14F1FB061E2001FEA36 /* Info.plist */,
|
|
|
|
+ );
|
|
|
|
+ path = "deltachat-ios";
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+/* End PBXGroup section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
|
+ 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */ = {
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
+ buildConfigurationList = 7A9FB1521FB061E2001FEA36 /* Build configuration list for PBXNativeTarget "deltachat-ios" */;
|
|
|
|
+ buildPhases = (
|
|
|
|
+ 7A9FB13C1FB061E2001FEA36 /* Sources */,
|
|
|
|
+ 7A9FB13D1FB061E2001FEA36 /* Frameworks */,
|
|
|
|
+ 7A9FB13E1FB061E2001FEA36 /* Resources */,
|
|
|
|
+ );
|
|
|
|
+ buildRules = (
|
|
|
|
+ );
|
|
|
|
+ dependencies = (
|
|
|
|
+ );
|
|
|
|
+ name = "deltachat-ios";
|
|
|
|
+ productName = "deltachat-ios";
|
|
|
|
+ productReference = 7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */;
|
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
|
+ };
|
|
|
|
+/* End PBXNativeTarget section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXProject section */
|
|
|
|
+ 7A9FB1381FB061E2001FEA36 /* Project object */ = {
|
|
|
|
+ isa = PBXProject;
|
|
|
|
+ attributes = {
|
|
|
|
+ LastSwiftUpdateCheck = 0910;
|
|
|
|
+ LastUpgradeCheck = 0910;
|
|
|
|
+ ORGANIZATIONNAME = "Jonas Reinsch";
|
|
|
|
+ TargetAttributes = {
|
|
|
|
+ 7A9FB13F1FB061E2001FEA36 = {
|
|
|
|
+ CreatedOnToolsVersion = 9.1;
|
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ buildConfigurationList = 7A9FB13B1FB061E2001FEA36 /* Build configuration list for PBXProject "deltachat-ios" */;
|
|
|
|
+ compatibilityVersion = "Xcode 8.0";
|
|
|
|
+ developmentRegion = en;
|
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
|
+ knownRegions = (
|
|
|
|
+ en,
|
|
|
|
+ Base,
|
|
|
|
+ );
|
|
|
|
+ mainGroup = 7A9FB1371FB061E2001FEA36;
|
|
|
|
+ productRefGroup = 7A9FB1411FB061E2001FEA36 /* Products */;
|
|
|
|
+ projectDirPath = "";
|
|
|
|
+ projectRoot = "";
|
|
|
|
+ targets = (
|
|
|
|
+ 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */,
|
|
|
|
+ );
|
|
|
|
+ };
|
|
|
|
+/* End PBXProject section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
|
+ 7A9FB13E1FB061E2001FEA36 /* Resources */ = {
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ 7A9FB14E1FB061E2001FEA36 /* LaunchScreen.storyboard in Resources */,
|
|
|
|
+ 7A9FB14B1FB061E2001FEA36 /* Assets.xcassets in Resources */,
|
|
|
|
+ 7A9FB1491FB061E2001FEA36 /* Main.storyboard in Resources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
|
+ 7A9FB13C1FB061E2001FEA36 /* Sources */ = {
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ 7A9FB1461FB061E2001FEA36 /* ViewController.swift in Sources */,
|
|
|
|
+ 7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXVariantGroup section */
|
|
|
|
+ 7A9FB1471FB061E2001FEA36 /* Main.storyboard */ = {
|
|
|
|
+ isa = PBXVariantGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 7A9FB1481FB061E2001FEA36 /* Base */,
|
|
|
|
+ );
|
|
|
|
+ name = Main.storyboard;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */ = {
|
|
|
|
+ isa = PBXVariantGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 7A9FB14D1FB061E2001FEA36 /* Base */,
|
|
|
|
+ );
|
|
|
|
+ name = LaunchScreen.storyboard;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+/* End PBXVariantGroup section */
|
|
|
|
+
|
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
|
+ 7A9FB1501FB061E2001FEA36 /* 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.1;
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
|
+ SDKROOT = iphoneos;
|
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ 7A9FB1511FB061E2001FEA36 /* 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.1;
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
+ SDKROOT = iphoneos;
|
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
|
|
+ 7A9FB1531FB061E2001FEA36 /* Debug */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ DEVELOPMENT_TEAM = S595XJ38G3;
|
|
|
|
+ INFOPLIST_FILE = "deltachat-ios/Info.plist";
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.jonasreinsch.deltachat-ios";
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ SWIFT_VERSION = 4.0;
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ 7A9FB1541FB061E2001FEA36 /* Release */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ DEVELOPMENT_TEAM = S595XJ38G3;
|
|
|
|
+ INFOPLIST_FILE = "deltachat-ios/Info.plist";
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.jonasreinsch.deltachat-ios";
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ SWIFT_VERSION = 4.0;
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
|
+
|
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
|
+ 7A9FB13B1FB061E2001FEA36 /* Build configuration list for PBXProject "deltachat-ios" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ 7A9FB1501FB061E2001FEA36 /* Debug */,
|
|
|
|
+ 7A9FB1511FB061E2001FEA36 /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
|
|
+ 7A9FB1521FB061E2001FEA36 /* Build configuration list for PBXNativeTarget "deltachat-ios" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ 7A9FB1531FB061E2001FEA36 /* Debug */,
|
|
|
|
+ 7A9FB1541FB061E2001FEA36 /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
|
|
+/* End XCConfigurationList section */
|
|
|
|
+ };
|
|
|
|
+ rootObject = 7A9FB1381FB061E2001FEA36 /* Project object */;
|
|
|
|
+}
|