add slather

This commit is contained in:
Paul Zabelin
2018-02-19 19:17:37 -08:00
parent 606edbdf3c
commit 09cf3638e8
7 changed files with 96 additions and 5 deletions

View File

@@ -286,7 +286,6 @@
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 35KC7LV9BL;
ProvisioningStyle = Automatic;
TestTargetID = 607FACCF1AFB9204008FA782;
};
};
};
@@ -643,7 +642,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 8CB538BB314A073B69DF6F19 /* Pods-Example-Tests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
@@ -654,7 +652,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
};
name = Debug;
};
@@ -662,7 +659,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 4FCC3D4EC42E87C052F97765 /* Pods-Example-Tests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
@@ -673,7 +669,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
};
name = Release;
};