|
@@ -7,64 +7,64 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- A76A98EE222D08F300C9B1A9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76A98ED222D08F300C9B1A9 /* AppDelegate.swift */; };
|
|
|
- A76A98F0222D08F300C9B1A9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76A98EF222D08F300C9B1A9 /* ViewController.swift */; };
|
|
|
- A76A98F3222D08F300C9B1A9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A76A98F1222D08F300C9B1A9 /* Main.storyboard */; };
|
|
|
- A76A98F5222D08F400C9B1A9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A76A98F4222D08F400C9B1A9 /* Assets.xcassets */; };
|
|
|
- A76A98F8222D08F400C9B1A9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A76A98F6222D08F400C9B1A9 /* LaunchScreen.storyboard */; };
|
|
|
- A76A9903222D08F400C9B1A9 /* RainbowPlanetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76A9902222D08F400C9B1A9 /* RainbowPlanetTests.swift */; };
|
|
|
- A76A990E222D08F400C9B1A9 /* RainbowPlanetUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76A990D222D08F400C9B1A9 /* RainbowPlanetUITests.swift */; };
|
|
|
+ A79E76BE222D0EA3001B75FD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79E76BD222D0EA3001B75FD /* AppDelegate.swift */; };
|
|
|
+ A79E76C0222D0EA3001B75FD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79E76BF222D0EA3001B75FD /* ViewController.swift */; };
|
|
|
+ A79E76C3222D0EA3001B75FD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A79E76C1222D0EA3001B75FD /* Main.storyboard */; };
|
|
|
+ A79E76C5222D0EA3001B75FD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A79E76C4222D0EA3001B75FD /* Assets.xcassets */; };
|
|
|
+ A79E76C8222D0EA3001B75FD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A79E76C6222D0EA3001B75FD /* LaunchScreen.storyboard */; };
|
|
|
+ A79E76D3222D0EA4001B75FD /* RainbowPlanetSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79E76D2222D0EA4001B75FD /* RainbowPlanetSwiftTests.swift */; };
|
|
|
+ A79E76DE222D0EA4001B75FD /* RainbowPlanetSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79E76DD222D0EA4001B75FD /* RainbowPlanetSwiftUITests.swift */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
- A76A98FF222D08F400C9B1A9 /* PBXContainerItemProxy */ = {
|
|
|
+ A79E76CF222D0EA4001B75FD /* PBXContainerItemProxy */ = {
|
|
|
isa = PBXContainerItemProxy;
|
|
|
- containerPortal = A76A98E2222D08F300C9B1A9 /* Project object */;
|
|
|
+ containerPortal = A79E76B2222D0EA3001B75FD /* Project object */;
|
|
|
proxyType = 1;
|
|
|
- remoteGlobalIDString = A76A98E9222D08F300C9B1A9;
|
|
|
- remoteInfo = RainbowPlanet;
|
|
|
+ remoteGlobalIDString = A79E76B9222D0EA3001B75FD;
|
|
|
+ remoteInfo = RainbowPlanetSwift;
|
|
|
};
|
|
|
- A76A990A222D08F400C9B1A9 /* PBXContainerItemProxy */ = {
|
|
|
+ A79E76DA222D0EA4001B75FD /* PBXContainerItemProxy */ = {
|
|
|
isa = PBXContainerItemProxy;
|
|
|
- containerPortal = A76A98E2222D08F300C9B1A9 /* Project object */;
|
|
|
+ containerPortal = A79E76B2222D0EA3001B75FD /* Project object */;
|
|
|
proxyType = 1;
|
|
|
- remoteGlobalIDString = A76A98E9222D08F300C9B1A9;
|
|
|
- remoteInfo = RainbowPlanet;
|
|
|
+ remoteGlobalIDString = A79E76B9222D0EA3001B75FD;
|
|
|
+ remoteInfo = RainbowPlanetSwift;
|
|
|
};
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- A76A98EA222D08F300C9B1A9 /* RainbowPlanet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanet.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- A76A98ED222D08F300C9B1A9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
- A76A98EF222D08F300C9B1A9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
- A76A98F2222D08F300C9B1A9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
- A76A98F4222D08F400C9B1A9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
- A76A98F7222D08F400C9B1A9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
- A76A98F9222D08F400C9B1A9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- A76A98FE222D08F400C9B1A9 /* RainbowPlanetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- A76A9902222D08F400C9B1A9 /* RainbowPlanetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetTests.swift; sourceTree = "<group>"; };
|
|
|
- A76A9904222D08F400C9B1A9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- A76A9909222D08F400C9B1A9 /* RainbowPlanetUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- A76A990D222D08F400C9B1A9 /* RainbowPlanetUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetUITests.swift; sourceTree = "<group>"; };
|
|
|
- A76A990F222D08F400C9B1A9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ A79E76BA222D0EA3001B75FD /* RainbowPlanetSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanetSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ A79E76BD222D0EA3001B75FD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
+ A79E76BF222D0EA3001B75FD /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
+ A79E76C2222D0EA3001B75FD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
+ A79E76C4222D0EA3001B75FD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
+ A79E76C7222D0EA3001B75FD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
+ A79E76C9222D0EA3001B75FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ A79E76CE222D0EA4001B75FD /* RainbowPlanetSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ A79E76D2222D0EA4001B75FD /* RainbowPlanetSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetSwiftTests.swift; sourceTree = "<group>"; };
|
|
|
+ A79E76D4222D0EA4001B75FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ A79E76D9222D0EA4001B75FD /* RainbowPlanetSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ A79E76DD222D0EA4001B75FD /* RainbowPlanetSwiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetSwiftUITests.swift; sourceTree = "<group>"; };
|
|
|
+ A79E76DF222D0EA4001B75FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- A76A98E7222D08F300C9B1A9 /* Frameworks */ = {
|
|
|
+ A79E76B7222D0EA3001B75FD /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
- A76A98FB222D08F400C9B1A9 /* Frameworks */ = {
|
|
|
+ A79E76CB222D0EA4001B75FD /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
- A76A9906222D08F400C9B1A9 /* Frameworks */ = {
|
|
|
+ A79E76D6222D0EA4001B75FD /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
@@ -74,137 +74,137 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
- A76A98E1222D08F300C9B1A9 = {
|
|
|
+ A79E76B1222D0EA3001B75FD = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A76A98EC222D08F300C9B1A9 /* RainbowPlanet */,
|
|
|
- A76A9901222D08F400C9B1A9 /* RainbowPlanetTests */,
|
|
|
- A76A990C222D08F400C9B1A9 /* RainbowPlanetUITests */,
|
|
|
- A76A98EB222D08F300C9B1A9 /* Products */,
|
|
|
+ A79E76BC222D0EA3001B75FD /* RainbowPlanetSwift */,
|
|
|
+ A79E76D1222D0EA4001B75FD /* RainbowPlanetSwiftTests */,
|
|
|
+ A79E76DC222D0EA4001B75FD /* RainbowPlanetSwiftUITests */,
|
|
|
+ A79E76BB222D0EA3001B75FD /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A76A98EB222D08F300C9B1A9 /* Products */ = {
|
|
|
+ A79E76BB222D0EA3001B75FD /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A76A98EA222D08F300C9B1A9 /* RainbowPlanet.app */,
|
|
|
- A76A98FE222D08F400C9B1A9 /* RainbowPlanetTests.xctest */,
|
|
|
- A76A9909222D08F400C9B1A9 /* RainbowPlanetUITests.xctest */,
|
|
|
+ A79E76BA222D0EA3001B75FD /* RainbowPlanetSwift.app */,
|
|
|
+ A79E76CE222D0EA4001B75FD /* RainbowPlanetSwiftTests.xctest */,
|
|
|
+ A79E76D9222D0EA4001B75FD /* RainbowPlanetSwiftUITests.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A76A98EC222D08F300C9B1A9 /* RainbowPlanet */ = {
|
|
|
+ A79E76BC222D0EA3001B75FD /* RainbowPlanetSwift */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A76A98ED222D08F300C9B1A9 /* AppDelegate.swift */,
|
|
|
- A76A98EF222D08F300C9B1A9 /* ViewController.swift */,
|
|
|
- A76A98F1222D08F300C9B1A9 /* Main.storyboard */,
|
|
|
- A76A98F4222D08F400C9B1A9 /* Assets.xcassets */,
|
|
|
- A76A98F6222D08F400C9B1A9 /* LaunchScreen.storyboard */,
|
|
|
- A76A98F9222D08F400C9B1A9 /* Info.plist */,
|
|
|
+ A79E76BD222D0EA3001B75FD /* AppDelegate.swift */,
|
|
|
+ A79E76BF222D0EA3001B75FD /* ViewController.swift */,
|
|
|
+ A79E76C1222D0EA3001B75FD /* Main.storyboard */,
|
|
|
+ A79E76C4222D0EA3001B75FD /* Assets.xcassets */,
|
|
|
+ A79E76C6222D0EA3001B75FD /* LaunchScreen.storyboard */,
|
|
|
+ A79E76C9222D0EA3001B75FD /* Info.plist */,
|
|
|
);
|
|
|
- path = RainbowPlanet;
|
|
|
+ path = RainbowPlanetSwift;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A76A9901222D08F400C9B1A9 /* RainbowPlanetTests */ = {
|
|
|
+ A79E76D1222D0EA4001B75FD /* RainbowPlanetSwiftTests */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A76A9902222D08F400C9B1A9 /* RainbowPlanetTests.swift */,
|
|
|
- A76A9904222D08F400C9B1A9 /* Info.plist */,
|
|
|
+ A79E76D2222D0EA4001B75FD /* RainbowPlanetSwiftTests.swift */,
|
|
|
+ A79E76D4222D0EA4001B75FD /* Info.plist */,
|
|
|
);
|
|
|
- path = RainbowPlanetTests;
|
|
|
+ path = RainbowPlanetSwiftTests;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A76A990C222D08F400C9B1A9 /* RainbowPlanetUITests */ = {
|
|
|
+ A79E76DC222D0EA4001B75FD /* RainbowPlanetSwiftUITests */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A76A990D222D08F400C9B1A9 /* RainbowPlanetUITests.swift */,
|
|
|
- A76A990F222D08F400C9B1A9 /* Info.plist */,
|
|
|
+ A79E76DD222D0EA4001B75FD /* RainbowPlanetSwiftUITests.swift */,
|
|
|
+ A79E76DF222D0EA4001B75FD /* Info.plist */,
|
|
|
);
|
|
|
- path = RainbowPlanetUITests;
|
|
|
+ path = RainbowPlanetSwiftUITests;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- A76A98E9222D08F300C9B1A9 /* RainbowPlanet */ = {
|
|
|
+ A79E76B9222D0EA3001B75FD /* RainbowPlanetSwift */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = A76A9912222D08F400C9B1A9 /* Build configuration list for PBXNativeTarget "RainbowPlanet" */;
|
|
|
+ buildConfigurationList = A79E76E2222D0EA4001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetSwift" */;
|
|
|
buildPhases = (
|
|
|
- A76A98E6222D08F300C9B1A9 /* Sources */,
|
|
|
- A76A98E7222D08F300C9B1A9 /* Frameworks */,
|
|
|
- A76A98E8222D08F300C9B1A9 /* Resources */,
|
|
|
+ A79E76B6222D0EA3001B75FD /* Sources */,
|
|
|
+ A79E76B7222D0EA3001B75FD /* Frameworks */,
|
|
|
+ A79E76B8222D0EA3001B75FD /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = RainbowPlanet;
|
|
|
- productName = RainbowPlanet;
|
|
|
- productReference = A76A98EA222D08F300C9B1A9 /* RainbowPlanet.app */;
|
|
|
+ name = RainbowPlanetSwift;
|
|
|
+ productName = RainbowPlanetSwift;
|
|
|
+ productReference = A79E76BA222D0EA3001B75FD /* RainbowPlanetSwift.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
- A76A98FD222D08F400C9B1A9 /* RainbowPlanetTests */ = {
|
|
|
+ A79E76CD222D0EA4001B75FD /* RainbowPlanetSwiftTests */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = A76A9915222D08F400C9B1A9 /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */;
|
|
|
+ buildConfigurationList = A79E76E5222D0EA4001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetSwiftTests" */;
|
|
|
buildPhases = (
|
|
|
- A76A98FA222D08F400C9B1A9 /* Sources */,
|
|
|
- A76A98FB222D08F400C9B1A9 /* Frameworks */,
|
|
|
- A76A98FC222D08F400C9B1A9 /* Resources */,
|
|
|
+ A79E76CA222D0EA4001B75FD /* Sources */,
|
|
|
+ A79E76CB222D0EA4001B75FD /* Frameworks */,
|
|
|
+ A79E76CC222D0EA4001B75FD /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
- A76A9900222D08F400C9B1A9 /* PBXTargetDependency */,
|
|
|
+ A79E76D0222D0EA4001B75FD /* PBXTargetDependency */,
|
|
|
);
|
|
|
- name = RainbowPlanetTests;
|
|
|
- productName = RainbowPlanetTests;
|
|
|
- productReference = A76A98FE222D08F400C9B1A9 /* RainbowPlanetTests.xctest */;
|
|
|
+ name = RainbowPlanetSwiftTests;
|
|
|
+ productName = RainbowPlanetSwiftTests;
|
|
|
+ productReference = A79E76CE222D0EA4001B75FD /* RainbowPlanetSwiftTests.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
- A76A9908222D08F400C9B1A9 /* RainbowPlanetUITests */ = {
|
|
|
+ A79E76D8222D0EA4001B75FD /* RainbowPlanetSwiftUITests */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = A76A9918222D08F400C9B1A9 /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */;
|
|
|
+ buildConfigurationList = A79E76E8222D0EA4001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetSwiftUITests" */;
|
|
|
buildPhases = (
|
|
|
- A76A9905222D08F400C9B1A9 /* Sources */,
|
|
|
- A76A9906222D08F400C9B1A9 /* Frameworks */,
|
|
|
- A76A9907222D08F400C9B1A9 /* Resources */,
|
|
|
+ A79E76D5222D0EA4001B75FD /* Sources */,
|
|
|
+ A79E76D6222D0EA4001B75FD /* Frameworks */,
|
|
|
+ A79E76D7222D0EA4001B75FD /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
- A76A990B222D08F400C9B1A9 /* PBXTargetDependency */,
|
|
|
+ A79E76DB222D0EA4001B75FD /* PBXTargetDependency */,
|
|
|
);
|
|
|
- name = RainbowPlanetUITests;
|
|
|
- productName = RainbowPlanetUITests;
|
|
|
- productReference = A76A9909222D08F400C9B1A9 /* RainbowPlanetUITests.xctest */;
|
|
|
+ name = RainbowPlanetSwiftUITests;
|
|
|
+ productName = RainbowPlanetSwiftUITests;
|
|
|
+ productReference = A79E76D9222D0EA4001B75FD /* RainbowPlanetSwiftUITests.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
- A76A98E2222D08F300C9B1A9 /* Project object */ = {
|
|
|
+ A79E76B2222D0EA3001B75FD /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
LastSwiftUpdateCheck = 1010;
|
|
|
LastUpgradeCheck = 1010;
|
|
|
ORGANIZATIONNAME = "南鑫林";
|
|
|
TargetAttributes = {
|
|
|
- A76A98E9222D08F300C9B1A9 = {
|
|
|
+ A79E76B9222D0EA3001B75FD = {
|
|
|
CreatedOnToolsVersion = 10.1;
|
|
|
};
|
|
|
- A76A98FD222D08F400C9B1A9 = {
|
|
|
+ A79E76CD222D0EA4001B75FD = {
|
|
|
CreatedOnToolsVersion = 10.1;
|
|
|
- TestTargetID = A76A98E9222D08F300C9B1A9;
|
|
|
+ TestTargetID = A79E76B9222D0EA3001B75FD;
|
|
|
};
|
|
|
- A76A9908222D08F400C9B1A9 = {
|
|
|
+ A79E76D8222D0EA4001B75FD = {
|
|
|
CreatedOnToolsVersion = 10.1;
|
|
|
- TestTargetID = A76A98E9222D08F300C9B1A9;
|
|
|
+ TestTargetID = A79E76B9222D0EA3001B75FD;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- buildConfigurationList = A76A98E5222D08F300C9B1A9 /* Build configuration list for PBXProject "RainbowPlanet" */;
|
|
|
+ buildConfigurationList = A79E76B5222D0EA3001B75FD /* Build configuration list for PBXProject "RainbowPlanetSwift" */;
|
|
|
compatibilityVersion = "Xcode 9.3";
|
|
|
developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
@@ -212,37 +212,37 @@
|
|
|
en,
|
|
|
Base,
|
|
|
);
|
|
|
- mainGroup = A76A98E1222D08F300C9B1A9;
|
|
|
- productRefGroup = A76A98EB222D08F300C9B1A9 /* Products */;
|
|
|
+ mainGroup = A79E76B1222D0EA3001B75FD;
|
|
|
+ productRefGroup = A79E76BB222D0EA3001B75FD /* Products */;
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- A76A98E9222D08F300C9B1A9 /* RainbowPlanet */,
|
|
|
- A76A98FD222D08F400C9B1A9 /* RainbowPlanetTests */,
|
|
|
- A76A9908222D08F400C9B1A9 /* RainbowPlanetUITests */,
|
|
|
+ A79E76B9222D0EA3001B75FD /* RainbowPlanetSwift */,
|
|
|
+ A79E76CD222D0EA4001B75FD /* RainbowPlanetSwiftTests */,
|
|
|
+ A79E76D8222D0EA4001B75FD /* RainbowPlanetSwiftUITests */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
- A76A98E8222D08F300C9B1A9 /* Resources */ = {
|
|
|
+ A79E76B8222D0EA3001B75FD /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- A76A98F8222D08F400C9B1A9 /* LaunchScreen.storyboard in Resources */,
|
|
|
- A76A98F5222D08F400C9B1A9 /* Assets.xcassets in Resources */,
|
|
|
- A76A98F3222D08F300C9B1A9 /* Main.storyboard in Resources */,
|
|
|
+ A79E76C8222D0EA3001B75FD /* LaunchScreen.storyboard in Resources */,
|
|
|
+ A79E76C5222D0EA3001B75FD /* Assets.xcassets in Resources */,
|
|
|
+ A79E76C3222D0EA3001B75FD /* Main.storyboard in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
- A76A98FC222D08F400C9B1A9 /* Resources */ = {
|
|
|
+ A79E76CC222D0EA4001B75FD /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
- A76A9907222D08F400C9B1A9 /* Resources */ = {
|
|
|
+ A79E76D7222D0EA4001B75FD /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
@@ -252,59 +252,59 @@
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- A76A98E6222D08F300C9B1A9 /* Sources */ = {
|
|
|
+ A79E76B6222D0EA3001B75FD /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- A76A98F0222D08F300C9B1A9 /* ViewController.swift in Sources */,
|
|
|
- A76A98EE222D08F300C9B1A9 /* AppDelegate.swift in Sources */,
|
|
|
+ A79E76C0222D0EA3001B75FD /* ViewController.swift in Sources */,
|
|
|
+ A79E76BE222D0EA3001B75FD /* AppDelegate.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
- A76A98FA222D08F400C9B1A9 /* Sources */ = {
|
|
|
+ A79E76CA222D0EA4001B75FD /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- A76A9903222D08F400C9B1A9 /* RainbowPlanetTests.swift in Sources */,
|
|
|
+ A79E76D3222D0EA4001B75FD /* RainbowPlanetSwiftTests.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
- A76A9905222D08F400C9B1A9 /* Sources */ = {
|
|
|
+ A79E76D5222D0EA4001B75FD /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- A76A990E222D08F400C9B1A9 /* RainbowPlanetUITests.swift in Sources */,
|
|
|
+ A79E76DE222D0EA4001B75FD /* RainbowPlanetSwiftUITests.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
- A76A9900222D08F400C9B1A9 /* PBXTargetDependency */ = {
|
|
|
+ A79E76D0222D0EA4001B75FD /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
- target = A76A98E9222D08F300C9B1A9 /* RainbowPlanet */;
|
|
|
- targetProxy = A76A98FF222D08F400C9B1A9 /* PBXContainerItemProxy */;
|
|
|
+ target = A79E76B9222D0EA3001B75FD /* RainbowPlanetSwift */;
|
|
|
+ targetProxy = A79E76CF222D0EA4001B75FD /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
- A76A990B222D08F400C9B1A9 /* PBXTargetDependency */ = {
|
|
|
+ A79E76DB222D0EA4001B75FD /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
- target = A76A98E9222D08F300C9B1A9 /* RainbowPlanet */;
|
|
|
- targetProxy = A76A990A222D08F400C9B1A9 /* PBXContainerItemProxy */;
|
|
|
+ target = A79E76B9222D0EA3001B75FD /* RainbowPlanetSwift */;
|
|
|
+ targetProxy = A79E76DA222D0EA4001B75FD /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
- A76A98F1222D08F300C9B1A9 /* Main.storyboard */ = {
|
|
|
+ A79E76C1222D0EA3001B75FD /* Main.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
- A76A98F2222D08F300C9B1A9 /* Base */,
|
|
|
+ A79E76C2222D0EA3001B75FD /* Base */,
|
|
|
);
|
|
|
name = Main.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A76A98F6222D08F400C9B1A9 /* LaunchScreen.storyboard */ = {
|
|
|
+ A79E76C6222D0EA3001B75FD /* LaunchScreen.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
- A76A98F7222D08F400C9B1A9 /* Base */,
|
|
|
+ A79E76C7222D0EA3001B75FD /* Base */,
|
|
|
);
|
|
|
name = LaunchScreen.storyboard;
|
|
|
sourceTree = "<group>";
|
|
@@ -312,7 +312,7 @@
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
- A76A9910222D08F400C9B1A9 /* Debug */ = {
|
|
|
+ A79E76E0222D0EA4001B75FD /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
@@ -373,7 +373,7 @@
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- A76A9911222D08F400C9B1A9 /* Release */ = {
|
|
|
+ A79E76E1222D0EA4001B75FD /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
@@ -428,160 +428,158 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- A76A9913222D08F400C9B1A9 /* Debug */ = {
|
|
|
+ A79E76E3222D0EA4001B75FD /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- DEVELOPMENT_TEAM = 3DG4J39B63;
|
|
|
- INFOPLIST_FILE = RainbowPlanet/Info.plist;
|
|
|
+ INFOPLIST_FILE = RainbowPlanetSwift/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanet;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetSwift;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 4.2;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- A76A9914222D08F400C9B1A9 /* Release */ = {
|
|
|
+ A79E76E4222D0EA4001B75FD /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- DEVELOPMENT_TEAM = 3DG4J39B63;
|
|
|
- INFOPLIST_FILE = RainbowPlanet/Info.plist;
|
|
|
+ INFOPLIST_FILE = RainbowPlanetSwift/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanet;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetSwift;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 4.2;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- A76A9916222D08F400C9B1A9 /* Debug */ = {
|
|
|
+ A79E76E6222D0EA4001B75FD /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
|
|
|
+ INFOPLIST_FILE = RainbowPlanetSwiftTests/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
"@loader_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetTests;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetSwiftTests;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 4.2;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanetSwift.app/RainbowPlanetSwift";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- A76A9917222D08F400C9B1A9 /* Release */ = {
|
|
|
+ A79E76E7222D0EA4001B75FD /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
|
|
|
+ INFOPLIST_FILE = RainbowPlanetSwiftTests/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
"@loader_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetTests;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetSwiftTests;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 4.2;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanetSwift.app/RainbowPlanetSwift";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- A76A9919222D08F400C9B1A9 /* Debug */ = {
|
|
|
+ A79E76E9222D0EA4001B75FD /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
|
|
|
+ INFOPLIST_FILE = RainbowPlanetSwiftUITests/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
"@loader_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetUITests;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetSwiftUITests;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 4.2;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
- TEST_TARGET_NAME = RainbowPlanet;
|
|
|
+ TEST_TARGET_NAME = RainbowPlanetSwift;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- A76A991A222D08F400C9B1A9 /* Release */ = {
|
|
|
+ A79E76EA222D0EA4001B75FD /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
|
|
|
+ INFOPLIST_FILE = RainbowPlanetSwiftUITests/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
"@loader_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetUITests;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.rainbowplanet.RainbowPlanetSwiftUITests;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 4.2;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
- TEST_TARGET_NAME = RainbowPlanet;
|
|
|
+ TEST_TARGET_NAME = RainbowPlanetSwift;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- A76A98E5222D08F300C9B1A9 /* Build configuration list for PBXProject "RainbowPlanet" */ = {
|
|
|
+ A79E76B5222D0EA3001B75FD /* Build configuration list for PBXProject "RainbowPlanetSwift" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- A76A9910222D08F400C9B1A9 /* Debug */,
|
|
|
- A76A9911222D08F400C9B1A9 /* Release */,
|
|
|
+ A79E76E0222D0EA4001B75FD /* Debug */,
|
|
|
+ A79E76E1222D0EA4001B75FD /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- A76A9912222D08F400C9B1A9 /* Build configuration list for PBXNativeTarget "RainbowPlanet" */ = {
|
|
|
+ A79E76E2222D0EA4001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetSwift" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- A76A9913222D08F400C9B1A9 /* Debug */,
|
|
|
- A76A9914222D08F400C9B1A9 /* Release */,
|
|
|
+ A79E76E3222D0EA4001B75FD /* Debug */,
|
|
|
+ A79E76E4222D0EA4001B75FD /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- A76A9915222D08F400C9B1A9 /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */ = {
|
|
|
+ A79E76E5222D0EA4001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetSwiftTests" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- A76A9916222D08F400C9B1A9 /* Debug */,
|
|
|
- A76A9917222D08F400C9B1A9 /* Release */,
|
|
|
+ A79E76E6222D0EA4001B75FD /* Debug */,
|
|
|
+ A79E76E7222D0EA4001B75FD /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- A76A9918222D08F400C9B1A9 /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */ = {
|
|
|
+ A79E76E8222D0EA4001B75FD /* Build configuration list for PBXNativeTarget "RainbowPlanetSwiftUITests" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- A76A9919222D08F400C9B1A9 /* Debug */,
|
|
|
- A76A991A222D08F400C9B1A9 /* Release */,
|
|
|
+ A79E76E9222D0EA4001B75FD /* Debug */,
|
|
|
+ A79E76EA222D0EA4001B75FD /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
|
- rootObject = A76A98E2222D08F300C9B1A9 /* Project object */;
|
|
|
+ rootObject = A79E76B2222D0EA3001B75FD /* Project object */;
|
|
|
}
|