From a011a9a65d564054f4682fdd9612651f95085eb6 Mon Sep 17 00:00:00 2001 From: Divesh Goyal Date: Fri, 5 Dec 2014 14:38:19 -0800 Subject: [PATCH] Removing test target --- .../MyFirstMapApp.xcodeproj/project.pbxproj | 129 ------------------ .../swift/MyFirstMapAppTests/Info.plist | 24 ---- .../MyFirstMapAppTests.swift | 44 ------ .../MyFirstMapApp.xcodeproj/project.pbxproj | 129 ------------------ .../swift/MyFirstMapAppTests/Info.plist | 24 ---- .../MyFirstMapAppTests.swift | 44 ------ .../MyFirstMapApp.xcodeproj/project.pbxproj | 129 ------------------ .../swift/MyFirstMapAppTests/Info.plist | 24 ---- .../MyFirstMapAppTests.swift | 44 ------ .../MyFirstMapApp.xcodeproj/project.pbxproj | 129 ------------------ .../swift/MyFirstMapAppTests/Info.plist | 24 ---- .../MyFirstMapAppTests.swift | 44 ------ .../MyFirstMapApp.xcodeproj/project.pbxproj | 129 ------------------ .../swift/MyFirstMapAppTests/Info.plist | 24 ---- .../MyFirstMapAppTests.swift | 44 ------ 15 files changed, 985 deletions(-) delete mode 100644 Add Map Tutorial/swift/MyFirstMapAppTests/Info.plist delete mode 100644 Add Map Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift delete mode 100644 Basemap Tutorial/swift/MyFirstMapAppTests/Info.plist delete mode 100644 Basemap Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift delete mode 100644 Cloud Data Tutorial/swift/MyFirstMapAppTests/Info.plist delete mode 100644 Cloud Data Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift delete mode 100644 Geocoding Tutorial/swift/MyFirstMapAppTests/Info.plist delete mode 100644 Geocoding Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift delete mode 100644 Routing Tutorial/swift/MyFirstMapAppTests/Info.plist delete mode 100644 Routing Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift diff --git a/Add Map Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj b/Add Map Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj index a168113..d6bcb92 100644 --- a/Add Map Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj +++ b/Add Map Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj @@ -11,20 +11,9 @@ 3E7D1F44198948C900E7E527 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F43198948C900E7E527 /* ViewController.swift */; }; 3E7D1F47198948C900E7E527 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F45198948C900E7E527 /* Main.storyboard */; }; 3E7D1F49198948C900E7E527 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F48198948C900E7E527 /* Images.xcassets */; }; - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */; }; 3E7D1F5F19896A1700E7E527 /* ArcGIS.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3E7D1F34198948C900E7E527 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E7D1F3B198948C900E7E527; - remoteInfo = MyFirstMapApp; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3E7D1F3C198948C900E7E527 /* AddMapSwiftTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AddMapSwiftTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3E7D1F40198948C900E7E527 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -32,9 +21,6 @@ 3E7D1F43198948C900E7E527 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 3E7D1F46198948C900E7E527 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 3E7D1F48198948C900E7E527 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyFirstMapAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 3E7D1F53198948C900E7E527 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFirstMapAppTests.swift; sourceTree = ""; }; 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ArcGIS.bundle; path = $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle; sourceTree = ""; }; /* End PBXFileReference section */ @@ -46,13 +32,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4B198948C900E7E527 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -60,7 +39,6 @@ isa = PBXGroup; children = ( 3E7D1F3E198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */, 3E7D1F3D198948C900E7E527 /* Products */, ); sourceTree = ""; @@ -69,7 +47,6 @@ isa = PBXGroup; children = ( 3E7D1F3C198948C900E7E527 /* AddMapSwiftTutorial.app */, - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */, ); name = Products; sourceTree = ""; @@ -95,23 +72,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXGroup; - children = ( - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */, - 3E7D1F52198948C900E7E527 /* Supporting Files */, - ); - path = MyFirstMapAppTests; - sourceTree = ""; - }; - 3E7D1F52198948C900E7E527 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 3E7D1F53198948C900E7E527 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -132,24 +92,6 @@ productReference = 3E7D1F3C198948C900E7E527 /* AddMapSwiftTutorial.app */; productType = "com.apple.product-type.application"; }; - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */; - buildPhases = ( - 3E7D1F4A198948C900E7E527 /* Sources */, - 3E7D1F4B198948C900E7E527 /* Frameworks */, - 3E7D1F4C198948C900E7E527 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */, - ); - name = MyFirstMapAppTests; - productName = MyFirstMapAppTests; - productReference = 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -162,10 +104,6 @@ 3E7D1F3B198948C900E7E527 = { CreatedOnToolsVersion = 6.0; }; - 3E7D1F4D198948C900E7E527 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = 3E7D1F3B198948C900E7E527; - }; }; }; buildConfigurationList = 3E7D1F37198948C900E7E527 /* Build configuration list for PBXProject "MyFirstMapApp" */; @@ -182,7 +120,6 @@ projectRoot = ""; targets = ( 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */, ); }; /* End PBXProject section */ @@ -198,13 +135,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4C198948C900E7E527 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -217,24 +147,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4A198948C900E7E527 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */; - targetProxy = 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3E7D1F45198948C900E7E527 /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -368,40 +282,6 @@ }; name = Release; }; - 3E7D1F5C198948C900E7E527 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Debug; - }; - 3E7D1F5D198948C900E7E527 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -423,15 +303,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3E7D1F5C198948C900E7E527 /* Debug */, - 3E7D1F5D198948C900E7E527 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3E7D1F34198948C900E7E527 /* Project object */; diff --git a/Add Map Tutorial/swift/MyFirstMapAppTests/Info.plist b/Add Map Tutorial/swift/MyFirstMapAppTests/Info.plist deleted file mode 100644 index 8abb979..0000000 --- a/Add Map Tutorial/swift/MyFirstMapAppTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - com.esri.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Add Map Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift b/Add Map Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift deleted file mode 100644 index e7e9fb3..0000000 --- a/Add Map Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift +++ /dev/null @@ -1,44 +0,0 @@ -/* -Copyright 2014 Esri - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import UIKit -import XCTest - -class MyFirstMapAppTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measureBlock() { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/Basemap Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj b/Basemap Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj index b3762c1..df1a959 100644 --- a/Basemap Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj +++ b/Basemap Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj @@ -12,19 +12,8 @@ 3EA4C34219898CDC006A2AA0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA4C34119898CDC006A2AA0 /* ViewController.swift */; }; 3EA4C34519898CDC006A2AA0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3EA4C34319898CDC006A2AA0 /* Main.storyboard */; }; 3EA4C34719898CDC006A2AA0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3EA4C34619898CDC006A2AA0 /* Images.xcassets */; }; - 3EA4C35319898CDC006A2AA0 /* MyFirstMapAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA4C35219898CDC006A2AA0 /* MyFirstMapAppTests.swift */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3EA4C34D19898CDC006A2AA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3EA4C33219898CDC006A2AA0 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3EA4C33919898CDC006A2AA0; - remoteInfo = MyFirstMapApp; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3E83AC9C19899ABF0048331B /* ArcGIS.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ArcGIS.bundle; path = $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle; sourceTree = ""; }; 3EA4C33A19898CDC006A2AA0 /* BasemapSwiftTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BasemapSwiftTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -33,9 +22,6 @@ 3EA4C34119898CDC006A2AA0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 3EA4C34419898CDC006A2AA0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 3EA4C34619898CDC006A2AA0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3EA4C34C19898CDC006A2AA0 /* MyFirstMapAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyFirstMapAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 3EA4C35119898CDC006A2AA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3EA4C35219898CDC006A2AA0 /* MyFirstMapAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFirstMapAppTests.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -46,13 +32,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3EA4C34919898CDC006A2AA0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -60,7 +39,6 @@ isa = PBXGroup; children = ( 3EA4C33C19898CDC006A2AA0 /* MyFirstMapApp */, - 3EA4C34F19898CDC006A2AA0 /* MyFirstMapAppTests */, 3EA4C33B19898CDC006A2AA0 /* Products */, ); sourceTree = ""; @@ -69,7 +47,6 @@ isa = PBXGroup; children = ( 3EA4C33A19898CDC006A2AA0 /* BasemapSwiftTutorial.app */, - 3EA4C34C19898CDC006A2AA0 /* MyFirstMapAppTests.xctest */, ); name = Products; sourceTree = ""; @@ -95,23 +72,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 3EA4C34F19898CDC006A2AA0 /* MyFirstMapAppTests */ = { - isa = PBXGroup; - children = ( - 3EA4C35219898CDC006A2AA0 /* MyFirstMapAppTests.swift */, - 3EA4C35019898CDC006A2AA0 /* Supporting Files */, - ); - path = MyFirstMapAppTests; - sourceTree = ""; - }; - 3EA4C35019898CDC006A2AA0 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 3EA4C35119898CDC006A2AA0 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -132,24 +92,6 @@ productReference = 3EA4C33A19898CDC006A2AA0 /* BasemapSwiftTutorial.app */; productType = "com.apple.product-type.application"; }; - 3EA4C34B19898CDC006A2AA0 /* MyFirstMapAppTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3EA4C35919898CDC006A2AA0 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */; - buildPhases = ( - 3EA4C34819898CDC006A2AA0 /* Sources */, - 3EA4C34919898CDC006A2AA0 /* Frameworks */, - 3EA4C34A19898CDC006A2AA0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3EA4C34E19898CDC006A2AA0 /* PBXTargetDependency */, - ); - name = MyFirstMapAppTests; - productName = MyFirstMapAppTests; - productReference = 3EA4C34C19898CDC006A2AA0 /* MyFirstMapAppTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -162,10 +104,6 @@ 3EA4C33919898CDC006A2AA0 = { CreatedOnToolsVersion = 6.0; }; - 3EA4C34B19898CDC006A2AA0 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = 3EA4C33919898CDC006A2AA0; - }; }; }; buildConfigurationList = 3EA4C33519898CDC006A2AA0 /* Build configuration list for PBXProject "MyFirstMapApp" */; @@ -182,7 +120,6 @@ projectRoot = ""; targets = ( 3EA4C33919898CDC006A2AA0 /* MyFirstMapApp */, - 3EA4C34B19898CDC006A2AA0 /* MyFirstMapAppTests */, ); }; /* End PBXProject section */ @@ -198,13 +135,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3EA4C34A19898CDC006A2AA0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -217,24 +147,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3EA4C34819898CDC006A2AA0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3EA4C35319898CDC006A2AA0 /* MyFirstMapAppTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3EA4C34E19898CDC006A2AA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3EA4C33919898CDC006A2AA0 /* MyFirstMapApp */; - targetProxy = 3EA4C34D19898CDC006A2AA0 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3EA4C34319898CDC006A2AA0 /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -366,40 +280,6 @@ }; name = Release; }; - 3EA4C35A19898CDC006A2AA0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Debug; - }; - 3EA4C35B19898CDC006A2AA0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -421,15 +301,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3EA4C35919898CDC006A2AA0 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3EA4C35A19898CDC006A2AA0 /* Debug */, - 3EA4C35B19898CDC006A2AA0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3EA4C33219898CDC006A2AA0 /* Project object */; diff --git a/Basemap Tutorial/swift/MyFirstMapAppTests/Info.plist b/Basemap Tutorial/swift/MyFirstMapAppTests/Info.plist deleted file mode 100644 index 8abb979..0000000 --- a/Basemap Tutorial/swift/MyFirstMapAppTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - com.esri.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Basemap Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift b/Basemap Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift deleted file mode 100644 index e7e9fb3..0000000 --- a/Basemap Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift +++ /dev/null @@ -1,44 +0,0 @@ -/* -Copyright 2014 Esri - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import UIKit -import XCTest - -class MyFirstMapAppTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measureBlock() { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/Cloud Data Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj b/Cloud Data Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj index de8cf76..9d562eb 100644 --- a/Cloud Data Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj +++ b/Cloud Data Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj @@ -11,20 +11,9 @@ 3E7D1F44198948C900E7E527 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F43198948C900E7E527 /* ViewController.swift */; }; 3E7D1F47198948C900E7E527 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F45198948C900E7E527 /* Main.storyboard */; }; 3E7D1F49198948C900E7E527 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F48198948C900E7E527 /* Images.xcassets */; }; - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */; }; 3E7D1F5F19896A1700E7E527 /* ArcGIS.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3E7D1F34198948C900E7E527 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E7D1F3B198948C900E7E527; - remoteInfo = MyFirstMapApp; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3E7D1F3C198948C900E7E527 /* CloudDataSwiftTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CloudDataSwiftTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3E7D1F40198948C900E7E527 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -32,9 +21,6 @@ 3E7D1F43198948C900E7E527 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 3E7D1F46198948C900E7E527 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 3E7D1F48198948C900E7E527 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyFirstMapAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 3E7D1F53198948C900E7E527 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFirstMapAppTests.swift; sourceTree = ""; }; 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ArcGIS.bundle; path = $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle; sourceTree = ""; }; /* End PBXFileReference section */ @@ -46,13 +32,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4B198948C900E7E527 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -60,7 +39,6 @@ isa = PBXGroup; children = ( 3E7D1F3E198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */, 3E7D1F3D198948C900E7E527 /* Products */, ); sourceTree = ""; @@ -69,7 +47,6 @@ isa = PBXGroup; children = ( 3E7D1F3C198948C900E7E527 /* CloudDataSwiftTutorial.app */, - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */, ); name = Products; sourceTree = ""; @@ -95,23 +72,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXGroup; - children = ( - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */, - 3E7D1F52198948C900E7E527 /* Supporting Files */, - ); - path = MyFirstMapAppTests; - sourceTree = ""; - }; - 3E7D1F52198948C900E7E527 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 3E7D1F53198948C900E7E527 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -132,24 +92,6 @@ productReference = 3E7D1F3C198948C900E7E527 /* CloudDataSwiftTutorial.app */; productType = "com.apple.product-type.application"; }; - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */; - buildPhases = ( - 3E7D1F4A198948C900E7E527 /* Sources */, - 3E7D1F4B198948C900E7E527 /* Frameworks */, - 3E7D1F4C198948C900E7E527 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */, - ); - name = MyFirstMapAppTests; - productName = MyFirstMapAppTests; - productReference = 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -162,10 +104,6 @@ 3E7D1F3B198948C900E7E527 = { CreatedOnToolsVersion = 6.0; }; - 3E7D1F4D198948C900E7E527 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = 3E7D1F3B198948C900E7E527; - }; }; }; buildConfigurationList = 3E7D1F37198948C900E7E527 /* Build configuration list for PBXProject "MyFirstMapApp" */; @@ -182,7 +120,6 @@ projectRoot = ""; targets = ( 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */, ); }; /* End PBXProject section */ @@ -198,13 +135,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4C198948C900E7E527 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -217,24 +147,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4A198948C900E7E527 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */; - targetProxy = 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3E7D1F45198948C900E7E527 /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -366,40 +280,6 @@ }; name = Release; }; - 3E7D1F5C198948C900E7E527 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Debug; - }; - 3E7D1F5D198948C900E7E527 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -421,15 +301,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3E7D1F5C198948C900E7E527 /* Debug */, - 3E7D1F5D198948C900E7E527 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3E7D1F34198948C900E7E527 /* Project object */; diff --git a/Cloud Data Tutorial/swift/MyFirstMapAppTests/Info.plist b/Cloud Data Tutorial/swift/MyFirstMapAppTests/Info.plist deleted file mode 100644 index 8abb979..0000000 --- a/Cloud Data Tutorial/swift/MyFirstMapAppTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - com.esri.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Cloud Data Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift b/Cloud Data Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift deleted file mode 100644 index e7e9fb3..0000000 --- a/Cloud Data Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift +++ /dev/null @@ -1,44 +0,0 @@ -/* -Copyright 2014 Esri - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import UIKit -import XCTest - -class MyFirstMapAppTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measureBlock() { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/Geocoding Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj b/Geocoding Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj index c79813b..bdb3f87 100644 --- a/Geocoding Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj +++ b/Geocoding Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj @@ -12,20 +12,9 @@ 3E7D1F44198948C900E7E527 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F43198948C900E7E527 /* ViewController.swift */; }; 3E7D1F47198948C900E7E527 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F45198948C900E7E527 /* Main.storyboard */; }; 3E7D1F49198948C900E7E527 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F48198948C900E7E527 /* Images.xcassets */; }; - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */; }; 3E7D1F5F19896A1700E7E527 /* ArcGIS.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3E7D1F34198948C900E7E527 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E7D1F3B198948C900E7E527; - remoteInfo = MyFirstMapApp; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3E2DC603198AE7CF00F60CE6 /* BluePushpin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = BluePushpin.png; sourceTree = ""; }; 3E7D1F3C198948C900E7E527 /* GeocodingSwiftTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeocodingSwiftTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -34,9 +23,6 @@ 3E7D1F43198948C900E7E527 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 3E7D1F46198948C900E7E527 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 3E7D1F48198948C900E7E527 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyFirstMapAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 3E7D1F53198948C900E7E527 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFirstMapAppTests.swift; sourceTree = ""; }; 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ArcGIS.bundle; path = $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle; sourceTree = ""; }; /* End PBXFileReference section */ @@ -48,13 +34,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4B198948C900E7E527 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -62,7 +41,6 @@ isa = PBXGroup; children = ( 3E7D1F3E198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */, 3E7D1F3D198948C900E7E527 /* Products */, ); sourceTree = ""; @@ -71,7 +49,6 @@ isa = PBXGroup; children = ( 3E7D1F3C198948C900E7E527 /* GeocodingSwiftTutorial.app */, - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */, ); name = Products; sourceTree = ""; @@ -98,23 +75,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXGroup; - children = ( - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */, - 3E7D1F52198948C900E7E527 /* Supporting Files */, - ); - path = MyFirstMapAppTests; - sourceTree = ""; - }; - 3E7D1F52198948C900E7E527 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 3E7D1F53198948C900E7E527 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -135,24 +95,6 @@ productReference = 3E7D1F3C198948C900E7E527 /* GeocodingSwiftTutorial.app */; productType = "com.apple.product-type.application"; }; - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */; - buildPhases = ( - 3E7D1F4A198948C900E7E527 /* Sources */, - 3E7D1F4B198948C900E7E527 /* Frameworks */, - 3E7D1F4C198948C900E7E527 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */, - ); - name = MyFirstMapAppTests; - productName = MyFirstMapAppTests; - productReference = 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -165,10 +107,6 @@ 3E7D1F3B198948C900E7E527 = { CreatedOnToolsVersion = 6.0; }; - 3E7D1F4D198948C900E7E527 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = 3E7D1F3B198948C900E7E527; - }; }; }; buildConfigurationList = 3E7D1F37198948C900E7E527 /* Build configuration list for PBXProject "MyFirstMapApp" */; @@ -185,7 +123,6 @@ projectRoot = ""; targets = ( 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */, ); }; /* End PBXProject section */ @@ -202,13 +139,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4C198948C900E7E527 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -221,24 +151,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4A198948C900E7E527 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */; - targetProxy = 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3E7D1F45198948C900E7E527 /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -370,40 +284,6 @@ }; name = Release; }; - 3E7D1F5C198948C900E7E527 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Debug; - }; - 3E7D1F5D198948C900E7E527 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -425,15 +305,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3E7D1F5C198948C900E7E527 /* Debug */, - 3E7D1F5D198948C900E7E527 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3E7D1F34198948C900E7E527 /* Project object */; diff --git a/Geocoding Tutorial/swift/MyFirstMapAppTests/Info.plist b/Geocoding Tutorial/swift/MyFirstMapAppTests/Info.plist deleted file mode 100644 index 8abb979..0000000 --- a/Geocoding Tutorial/swift/MyFirstMapAppTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - com.esri.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Geocoding Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift b/Geocoding Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift deleted file mode 100644 index e7e9fb3..0000000 --- a/Geocoding Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift +++ /dev/null @@ -1,44 +0,0 @@ -/* -Copyright 2014 Esri - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import UIKit -import XCTest - -class MyFirstMapAppTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measureBlock() { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/Routing Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj b/Routing Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj index cfa13b1..3758778 100644 --- a/Routing Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj +++ b/Routing Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj @@ -12,20 +12,9 @@ 3E7D1F44198948C900E7E527 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F43198948C900E7E527 /* ViewController.swift */; }; 3E7D1F47198948C900E7E527 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F45198948C900E7E527 /* Main.storyboard */; }; 3E7D1F49198948C900E7E527 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F48198948C900E7E527 /* Images.xcassets */; }; - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */; }; 3E7D1F5F19896A1700E7E527 /* ArcGIS.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3E7D1F34198948C900E7E527 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E7D1F3B198948C900E7E527; - remoteInfo = MyFirstMapApp; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3E2DC603198AE7CF00F60CE6 /* BluePushpin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = BluePushpin.png; sourceTree = ""; }; 3E7D1F3C198948C900E7E527 /* RoutingSwiftTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RoutingSwiftTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -34,9 +23,6 @@ 3E7D1F43198948C900E7E527 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 3E7D1F46198948C900E7E527 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 3E7D1F48198948C900E7E527 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyFirstMapAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 3E7D1F53198948C900E7E527 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFirstMapAppTests.swift; sourceTree = ""; }; 3E7D1F5E19896A1700E7E527 /* ArcGIS.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ArcGIS.bundle; path = $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle; sourceTree = ""; }; /* End PBXFileReference section */ @@ -48,13 +34,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4B198948C900E7E527 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -62,7 +41,6 @@ isa = PBXGroup; children = ( 3E7D1F3E198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */, 3E7D1F3D198948C900E7E527 /* Products */, ); sourceTree = ""; @@ -71,7 +49,6 @@ isa = PBXGroup; children = ( 3E7D1F3C198948C900E7E527 /* RoutingSwiftTutorial.app */, - 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */, ); name = Products; sourceTree = ""; @@ -98,23 +75,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXGroup; - children = ( - 3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */, - 3E7D1F52198948C900E7E527 /* Supporting Files */, - ); - path = MyFirstMapAppTests; - sourceTree = ""; - }; - 3E7D1F52198948C900E7E527 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 3E7D1F53198948C900E7E527 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -135,24 +95,6 @@ productReference = 3E7D1F3C198948C900E7E527 /* RoutingSwiftTutorial.app */; productType = "com.apple.product-type.application"; }; - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */; - buildPhases = ( - 3E7D1F4A198948C900E7E527 /* Sources */, - 3E7D1F4B198948C900E7E527 /* Frameworks */, - 3E7D1F4C198948C900E7E527 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */, - ); - name = MyFirstMapAppTests; - productName = MyFirstMapAppTests; - productReference = 3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -165,10 +107,6 @@ 3E7D1F3B198948C900E7E527 = { CreatedOnToolsVersion = 6.0; }; - 3E7D1F4D198948C900E7E527 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = 3E7D1F3B198948C900E7E527; - }; }; }; buildConfigurationList = 3E7D1F37198948C900E7E527 /* Build configuration list for PBXProject "MyFirstMapApp" */; @@ -185,7 +123,6 @@ projectRoot = ""; targets = ( 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */, - 3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */, ); }; /* End PBXProject section */ @@ -202,13 +139,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4C198948C900E7E527 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -221,24 +151,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E7D1F4A198948C900E7E527 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3E7D1F55198948C900E7E527 /* MyFirstMapAppTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3E7D1F50198948C900E7E527 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3E7D1F3B198948C900E7E527 /* MyFirstMapApp */; - targetProxy = 3E7D1F4F198948C900E7E527 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3E7D1F45198948C900E7E527 /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -370,40 +284,6 @@ }; name = Release; }; - 3E7D1F5C198948C900E7E527 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Debug; - }; - 3E7D1F5D198948C900E7E527 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MyFirstMapApp.app/MyFirstMapApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = MyFirstMapAppTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -425,15 +305,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3E7D1F5B198948C900E7E527 /* Build configuration list for PBXNativeTarget "MyFirstMapAppTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3E7D1F5C198948C900E7E527 /* Debug */, - 3E7D1F5D198948C900E7E527 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3E7D1F34198948C900E7E527 /* Project object */; diff --git a/Routing Tutorial/swift/MyFirstMapAppTests/Info.plist b/Routing Tutorial/swift/MyFirstMapAppTests/Info.plist deleted file mode 100644 index 8abb979..0000000 --- a/Routing Tutorial/swift/MyFirstMapAppTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - com.esri.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Routing Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift b/Routing Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift deleted file mode 100644 index e7e9fb3..0000000 --- a/Routing Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift +++ /dev/null @@ -1,44 +0,0 @@ -/* -Copyright 2014 Esri - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import UIKit -import XCTest - -class MyFirstMapAppTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measureBlock() { - // Put the code you want to measure the time of here. - } - } - -}