|
@@ -0,0 +1,578 @@
|
|
|
|
+// !$*UTF8*$!
|
|
|
|
+{
|
|
|
|
+ archiveVersion = 1;
|
|
|
|
+ classes = {
|
|
|
|
+ };
|
|
|
|
+ objectVersion = 50;
|
|
|
|
+ objects = {
|
|
|
|
+
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
|
+ A79E76F9222D0FF6001B75FD /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A79E76F8222D0FF6001B75FD /* AppDelegate.m */; };
|
|
|
|
+ A79E76FC222D0FF6001B75FD /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A79E76FB222D0FF6001B75FD /* ViewController.m */; };
|
|
|
|
+ A79E76FF222D0FF6001B75FD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A79E76FD222D0FF6001B75FD /* Main.storyboard */; };
|
|
|
|
+ A79E7701222D0FF7001B75FD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A79E7700222D0FF7001B75FD /* Assets.xcassets */; };
|
|
|
|
+ A79E7704222D0FF7001B75FD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A79E7702222D0FF7001B75FD /* LaunchScreen.storyboard */; };
|
|
|
|
+ A79E7707222D0FF7001B75FD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A79E7706222D0FF7001B75FD /* main.m */; };
|
|
|
|
+ A79E7711222D0FF7001B75FD /* RainbowPlanetOCTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A79E7710222D0FF7001B75FD /* RainbowPlanetOCTests.m */; };
|
|
|
|
+ A79E771C222D0FF7001B75FD /* RainbowPlanetOCUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = A79E771B222D0FF7001B75FD /* RainbowPlanetOCUITests.m */; };
|
|
|
|
+/* End PBXBuildFile section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
|
+ A79E770D222D0FF7001B75FD /* PBXContainerItemProxy */ = {
|
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
|
+ containerPortal = A79E76EC222D0FF6001B75FD /* Project object */;
|
|
|
|
+ proxyType = 1;
|
|
|
|
+ remoteGlobalIDString = A79E76F3222D0FF6001B75FD;
|
|
|
|
+ remoteInfo = RainbowPlanetOC;
|
|
|
|
+ };
|
|
|
|
+ A79E7718222D0FF7001B75FD /* PBXContainerItemProxy */ = {
|
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
|
+ containerPortal = A79E76EC222D0FF6001B75FD /* Project object */;
|
|
|
|
+ proxyType = 1;
|
|
|
|
+ remoteGlobalIDString = A79E76F3222D0FF6001B75FD;
|
|
|
|
+ remoteInfo = RainbowPlanetOC;
|
|
|
|
+ };
|
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXFileReference section */
|
|
|
|
+ A79E76F4222D0FF6001B75FD /* RainbowPlanetOC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanetOC.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ A79E76F7222D0FF6001B75FD /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
|
+ A79E76F8222D0FF6001B75FD /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
|
+ A79E76FA222D0FF6001B75FD /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ A79E76FB222D0FF6001B75FD /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
|
+ A79E76FE222D0FF6001B75FD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
|
+ A79E7700222D0FF7001B75FD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
+ A79E7703222D0FF7001B75FD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
|
+ A79E7705222D0FF7001B75FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
+ A79E7706222D0FF7001B75FD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
|
+ A79E770C222D0FF7001B75FD /* RainbowPlanetOCTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetOCTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ A79E7710222D0FF7001B75FD /* RainbowPlanetOCTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RainbowPlanetOCTests.m; sourceTree = "<group>"; };
|
|
|
|
+ A79E7712222D0FF7001B75FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
+ A79E7717222D0FF7001B75FD /* RainbowPlanetOCUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetOCUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ A79E771B222D0FF7001B75FD /* RainbowPlanetOCUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RainbowPlanetOCUITests.m; sourceTree = "<group>"; };
|
|
|
|
+ A79E771D222D0FF7001B75FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
+/* End PBXFileReference section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
+ A79E76F1222D0FF6001B75FD /* Frameworks */ = {
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+ A79E7709222D0FF7001B75FD /* Frameworks */ = {
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+ A79E7714222D0FF7001B75FD /* Frameworks */ = {
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXGroup section */
|
|
|
|
+ A79E76EB222D0FF6001B75FD = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E76F6222D0FF6001B75FD /* RainbowPlanetOC */,
|
|
|
|
+ A79E770F222D0FF7001B75FD /* RainbowPlanetOCTests */,
|
|
|
|
+ A79E771A222D0FF7001B75FD /* RainbowPlanetOCUITests */,
|
|
|
|
+ A79E76F5222D0FF6001B75FD /* Products */,
|
|
|
|
+ );
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A79E76F5222D0FF6001B75FD /* Products */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E76F4222D0FF6001B75FD /* RainbowPlanetOC.app */,
|
|
|
|
+ A79E770C222D0FF7001B75FD /* RainbowPlanetOCTests.xctest */,
|
|
|
|
+ A79E7717222D0FF7001B75FD /* RainbowPlanetOCUITests.xctest */,
|
|
|
|
+ );
|
|
|
|
+ name = Products;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A79E76F6222D0FF6001B75FD /* RainbowPlanetOC */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E76F7222D0FF6001B75FD /* AppDelegate.h */,
|
|
|
|
+ A79E76F8222D0FF6001B75FD /* AppDelegate.m */,
|
|
|
|
+ A79E76FA222D0FF6001B75FD /* ViewController.h */,
|
|
|
|
+ A79E76FB222D0FF6001B75FD /* ViewController.m */,
|
|
|
|
+ A79E76FD222D0FF6001B75FD /* Main.storyboard */,
|
|
|
|
+ A79E7700222D0FF7001B75FD /* Assets.xcassets */,
|
|
|
|
+ A79E7702222D0FF7001B75FD /* LaunchScreen.storyboard */,
|
|
|
|
+ A79E7705222D0FF7001B75FD /* Info.plist */,
|
|
|
|
+ A79E7706222D0FF7001B75FD /* main.m */,
|
|
|
|
+ );
|
|
|
|
+ path = RainbowPlanetOC;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A79E770F222D0FF7001B75FD /* RainbowPlanetOCTests */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E7710222D0FF7001B75FD /* RainbowPlanetOCTests.m */,
|
|
|
|
+ A79E7712222D0FF7001B75FD /* Info.plist */,
|
|
|
|
+ );
|
|
|
|
+ path = RainbowPlanetOCTests;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A79E771A222D0FF7001B75FD /* RainbowPlanetOCUITests */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E771B222D0FF7001B75FD /* RainbowPlanetOCUITests.m */,
|
|
|
|
+ A79E771D222D0FF7001B75FD /* Info.plist */,
|
|
|
|
+ );
|
|
|
|
+ path = RainbowPlanetOCUITests;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+/* End PBXGroup section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
|
+ A79E76F3222D0FF6001B75FD /* RainbowPlanetOC */ = {
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
+ buildConfigurationList = A79E7720222D0FF7001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetOC" */;
|
|
|
|
+ buildPhases = (
|
|
|
|
+ A79E76F0222D0FF6001B75FD /* Sources */,
|
|
|
|
+ A79E76F1222D0FF6001B75FD /* Frameworks */,
|
|
|
|
+ A79E76F2222D0FF6001B75FD /* Resources */,
|
|
|
|
+ );
|
|
|
|
+ buildRules = (
|
|
|
|
+ );
|
|
|
|
+ dependencies = (
|
|
|
|
+ );
|
|
|
|
+ name = RainbowPlanetOC;
|
|
|
|
+ productName = RainbowPlanetOC;
|
|
|
|
+ productReference = A79E76F4222D0FF6001B75FD /* RainbowPlanetOC.app */;
|
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
|
+ };
|
|
|
|
+ A79E770B222D0FF7001B75FD /* RainbowPlanetOCTests */ = {
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
+ buildConfigurationList = A79E7723222D0FF7001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetOCTests" */;
|
|
|
|
+ buildPhases = (
|
|
|
|
+ A79E7708222D0FF7001B75FD /* Sources */,
|
|
|
|
+ A79E7709222D0FF7001B75FD /* Frameworks */,
|
|
|
|
+ A79E770A222D0FF7001B75FD /* Resources */,
|
|
|
|
+ );
|
|
|
|
+ buildRules = (
|
|
|
|
+ );
|
|
|
|
+ dependencies = (
|
|
|
|
+ A79E770E222D0FF7001B75FD /* PBXTargetDependency */,
|
|
|
|
+ );
|
|
|
|
+ name = RainbowPlanetOCTests;
|
|
|
|
+ productName = RainbowPlanetOCTests;
|
|
|
|
+ productReference = A79E770C222D0FF7001B75FD /* RainbowPlanetOCTests.xctest */;
|
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
|
+ };
|
|
|
|
+ A79E7716222D0FF7001B75FD /* RainbowPlanetOCUITests */ = {
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
+ buildConfigurationList = A79E7726222D0FF7001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetOCUITests" */;
|
|
|
|
+ buildPhases = (
|
|
|
|
+ A79E7713222D0FF7001B75FD /* Sources */,
|
|
|
|
+ A79E7714222D0FF7001B75FD /* Frameworks */,
|
|
|
|
+ A79E7715222D0FF7001B75FD /* Resources */,
|
|
|
|
+ );
|
|
|
|
+ buildRules = (
|
|
|
|
+ );
|
|
|
|
+ dependencies = (
|
|
|
|
+ A79E7719222D0FF7001B75FD /* PBXTargetDependency */,
|
|
|
|
+ );
|
|
|
|
+ name = RainbowPlanetOCUITests;
|
|
|
|
+ productName = RainbowPlanetOCUITests;
|
|
|
|
+ productReference = A79E7717222D0FF7001B75FD /* RainbowPlanetOCUITests.xctest */;
|
|
|
|
+ productType = "com.apple.product-type.bundle.ui-testing";
|
|
|
|
+ };
|
|
|
|
+/* End PBXNativeTarget section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXProject section */
|
|
|
|
+ A79E76EC222D0FF6001B75FD /* Project object */ = {
|
|
|
|
+ isa = PBXProject;
|
|
|
|
+ attributes = {
|
|
|
|
+ LastUpgradeCheck = 1010;
|
|
|
|
+ ORGANIZATIONNAME = "南鑫林";
|
|
|
|
+ TargetAttributes = {
|
|
|
|
+ A79E76F3222D0FF6001B75FD = {
|
|
|
|
+ CreatedOnToolsVersion = 10.1;
|
|
|
|
+ };
|
|
|
|
+ A79E770B222D0FF7001B75FD = {
|
|
|
|
+ CreatedOnToolsVersion = 10.1;
|
|
|
|
+ TestTargetID = A79E76F3222D0FF6001B75FD;
|
|
|
|
+ };
|
|
|
|
+ A79E7716222D0FF7001B75FD = {
|
|
|
|
+ CreatedOnToolsVersion = 10.1;
|
|
|
|
+ TestTargetID = A79E76F3222D0FF6001B75FD;
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ buildConfigurationList = A79E76EF222D0FF6001B75FD /* Build configuration list for PBXProject "RainbowPlanetOC" */;
|
|
|
|
+ compatibilityVersion = "Xcode 9.3";
|
|
|
|
+ developmentRegion = en;
|
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
|
+ knownRegions = (
|
|
|
|
+ en,
|
|
|
|
+ Base,
|
|
|
|
+ );
|
|
|
|
+ mainGroup = A79E76EB222D0FF6001B75FD;
|
|
|
|
+ productRefGroup = A79E76F5222D0FF6001B75FD /* Products */;
|
|
|
|
+ projectDirPath = "";
|
|
|
|
+ projectRoot = "";
|
|
|
|
+ targets = (
|
|
|
|
+ A79E76F3222D0FF6001B75FD /* RainbowPlanetOC */,
|
|
|
|
+ A79E770B222D0FF7001B75FD /* RainbowPlanetOCTests */,
|
|
|
|
+ A79E7716222D0FF7001B75FD /* RainbowPlanetOCUITests */,
|
|
|
|
+ );
|
|
|
|
+ };
|
|
|
|
+/* End PBXProject section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
|
+ A79E76F2222D0FF6001B75FD /* Resources */ = {
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ A79E7704222D0FF7001B75FD /* LaunchScreen.storyboard in Resources */,
|
|
|
|
+ A79E7701222D0FF7001B75FD /* Assets.xcassets in Resources */,
|
|
|
|
+ A79E76FF222D0FF6001B75FD /* Main.storyboard in Resources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+ A79E770A222D0FF7001B75FD /* Resources */ = {
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+ A79E7715222D0FF7001B75FD /* Resources */ = {
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
|
+ A79E76F0222D0FF6001B75FD /* Sources */ = {
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ A79E76FC222D0FF6001B75FD /* ViewController.m in Sources */,
|
|
|
|
+ A79E7707222D0FF7001B75FD /* main.m in Sources */,
|
|
|
|
+ A79E76F9222D0FF6001B75FD /* AppDelegate.m in Sources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+ A79E7708222D0FF7001B75FD /* Sources */ = {
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ A79E7711222D0FF7001B75FD /* RainbowPlanetOCTests.m in Sources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+ A79E7713222D0FF7001B75FD /* Sources */ = {
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ A79E771C222D0FF7001B75FD /* RainbowPlanetOCUITests.m in Sources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
|
+ A79E770E222D0FF7001B75FD /* PBXTargetDependency */ = {
|
|
|
|
+ isa = PBXTargetDependency;
|
|
|
|
+ target = A79E76F3222D0FF6001B75FD /* RainbowPlanetOC */;
|
|
|
|
+ targetProxy = A79E770D222D0FF7001B75FD /* PBXContainerItemProxy */;
|
|
|
|
+ };
|
|
|
|
+ A79E7719222D0FF7001B75FD /* PBXTargetDependency */ = {
|
|
|
|
+ isa = PBXTargetDependency;
|
|
|
|
+ target = A79E76F3222D0FF6001B75FD /* RainbowPlanetOC */;
|
|
|
|
+ targetProxy = A79E7718222D0FF7001B75FD /* PBXContainerItemProxy */;
|
|
|
|
+ };
|
|
|
|
+/* End PBXTargetDependency section */
|
|
|
|
+
|
|
|
|
+/* Begin PBXVariantGroup section */
|
|
|
|
+ A79E76FD222D0FF6001B75FD /* Main.storyboard */ = {
|
|
|
|
+ isa = PBXVariantGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E76FE222D0FF6001B75FD /* Base */,
|
|
|
|
+ );
|
|
|
|
+ name = Main.storyboard;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A79E7702222D0FF7001B75FD /* LaunchScreen.storyboard */ = {
|
|
|
|
+ isa = PBXVariantGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A79E7703222D0FF7001B75FD /* Base */,
|
|
|
|
+ );
|
|
|
|
+ name = LaunchScreen.storyboard;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+/* End PBXVariantGroup section */
|
|
|
|
+
|
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
|
+ A79E771E222D0FF7001B75FD /* 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;
|
|
|
|
+ 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 = 12.1;
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
|
+ SDKROOT = iphoneos;
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ A79E771F222D0FF7001B75FD /* 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;
|
|
|
|
+ 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 = 12.1;
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
|
+ SDKROOT = iphoneos;
|
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
|
|
+ A79E7721222D0FF7001B75FD /* Debug */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ INFOPLIST_FILE = RainbowPlanetOC/Info.plist;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "@executable_path/Frameworks",
|
|
|
|
+ );
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetOC;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ A79E7722222D0FF7001B75FD /* Release */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ INFOPLIST_FILE = RainbowPlanetOC/Info.plist;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "@executable_path/Frameworks",
|
|
|
|
+ );
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetOC;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
|
|
+ A79E7724222D0FF7001B75FD /* Debug */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ INFOPLIST_FILE = RainbowPlanetOCTests/Info.plist;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "@executable_path/Frameworks",
|
|
|
|
+ "@loader_path/Frameworks",
|
|
|
|
+ );
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetOCTests;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanetOC.app/RainbowPlanetOC";
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ A79E7725222D0FF7001B75FD /* Release */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ INFOPLIST_FILE = RainbowPlanetOCTests/Info.plist;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "@executable_path/Frameworks",
|
|
|
|
+ "@loader_path/Frameworks",
|
|
|
|
+ );
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetOCTests;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanetOC.app/RainbowPlanetOC";
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
|
|
+ A79E7727222D0FF7001B75FD /* Debug */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ INFOPLIST_FILE = RainbowPlanetOCUITests/Info.plist;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "@executable_path/Frameworks",
|
|
|
|
+ "@loader_path/Frameworks",
|
|
|
|
+ );
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetOCUITests;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ TEST_TARGET_NAME = RainbowPlanetOC;
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ A79E7728222D0FF7001B75FD /* Release */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ INFOPLIST_FILE = RainbowPlanetOCUITests/Info.plist;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "@executable_path/Frameworks",
|
|
|
|
+ "@loader_path/Frameworks",
|
|
|
|
+ );
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetOCUITests;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ TEST_TARGET_NAME = RainbowPlanetOC;
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
|
+
|
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
|
+ A79E76EF222D0FF6001B75FD /* Build configuration list for PBXProject "RainbowPlanetOC" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ A79E771E222D0FF7001B75FD /* Debug */,
|
|
|
|
+ A79E771F222D0FF7001B75FD /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
|
|
+ A79E7720222D0FF7001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetOC" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ A79E7721222D0FF7001B75FD /* Debug */,
|
|
|
|
+ A79E7722222D0FF7001B75FD /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
|
|
+ A79E7723222D0FF7001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetOCTests" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ A79E7724222D0FF7001B75FD /* Debug */,
|
|
|
|
+ A79E7725222D0FF7001B75FD /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
|
|
+ A79E7726222D0FF7001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetOCUITests" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ A79E7727222D0FF7001B75FD /* Debug */,
|
|
|
|
+ A79E7728222D0FF7001B75FD /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
|
|
+/* End XCConfigurationList section */
|
|
|
|
+ };
|
|
|
|
+ rootObject = A79E76EC222D0FF6001B75FD /* Project object */;
|
|
|
|
+}
|