Skip to content

Commit

Permalink
Removing test target
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yal committed Dec 5, 2014
1 parent 6beae7e commit a011a9a
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 985 deletions.
129 changes: 0 additions & 129 deletions Add Map Tutorial/swift/MyFirstMapApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,16 @@
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 = "<group>"; };
3E7D1F41198948C900E7E527 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3E7D1F43198948C900E7E527 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3E7D1F46198948C900E7E527 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3E7D1F48198948C900E7E527 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
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 = "<group>"; };
3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFirstMapAppTests.swift; sourceTree = "<group>"; };
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 = "<absolute>"; };
/* End PBXFileReference section */

Expand All @@ -46,21 +32,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
3E7D1F4B198948C900E7E527 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3E7D1F33198948C900E7E527 = {
isa = PBXGroup;
children = (
3E7D1F3E198948C900E7E527 /* MyFirstMapApp */,
3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */,
3E7D1F3D198948C900E7E527 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -69,7 +47,6 @@
isa = PBXGroup;
children = (
3E7D1F3C198948C900E7E527 /* AddMapSwiftTutorial.app */,
3E7D1F4E198948C900E7E527 /* MyFirstMapAppTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -95,23 +72,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
3E7D1F51198948C900E7E527 /* MyFirstMapAppTests */ = {
isa = PBXGroup;
children = (
3E7D1F54198948C900E7E527 /* MyFirstMapAppTests.swift */,
3E7D1F52198948C900E7E527 /* Supporting Files */,
);
path = MyFirstMapAppTests;
sourceTree = "<group>";
};
3E7D1F52198948C900E7E527 /* Supporting Files */ = {
isa = PBXGroup;
children = (
3E7D1F53198948C900E7E527 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -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 */
Expand All @@ -162,10 +104,6 @@
3E7D1F3B198948C900E7E527 = {
CreatedOnToolsVersion = 6.0;
};
3E7D1F4D198948C900E7E527 = {
CreatedOnToolsVersion = 6.0;
TestTargetID = 3E7D1F3B198948C900E7E527;
};
};
};
buildConfigurationList = 3E7D1F37198948C900E7E527 /* Build configuration list for PBXProject "MyFirstMapApp" */;
Expand All @@ -182,7 +120,6 @@
projectRoot = "";
targets = (
3E7D1F3B198948C900E7E527 /* MyFirstMapApp */,
3E7D1F4D198948C900E7E527 /* MyFirstMapAppTests */,
);
};
/* End PBXProject section */
Expand All @@ -198,13 +135,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
3E7D1F4C198948C900E7E527 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -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;
Expand Down Expand Up @@ -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 */
Expand All @@ -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 */;
Expand Down
24 changes: 0 additions & 24 deletions Add Map Tutorial/swift/MyFirstMapAppTests/Info.plist

This file was deleted.

44 changes: 0 additions & 44 deletions Add Map Tutorial/swift/MyFirstMapAppTests/MyFirstMapAppTests.swift

This file was deleted.

Loading

0 comments on commit a011a9a

Please sign in to comment.