From 7a7fd7bef91431be0c8c93a138a292deea7b4328 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 13 Sep 2018 19:12:45 +0300 Subject: Drop unused target --- Juick.xcodeproj/project.pbxproj | 125 ---------------------------------------- 1 file changed, 125 deletions(-) (limited to 'Juick.xcodeproj') diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj index b03b74e..5def70f 100644 --- a/Juick.xcodeproj/project.pbxproj +++ b/Juick.xcodeproj/project.pbxproj @@ -16,11 +16,6 @@ 77317BBC181BBE8500D60005 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BBB181BBE8500D60005 /* AppDelegate.m */; }; 77317BC2181BBE8500D60005 /* MessagesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BC1181BBE8500D60005 /* MessagesViewController.m */; }; 77317BC7181BBE8500D60005 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 77317BC6181BBE8500D60005 /* Images.xcassets */; }; - 77317BCE181BBE8500D60005 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BCD181BBE8500D60005 /* XCTest.framework */; }; - 77317BCF181BBE8500D60005 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAB181BBE8500D60005 /* Foundation.framework */; }; - 77317BD0181BBE8500D60005 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAF181BBE8500D60005 /* UIKit.framework */; }; - 77317BD8181BBE8500D60005 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77317BD6181BBE8500D60005 /* InfoPlist.strings */; }; - 77317BDA181BBE8500D60005 /* JuickTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BD9181BBE8500D60005 /* JuickTests.m */; }; 773E6393204BCAD6008B8F8D /* BubbleMessageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 773E6391204BCAD6008B8F8D /* BubbleMessageCell.xib */; }; 773E6394204BCAD6008B8F8D /* ConversationCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 773E6392204BCAD6008B8F8D /* ConversationCell.xib */; }; 773E6397204BCB64008B8F8D /* ConversationCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 773E6396204BCB64008B8F8D /* ConversationCell.m */; }; @@ -62,16 +57,6 @@ 77FCADDF1D6A50DA00CBA649 /* APIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 77FCADDE1D6A50DA00CBA649 /* APIClient.m */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 77317BD1181BBE8500D60005 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 77317BA0181BBE8500D60005 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 77317BA7181BBE8500D60005; - remoteInfo = Juick; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 770A428F1E8881CB000B206A /* DeviceRegistration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeviceRegistration.h; sourceTree = ""; }; 77317BA8181BBE8500D60005 /* Juick.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Juick.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -87,7 +72,6 @@ 77317BC0181BBE8500D60005 /* MessagesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessagesViewController.h; sourceTree = ""; }; 77317BC1181BBE8500D60005 /* MessagesViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessagesViewController.m; sourceTree = ""; }; 77317BC6181BBE8500D60005 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 77317BCC181BBE8500D60005 /* JuickTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JuickTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 77317BCD181BBE8500D60005 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 77317BD5181BBE8500D60005 /* JuickTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "JuickTests-Info.plist"; sourceTree = ""; }; 77317BD7181BBE8500D60005 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -179,16 +163,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77317BC9181BBE8500D60005 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 77317BCE181BBE8500D60005 /* XCTest.framework in Frameworks */, - 77317BD0181BBE8500D60005 /* UIKit.framework in Frameworks */, - 77317BCF181BBE8500D60005 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -207,7 +181,6 @@ isa = PBXGroup; children = ( 77317BA8181BBE8500D60005 /* Juick.app */, - 77317BCC181BBE8500D60005 /* JuickTests.xctest */, ); name = Products; sourceTree = ""; @@ -395,24 +368,6 @@ productReference = 77317BA8181BBE8500D60005 /* Juick.app */; productType = "com.apple.product-type.application"; }; - 77317BCB181BBE8500D60005 /* JuickTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 77317BE0181BBE8500D60005 /* Build configuration list for PBXNativeTarget "JuickTests" */; - buildPhases = ( - 77317BC8181BBE8500D60005 /* Sources */, - 77317BC9181BBE8500D60005 /* Frameworks */, - 77317BCA181BBE8500D60005 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 77317BD2181BBE8500D60005 /* PBXTargetDependency */, - ); - name = JuickTests; - productName = JuickTests; - productReference = 77317BCC181BBE8500D60005 /* JuickTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -433,10 +388,6 @@ }; }; }; - 77317BCB181BBE8500D60005 = { - DevelopmentTeam = KH4MX79ZK7; - TestTargetID = 77317BA7181BBE8500D60005; - }; }; }; buildConfigurationList = 77317BA3181BBE8500D60005 /* Build configuration list for PBXProject "Juick" */; @@ -453,7 +404,6 @@ projectRoot = ""; targets = ( 77317BA7181BBE8500D60005 /* Juick */, - 77317BCB181BBE8500D60005 /* JuickTests */, ); }; /* End PBXProject section */ @@ -480,14 +430,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77317BCA181BBE8500D60005 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 77317BD8181BBE8500D60005 /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ @@ -584,24 +526,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77317BC8181BBE8500D60005 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 77317BDA181BBE8500D60005 /* JuickTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 77317BD2181BBE8500D60005 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 77317BA7181BBE8500D60005 /* Juick */; - targetProxy = 77317BD1181BBE8500D60005 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 77317BB4181BBE8500D60005 /* InfoPlist.strings */ = { isa = PBXVariantGroup; @@ -767,48 +693,6 @@ }; name = Release; }; - 77317BE1181BBE8500D60005 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Juick.app/Juick"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Juick/Supporting Files/Juick-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "JuickTests/Supporting Files/JuickTests-Info.plist"; - PRODUCT_BUNDLE_IDENTIFIER = "com.juick.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 77317BE2181BBE8500D60005 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Juick.app/Juick"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Juick/Supporting Files/Juick-Prefix.pch"; - INFOPLIST_FILE = "JuickTests/Supporting Files/JuickTests-Info.plist"; - PRODUCT_BUNDLE_IDENTIFIER = "com.juick.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -830,15 +714,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 77317BE0181BBE8500D60005 /* Build configuration list for PBXNativeTarget "JuickTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 77317BE1181BBE8500D60005 /* Debug */, - 77317BE2181BBE8500D60005 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 77317BA0181BBE8500D60005 /* Project object */; -- cgit v1.2.3