diff options
| author | Tomáš Znamenáček | 2015-03-09 14:32:38 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-03-09 14:32:38 +0100 | 
| commit | 6c4577199c3d46ddcd9b6c5caf56ade9fc2559aa (patch) | |
| tree | 9429d057b9c190324b588e64fdb7e27f04e879e7 | |
| parent | 643e87c1997654b7d4b418afc3109f9630198595 (diff) | |
| download | MASShortcut-6c4577199c3d46ddcd9b6c5caf56ade9fc2559aa.tar.bz2 | |
Namespaced the testing build scheme name (Tests → MASShortcutTests).
| -rw-r--r-- | MASShortcut.xcodeproj/project.pbxproj | 10 | ||||
| -rw-r--r-- | MASShortcut.xcodeproj/xcshareddata/xcschemes/MASShortcut.xcscheme | 8 | 
2 files changed, 9 insertions, 9 deletions
| diff --git a/MASShortcut.xcodeproj/project.pbxproj b/MASShortcut.xcodeproj/project.pbxproj index a376535..c51e44e 100644 --- a/MASShortcut.xcodeproj/project.pbxproj +++ b/MASShortcut.xcodeproj/project.pbxproj @@ -318,9 +318,9 @@  			productReference = 0D827D371990D5E70010B8EF /* Demo.app */;  			productType = "com.apple.product-type.application";  		}; -		0D827D8219910AFF0010B8EF /* Tests */ = { +		0D827D8219910AFF0010B8EF /* MASShortcutTests */ = {  			isa = PBXNativeTarget; -			buildConfigurationList = 0D827D9219910AFF0010B8EF /* Build configuration list for PBXNativeTarget "Tests" */; +			buildConfigurationList = 0D827D9219910AFF0010B8EF /* Build configuration list for PBXNativeTarget "MASShortcutTests" */;  			buildPhases = (  				0D827D7F19910AFF0010B8EF /* Sources */,  				0D827D8019910AFF0010B8EF /* Frameworks */, @@ -331,7 +331,7 @@  			dependencies = (  				0D827D8F19910AFF0010B8EF /* PBXTargetDependency */,  			); -			name = Tests; +			name = MASShortcutTests;  			productName = Tests;  			productReference = 0D827D8319910AFF0010B8EF /* Tests.xctest */;  			productType = "com.apple.product-type.bundle.unit-test"; @@ -364,8 +364,8 @@  			projectRoot = "";  			targets = (  				0D827CD21990D4420010B8EF /* MASShortcut */, +				0D827D8219910AFF0010B8EF /* MASShortcutTests */,  				0D827D361990D5E70010B8EF /* Demo */, -				0D827D8219910AFF0010B8EF /* Tests */,  			);  		};  /* End PBXProject section */ @@ -653,7 +653,7 @@  			defaultConfigurationIsVisible = 0;  			defaultConfigurationName = Release;  		}; -		0D827D9219910AFF0010B8EF /* Build configuration list for PBXNativeTarget "Tests" */ = { +		0D827D9219910AFF0010B8EF /* Build configuration list for PBXNativeTarget "MASShortcutTests" */ = {  			isa = XCConfigurationList;  			buildConfigurations = (  				0D827D9019910AFF0010B8EF /* Debug */, diff --git a/MASShortcut.xcodeproj/xcshareddata/xcschemes/MASShortcut.xcscheme b/MASShortcut.xcodeproj/xcshareddata/xcschemes/MASShortcut.xcscheme index 5f510c4..afc5df7 100644 --- a/MASShortcut.xcodeproj/xcshareddata/xcschemes/MASShortcut.xcscheme +++ b/MASShortcut.xcodeproj/xcshareddata/xcschemes/MASShortcut.xcscheme @@ -29,8 +29,8 @@              <BuildableReference                 BuildableIdentifier = "primary"                 BlueprintIdentifier = "0D827D8219910AFF0010B8EF" -               BuildableName = "Tests.xctest" -               BlueprintName = "Tests" +               BuildableName = "MASShortcutTests.xctest" +               BlueprintName = "MASShortcutTests"                 ReferencedContainer = "container:MASShortcut.xcodeproj">              </BuildableReference>           </BuildActionEntry> @@ -47,8 +47,8 @@              <BuildableReference                 BuildableIdentifier = "primary"                 BlueprintIdentifier = "0D827D8219910AFF0010B8EF" -               BuildableName = "Tests.xctest" -               BlueprintName = "Tests" +               BuildableName = "MASShortcutTests.xctest" +               BlueprintName = "MASShortcutTests"                 ReferencedContainer = "container:MASShortcut.xcodeproj">              </BuildableReference>           </TestableReference> | 
