123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 50;
- objects = {
- /* Begin PBXBuildFile section */
- 80FB2D3361E2CF97A0ED8090 /* Pods_RainbowPlanet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75AF51003C98E1AF94B14775 /* Pods_RainbowPlanet.framework */; };
- A7AE0120222E760500F521EA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE011F222E760500F521EA /* AppDelegate.swift */; };
- A7AE0122222E760500F521EA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0121222E760500F521EA /* ViewController.swift */; };
- A7AE0125222E760500F521EA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7AE0123222E760500F521EA /* Main.storyboard */; };
- A7AE0127222E760500F521EA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7AE0126222E760500F521EA /* Assets.xcassets */; };
- A7AE012A222E760500F521EA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7AE0128222E760500F521EA /* LaunchScreen.storyboard */; };
- A7AE0135222E760500F521EA /* RainbowPlanetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0134222E760500F521EA /* RainbowPlanetTests.swift */; };
- A7AE0140222E760500F521EA /* RainbowPlanetUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE013F222E760500F521EA /* RainbowPlanetUITests.swift */; };
- A7AE0151222E76EB00F521EA /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0150222E76EB00F521EA /* RootViewController.swift */; };
- A7AE0154222E774C00F521EA /* RootWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0153222E774C00F521EA /* RootWebViewController.swift */; };
- A7AE0157222E77A700F521EA /* RootNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0156222E77A700F521EA /* RootNavigationController.swift */; };
- A7AE015A222E7B4800F521EA /* RootTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0159222E7B4800F521EA /* RootTabbarController.swift */; };
- A7AE015D222E7BC000F521EA /* RootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE015C222E7BC000F521EA /* RootView.swift */; };
- A7AE0169222E7D2800F521EA /* ShoppingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0167222E7D2800F521EA /* ShoppingViewController.swift */; };
- A7AE0170222E7D5400F521EA /* ShoppingCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE016E222E7D5400F521EA /* ShoppingCartViewController.swift */; };
- A7AE0174222E7D6000F521EA /* MineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0172222E7D6000F521EA /* MineViewController.swift */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- A7AE0131222E760500F521EA /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = A7AE0114222E760400F521EA /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = A7AE011B222E760500F521EA;
- remoteInfo = RainbowPlanet;
- };
- A7AE013C222E760500F521EA /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = A7AE0114222E760400F521EA /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = A7AE011B222E760500F521EA;
- remoteInfo = RainbowPlanet;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- 1DD1CA03D797EC66156C1CB4 /* Pods-RainbowPlanet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.debug.xcconfig"; sourceTree = "<group>"; };
- 75AF51003C98E1AF94B14775 /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 8640BD6BD0F44B0788BBD034 /* Pods-RainbowPlanet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.release.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.release.xcconfig"; sourceTree = "<group>"; };
- A7AE011C222E760500F521EA /* RainbowPlanet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanet.app; sourceTree = BUILT_PRODUCTS_DIR; };
- A7AE011F222E760500F521EA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- A7AE0121222E760500F521EA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- A7AE0124222E760500F521EA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- A7AE0126222E760500F521EA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- A7AE0129222E760500F521EA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- A7AE012B222E760500F521EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- A7AE0130222E760500F521EA /* RainbowPlanetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- A7AE0134222E760500F521EA /* RainbowPlanetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetTests.swift; sourceTree = "<group>"; };
- A7AE0136222E760500F521EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- A7AE013B222E760500F521EA /* RainbowPlanetUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- A7AE013F222E760500F521EA /* RainbowPlanetUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetUITests.swift; sourceTree = "<group>"; };
- A7AE0141222E760500F521EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- A7AE0150222E76EB00F521EA /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; };
- A7AE0153222E774C00F521EA /* RootWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootWebViewController.swift; sourceTree = "<group>"; };
- A7AE0156222E77A700F521EA /* RootNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootNavigationController.swift; sourceTree = "<group>"; };
- A7AE0159222E7B4800F521EA /* RootTabbarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootTabbarController.swift; sourceTree = "<group>"; };
- A7AE015C222E7BC000F521EA /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = "<group>"; };
- A7AE0167222E7D2800F521EA /* ShoppingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingViewController.swift; sourceTree = "<group>"; };
- A7AE016E222E7D5400F521EA /* ShoppingCartViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartViewController.swift; sourceTree = "<group>"; };
- A7AE0172222E7D6000F521EA /* MineViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineViewController.swift; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- A7AE0119222E760500F521EA /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 80FB2D3361E2CF97A0ED8090 /* Pods_RainbowPlanet.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A7AE012D222E760500F521EA /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A7AE0138222E760500F521EA /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 5D12B634780AFE570E29BF0F /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 75AF51003C98E1AF94B14775 /* Pods_RainbowPlanet.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 7D599B292E3928B151ECFF01 /* Pods */ = {
- isa = PBXGroup;
- children = (
- 1DD1CA03D797EC66156C1CB4 /* Pods-RainbowPlanet.debug.xcconfig */,
- 8640BD6BD0F44B0788BBD034 /* Pods-RainbowPlanet.release.xcconfig */,
- );
- name = Pods;
- sourceTree = "<group>";
- };
- A7AE0113222E760400F521EA = {
- isa = PBXGroup;
- children = (
- A7AE011E222E760500F521EA /* RainbowPlanet */,
- A7AE0133222E760500F521EA /* RainbowPlanetTests */,
- A7AE013E222E760500F521EA /* RainbowPlanetUITests */,
- A7AE011D222E760500F521EA /* Products */,
- 7D599B292E3928B151ECFF01 /* Pods */,
- 5D12B634780AFE570E29BF0F /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- A7AE011D222E760500F521EA /* Products */ = {
- isa = PBXGroup;
- children = (
- A7AE011C222E760500F521EA /* RainbowPlanet.app */,
- A7AE0130222E760500F521EA /* RainbowPlanetTests.xctest */,
- A7AE013B222E760500F521EA /* RainbowPlanetUITests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- A7AE011E222E760500F521EA /* RainbowPlanet */ = {
- isa = PBXGroup;
- children = (
- A7AE014D222E76A100F521EA /* AppDelegate */,
- A7AE014E222E76AC00F521EA /* Base */,
- A7AE015E222E7BDD00F521EA /* Modules */,
- A7AE0121222E760500F521EA /* ViewController.swift */,
- A7AE0123222E760500F521EA /* Main.storyboard */,
- A7AE0126222E760500F521EA /* Assets.xcassets */,
- A7AE0128222E760500F521EA /* LaunchScreen.storyboard */,
- A7AE012B222E760500F521EA /* Info.plist */,
- );
- path = RainbowPlanet;
- sourceTree = "<group>";
- };
- A7AE0133222E760500F521EA /* RainbowPlanetTests */ = {
- isa = PBXGroup;
- children = (
- A7AE0134222E760500F521EA /* RainbowPlanetTests.swift */,
- A7AE0136222E760500F521EA /* Info.plist */,
- );
- path = RainbowPlanetTests;
- sourceTree = "<group>";
- };
- A7AE013E222E760500F521EA /* RainbowPlanetUITests */ = {
- isa = PBXGroup;
- children = (
- A7AE013F222E760500F521EA /* RainbowPlanetUITests.swift */,
- A7AE0141222E760500F521EA /* Info.plist */,
- );
- path = RainbowPlanetUITests;
- sourceTree = "<group>";
- };
- A7AE014D222E76A100F521EA /* AppDelegate */ = {
- isa = PBXGroup;
- children = (
- A7AE011F222E760500F521EA /* AppDelegate.swift */,
- );
- path = AppDelegate;
- sourceTree = "<group>";
- };
- A7AE014E222E76AC00F521EA /* Base */ = {
- isa = PBXGroup;
- children = (
- A7AE0158222E77AA00F521EA /* RootTabbarController */,
- A7AE0155222E777300F521EA /* RootNavigationController */,
- A7AE0152222E76F400F521EA /* RootWebViewController */,
- A7AE014F222E76C700F521EA /* RootViewController */,
- A7AE015B222E7BA400F521EA /* RootView */,
- );
- path = Base;
- sourceTree = "<group>";
- };
- A7AE014F222E76C700F521EA /* RootViewController */ = {
- isa = PBXGroup;
- children = (
- A7AE0150222E76EB00F521EA /* RootViewController.swift */,
- );
- path = RootViewController;
- sourceTree = "<group>";
- };
- A7AE0152222E76F400F521EA /* RootWebViewController */ = {
- isa = PBXGroup;
- children = (
- A7AE0153222E774C00F521EA /* RootWebViewController.swift */,
- );
- path = RootWebViewController;
- sourceTree = "<group>";
- };
- A7AE0155222E777300F521EA /* RootNavigationController */ = {
- isa = PBXGroup;
- children = (
- A7AE0156222E77A700F521EA /* RootNavigationController.swift */,
- );
- path = RootNavigationController;
- sourceTree = "<group>";
- };
- A7AE0158222E77AA00F521EA /* RootTabbarController */ = {
- isa = PBXGroup;
- children = (
- A7AE0159222E7B4800F521EA /* RootTabbarController.swift */,
- );
- path = RootTabbarController;
- sourceTree = "<group>";
- };
- A7AE015B222E7BA400F521EA /* RootView */ = {
- isa = PBXGroup;
- children = (
- A7AE015C222E7BC000F521EA /* RootView.swift */,
- );
- path = RootView;
- sourceTree = "<group>";
- };
- A7AE015E222E7BDD00F521EA /* Modules */ = {
- isa = PBXGroup;
- children = (
- A7AE0162222E7C4D00F521EA /* RegisterLoginModule */,
- A7AE0163222E7C7C00F521EA /* CommonModule */,
- A7AE0161222E7C1A00F521EA /* ShoppingMallModule */,
- A7AE0160222E7BFE00F521EA /* ShoppingCartModule */,
- A7AE015F222E7BFA00F521EA /* MineModule */,
- );
- path = Modules;
- sourceTree = "<group>";
- };
- A7AE015F222E7BFA00F521EA /* MineModule */ = {
- isa = PBXGroup;
- children = (
- A7AE0164222E7CBC00F521EA /* Mine */,
- );
- path = MineModule;
- sourceTree = "<group>";
- };
- A7AE0160222E7BFE00F521EA /* ShoppingCartModule */ = {
- isa = PBXGroup;
- children = (
- A7AE0165222E7CD600F521EA /* ShoppingCart */,
- );
- path = ShoppingCartModule;
- sourceTree = "<group>";
- };
- A7AE0161222E7C1A00F521EA /* ShoppingMallModule */ = {
- isa = PBXGroup;
- children = (
- A7AE0166222E7CE000F521EA /* ShoppingMall */,
- );
- path = ShoppingMallModule;
- sourceTree = "<group>";
- };
- A7AE0162222E7C4D00F521EA /* RegisterLoginModule */ = {
- isa = PBXGroup;
- children = (
- );
- path = RegisterLoginModule;
- sourceTree = "<group>";
- };
- A7AE0163222E7C7C00F521EA /* CommonModule */ = {
- isa = PBXGroup;
- children = (
- );
- path = CommonModule;
- sourceTree = "<group>";
- };
- A7AE0164222E7CBC00F521EA /* Mine */ = {
- isa = PBXGroup;
- children = (
- A7AE016D222E7D4600F521EA /* ViewController */,
- );
- path = Mine;
- sourceTree = "<group>";
- };
- A7AE0165222E7CD600F521EA /* ShoppingCart */ = {
- isa = PBXGroup;
- children = (
- A7AE016C222E7D3B00F521EA /* ViewController */,
- );
- path = ShoppingCart;
- sourceTree = "<group>";
- };
- A7AE0166222E7CE000F521EA /* ShoppingMall */ = {
- isa = PBXGroup;
- children = (
- A7AE016B222E7D2B00F521EA /* ViewController */,
- );
- path = ShoppingMall;
- sourceTree = "<group>";
- };
- A7AE016B222E7D2B00F521EA /* ViewController */ = {
- isa = PBXGroup;
- children = (
- A7AE0167222E7D2800F521EA /* ShoppingViewController.swift */,
- );
- path = ViewController;
- sourceTree = "<group>";
- };
- A7AE016C222E7D3B00F521EA /* ViewController */ = {
- isa = PBXGroup;
- children = (
- A7AE016E222E7D5400F521EA /* ShoppingCartViewController.swift */,
- );
- path = ViewController;
- sourceTree = "<group>";
- };
- A7AE016D222E7D4600F521EA /* ViewController */ = {
- isa = PBXGroup;
- children = (
- A7AE0172222E7D6000F521EA /* MineViewController.swift */,
- );
- path = ViewController;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- A7AE011B222E760500F521EA /* RainbowPlanet */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A7AE0144222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanet" */;
- buildPhases = (
- 8127BCB7B14A2FEE0C53A4B1 /* [CP] Check Pods Manifest.lock */,
- A7AE0118222E760500F521EA /* Sources */,
- A7AE0119222E760500F521EA /* Frameworks */,
- A7AE011A222E760500F521EA /* Resources */,
- B325D4054C9A78844470B0EE /* [CP] Embed Pods Frameworks */,
- 1CC9154061F9A8006EE90A73 /* [CP] Copy Pods Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = RainbowPlanet;
- productName = RainbowPlanet;
- productReference = A7AE011C222E760500F521EA /* RainbowPlanet.app */;
- productType = "com.apple.product-type.application";
- };
- A7AE012F222E760500F521EA /* RainbowPlanetTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A7AE0147222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */;
- buildPhases = (
- A7AE012C222E760500F521EA /* Sources */,
- A7AE012D222E760500F521EA /* Frameworks */,
- A7AE012E222E760500F521EA /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- A7AE0132222E760500F521EA /* PBXTargetDependency */,
- );
- name = RainbowPlanetTests;
- productName = RainbowPlanetTests;
- productReference = A7AE0130222E760500F521EA /* RainbowPlanetTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- A7AE013A222E760500F521EA /* RainbowPlanetUITests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A7AE014A222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */;
- buildPhases = (
- A7AE0137222E760500F521EA /* Sources */,
- A7AE0138222E760500F521EA /* Frameworks */,
- A7AE0139222E760500F521EA /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- A7AE013D222E760500F521EA /* PBXTargetDependency */,
- );
- name = RainbowPlanetUITests;
- productName = RainbowPlanetUITests;
- productReference = A7AE013B222E760500F521EA /* RainbowPlanetUITests.xctest */;
- productType = "com.apple.product-type.bundle.ui-testing";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- A7AE0114222E760400F521EA /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 1010;
- LastUpgradeCheck = 1010;
- ORGANIZATIONNAME = "南鑫林";
- TargetAttributes = {
- A7AE011B222E760500F521EA = {
- CreatedOnToolsVersion = 10.1;
- };
- A7AE012F222E760500F521EA = {
- CreatedOnToolsVersion = 10.1;
- TestTargetID = A7AE011B222E760500F521EA;
- };
- A7AE013A222E760500F521EA = {
- CreatedOnToolsVersion = 10.1;
- TestTargetID = A7AE011B222E760500F521EA;
- };
- };
- };
- buildConfigurationList = A7AE0117222E760400F521EA /* Build configuration list for PBXProject "RainbowPlanet" */;
- compatibilityVersion = "Xcode 9.3";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = A7AE0113222E760400F521EA;
- productRefGroup = A7AE011D222E760500F521EA /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- A7AE011B222E760500F521EA /* RainbowPlanet */,
- A7AE012F222E760500F521EA /* RainbowPlanetTests */,
- A7AE013A222E760500F521EA /* RainbowPlanetUITests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- A7AE011A222E760500F521EA /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A7AE012A222E760500F521EA /* LaunchScreen.storyboard in Resources */,
- A7AE0127222E760500F521EA /* Assets.xcassets in Resources */,
- A7AE0125222E760500F521EA /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A7AE012E222E760500F521EA /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A7AE0139222E760500F521EA /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- 1CC9154061F9A8006EE90A73 /* [CP] Copy Pods Resources */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh",
- "${PODS_ROOT}/UMCCommonLog/UMCommonLog/UMCommonLog.bundle",
- "${PODS_ROOT}/UMCShare/UMShare/UMSocialUI/UMSocialSDKResources.bundle",
- );
- name = "[CP] Copy Pods Resources";
- outputFileListPaths = (
- );
- outputPaths = (
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMCommonLog.bundle",
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMSocialSDKResources.bundle",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh\"\n";
- showEnvVarsInLog = 0;
- };
- 8127BCB7B14A2FEE0C53A4B1 /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-RainbowPlanet-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
- showEnvVarsInLog = 0;
- };
- B325D4054C9A78844470B0EE /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh",
- "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
- "${BUILT_PRODUCTS_DIR}/CryptoSwift/CryptoSwift.framework",
- "${BUILT_PRODUCTS_DIR}/DeviceKit/DeviceKit.framework",
- "${BUILT_PRODUCTS_DIR}/ESTabBarController-swift/ESTabBarController_swift.framework",
- "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework",
- "${BUILT_PRODUCTS_DIR}/FWPopupView/FWPopupView.framework",
- "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
- "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
- "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
- "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
- "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
- "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
- "${BUILT_PRODUCTS_DIR}/PPBadgeViewSwift/PPBadgeViewSwift.framework",
- "${BUILT_PRODUCTS_DIR}/Result/Result.framework",
- "${BUILT_PRODUCTS_DIR}/RxAtomic/RxAtomic.framework",
- "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
- "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
- "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
- "${BUILT_PRODUCTS_DIR}/SwiftDate/SwiftDate.framework",
- "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
- "${BUILT_PRODUCTS_DIR}/SwiftyStarRatingView/SwiftyStarRatingView.framework",
- "${BUILT_PRODUCTS_DIR}/XLPagerTabStrip/XLPagerTabStrip.framework",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- );
- outputPaths = (
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CryptoSwift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DeviceKit.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ESTabBarController_swift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FWPopupView.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PPBadgeViewSwift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAtomic.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyStarRatingView.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XLPagerTabStrip.framework",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- A7AE0118222E760500F521EA /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A7AE0122222E760500F521EA /* ViewController.swift in Sources */,
- A7AE015A222E7B4800F521EA /* RootTabbarController.swift in Sources */,
- A7AE0170222E7D5400F521EA /* ShoppingCartViewController.swift in Sources */,
- A7AE0120222E760500F521EA /* AppDelegate.swift in Sources */,
- A7AE0151222E76EB00F521EA /* RootViewController.swift in Sources */,
- A7AE015D222E7BC000F521EA /* RootView.swift in Sources */,
- A7AE0157222E77A700F521EA /* RootNavigationController.swift in Sources */,
- A7AE0169222E7D2800F521EA /* ShoppingViewController.swift in Sources */,
- A7AE0154222E774C00F521EA /* RootWebViewController.swift in Sources */,
- A7AE0174222E7D6000F521EA /* MineViewController.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A7AE012C222E760500F521EA /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A7AE0135222E760500F521EA /* RainbowPlanetTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A7AE0137222E760500F521EA /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A7AE0140222E760500F521EA /* RainbowPlanetUITests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- A7AE0132222E760500F521EA /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = A7AE011B222E760500F521EA /* RainbowPlanet */;
- targetProxy = A7AE0131222E760500F521EA /* PBXContainerItemProxy */;
- };
- A7AE013D222E760500F521EA /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = A7AE011B222E760500F521EA /* RainbowPlanet */;
- targetProxy = A7AE013C222E760500F521EA /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- A7AE0123222E760500F521EA /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- A7AE0124222E760500F521EA /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- A7AE0128222E760500F521EA /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- A7AE0129222E760500F521EA /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- A7AE0142222E760500F521EA /* 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;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- A7AE0143222E760500F521EA /* 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;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- A7AE0145222E760500F521EA /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 1DD1CA03D797EC66156C1CB4 /* Pods-RainbowPlanet.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = RainbowPlanet/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanet;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 4.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- A7AE0146222E760500F521EA /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 8640BD6BD0F44B0788BBD034 /* Pods-RainbowPlanet.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = RainbowPlanet/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanet;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 4.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- A7AE0148222E760500F521EA /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- BUNDLE_LOADER = "$(TEST_HOST)";
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 4.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
- };
- name = Debug;
- };
- A7AE0149222E760500F521EA /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- BUNDLE_LOADER = "$(TEST_HOST)";
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 4.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
- };
- name = Release;
- };
- A7AE014B222E760500F521EA /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetUITests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 4.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_TARGET_NAME = RainbowPlanet;
- };
- name = Debug;
- };
- A7AE014C222E760500F521EA /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetUITests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 4.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_TARGET_NAME = RainbowPlanet;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- A7AE0117222E760400F521EA /* Build configuration list for PBXProject "RainbowPlanet" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A7AE0142222E760500F521EA /* Debug */,
- A7AE0143222E760500F521EA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A7AE0144222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanet" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A7AE0145222E760500F521EA /* Debug */,
- A7AE0146222E760500F521EA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A7AE0147222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A7AE0148222E760500F521EA /* Debug */,
- A7AE0149222E760500F521EA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A7AE014A222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A7AE014B222E760500F521EA /* Debug */,
- A7AE014C222E760500F521EA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = A7AE0114222E760400F521EA /* Project object */;
- }
|