Added the Unit and UI tests targets to the Xcode project, and attached them to the Piper target.
This commit is contained in:
parent
30abbbdb55
commit
181dba2070
@ -7,14 +7,14 @@
|
|||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
/* Begin PBXContainerItemProxy section */
|
||||||
46D4BE8B2CB06ED500FCFB84 /* PBXContainerItemProxy */ = {
|
46D4BED82CB07C7A00FCFB84 /* PBXContainerItemProxy */ = {
|
||||||
isa = PBXContainerItemProxy;
|
isa = PBXContainerItemProxy;
|
||||||
containerPortal = 46D4BE6F2CB06ED300FCFB84 /* Project object */;
|
containerPortal = 46D4BE6F2CB06ED300FCFB84 /* Project object */;
|
||||||
proxyType = 1;
|
proxyType = 1;
|
||||||
remoteGlobalIDString = 46D4BE762CB06ED300FCFB84;
|
remoteGlobalIDString = 46D4BE762CB06ED300FCFB84;
|
||||||
remoteInfo = Piper;
|
remoteInfo = Piper;
|
||||||
};
|
};
|
||||||
46D4BE952CB06ED500FCFB84 /* PBXContainerItemProxy */ = {
|
46D4BEE82CB07CB600FCFB84 /* PBXContainerItemProxy */ = {
|
||||||
isa = PBXContainerItemProxy;
|
isa = PBXContainerItemProxy;
|
||||||
containerPortal = 46D4BE6F2CB06ED300FCFB84 /* Project object */;
|
containerPortal = 46D4BE6F2CB06ED300FCFB84 /* Project object */;
|
||||||
proxyType = 1;
|
proxyType = 1;
|
||||||
@ -25,24 +25,51 @@
|
|||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
46D4BE772CB06ED300FCFB84 /* Piper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Piper.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
46D4BE772CB06ED300FCFB84 /* Piper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Piper.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
46D4BE8A2CB06ED500FCFB84 /* PiperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PiperTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
46D4BED42CB07C7A00FCFB84 /* UnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
46D4BE942CB06ED500FCFB84 /* PiperUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PiperUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
46D4BEE22CB07CB600FCFB84 /* UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||||
|
46D4BEF62CB07CCB00FCFB84 /* Exceptions for "Tests" folder in "Piper" target */ = {
|
||||||
|
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||||
|
membershipExceptions = (
|
||||||
|
UITests/UITests.swift,
|
||||||
|
UITests/UITestsLaunchTests.swift,
|
||||||
|
UnitTests/UnitTests.swift,
|
||||||
|
);
|
||||||
|
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
||||||
|
};
|
||||||
|
46D4BEF72CB07CCB00FCFB84 /* Exceptions for "Tests" folder in "UnitTests" target */ = {
|
||||||
|
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||||
|
membershipExceptions = (
|
||||||
|
UnitTests/UnitTests.swift,
|
||||||
|
);
|
||||||
|
target = 46D4BED32CB07C7A00FCFB84 /* UnitTests */;
|
||||||
|
};
|
||||||
|
46D4BEF82CB07CCB00FCFB84 /* Exceptions for "Tests" folder in "UITests" target */ = {
|
||||||
|
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||||
|
membershipExceptions = (
|
||||||
|
UITests/UITests.swift,
|
||||||
|
UITests/UITestsLaunchTests.swift,
|
||||||
|
);
|
||||||
|
target = 46D4BEE12CB07CB600FCFB84 /* UITests */;
|
||||||
|
};
|
||||||
|
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||||
|
|
||||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||||
46D4BE792CB06ED300FCFB84 /* Piper */ = {
|
46D4BE792CB06ED300FCFB84 /* Piper */ = {
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
isa = PBXFileSystemSynchronizedRootGroup;
|
||||||
path = Piper;
|
path = Piper;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
46D4BE8D2CB06ED500FCFB84 /* PiperTests */ = {
|
46D4BEED2CB07CC100FCFB84 /* Tests */ = {
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
isa = PBXFileSystemSynchronizedRootGroup;
|
||||||
path = PiperTests;
|
exceptions = (
|
||||||
sourceTree = "<group>";
|
46D4BEF62CB07CCB00FCFB84 /* Exceptions for "Tests" folder in "Piper" target */,
|
||||||
};
|
46D4BEF72CB07CCB00FCFB84 /* Exceptions for "Tests" folder in "UnitTests" target */,
|
||||||
46D4BE972CB06ED500FCFB84 /* PiperUITests */ = {
|
46D4BEF82CB07CCB00FCFB84 /* Exceptions for "Tests" folder in "UITests" target */,
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
);
|
||||||
path = PiperUITests;
|
path = Tests;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
/* End PBXFileSystemSynchronizedRootGroup section */
|
/* End PBXFileSystemSynchronizedRootGroup section */
|
||||||
@ -55,14 +82,14 @@
|
|||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
46D4BE872CB06ED500FCFB84 /* Frameworks */ = {
|
46D4BED12CB07C7A00FCFB84 /* Frameworks */ = {
|
||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
46D4BE912CB06ED500FCFB84 /* Frameworks */ = {
|
46D4BEDF2CB07CB600FCFB84 /* Frameworks */ = {
|
||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
@ -76,8 +103,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
46D4BE792CB06ED300FCFB84 /* Piper */,
|
46D4BE792CB06ED300FCFB84 /* Piper */,
|
||||||
46D4BE8D2CB06ED500FCFB84 /* PiperTests */,
|
46D4BEED2CB07CC100FCFB84 /* Tests */,
|
||||||
46D4BE972CB06ED500FCFB84 /* PiperUITests */,
|
|
||||||
46D4BE782CB06ED300FCFB84 /* Products */,
|
46D4BE782CB06ED300FCFB84 /* Products */,
|
||||||
);
|
);
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -86,8 +112,8 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
46D4BE772CB06ED300FCFB84 /* Piper.app */,
|
46D4BE772CB06ED300FCFB84 /* Piper.app */,
|
||||||
46D4BE8A2CB06ED500FCFB84 /* PiperTests.xctest */,
|
46D4BED42CB07C7A00FCFB84 /* UnitTests.xctest */,
|
||||||
46D4BE942CB06ED500FCFB84 /* PiperUITests.xctest */,
|
46D4BEE22CB07CB600FCFB84 /* UITests.xctest */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -109,6 +135,7 @@
|
|||||||
);
|
);
|
||||||
fileSystemSynchronizedGroups = (
|
fileSystemSynchronizedGroups = (
|
||||||
46D4BE792CB06ED300FCFB84 /* Piper */,
|
46D4BE792CB06ED300FCFB84 /* Piper */,
|
||||||
|
46D4BEED2CB07CC100FCFB84 /* Tests */,
|
||||||
);
|
);
|
||||||
name = Piper;
|
name = Piper;
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
@ -117,50 +144,44 @@
|
|||||||
productReference = 46D4BE772CB06ED300FCFB84 /* Piper.app */;
|
productReference = 46D4BE772CB06ED300FCFB84 /* Piper.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
};
|
};
|
||||||
46D4BE892CB06ED500FCFB84 /* PiperTests */ = {
|
46D4BED32CB07C7A00FCFB84 /* UnitTests */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 46D4BEA12CB06ED500FCFB84 /* Build configuration list for PBXNativeTarget "PiperTests" */;
|
buildConfigurationList = 46D4BEDA2CB07C7A00FCFB84 /* Build configuration list for PBXNativeTarget "UnitTests" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
46D4BE862CB06ED500FCFB84 /* Sources */,
|
46D4BED02CB07C7A00FCFB84 /* Sources */,
|
||||||
46D4BE872CB06ED500FCFB84 /* Frameworks */,
|
46D4BED12CB07C7A00FCFB84 /* Frameworks */,
|
||||||
46D4BE882CB06ED500FCFB84 /* Resources */,
|
46D4BED22CB07C7A00FCFB84 /* Resources */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
46D4BE8C2CB06ED500FCFB84 /* PBXTargetDependency */,
|
46D4BED92CB07C7A00FCFB84 /* PBXTargetDependency */,
|
||||||
);
|
);
|
||||||
fileSystemSynchronizedGroups = (
|
name = UnitTests;
|
||||||
46D4BE8D2CB06ED500FCFB84 /* PiperTests */,
|
|
||||||
);
|
|
||||||
name = PiperTests;
|
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
);
|
);
|
||||||
productName = PiperTests;
|
productName = UnitTests;
|
||||||
productReference = 46D4BE8A2CB06ED500FCFB84 /* PiperTests.xctest */;
|
productReference = 46D4BED42CB07C7A00FCFB84 /* UnitTests.xctest */;
|
||||||
productType = "com.apple.product-type.bundle.unit-test";
|
productType = "com.apple.product-type.bundle.unit-test";
|
||||||
};
|
};
|
||||||
46D4BE932CB06ED500FCFB84 /* PiperUITests */ = {
|
46D4BEE12CB07CB600FCFB84 /* UITests */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 46D4BEA42CB06ED500FCFB84 /* Build configuration list for PBXNativeTarget "PiperUITests" */;
|
buildConfigurationList = 46D4BEEA2CB07CB600FCFB84 /* Build configuration list for PBXNativeTarget "UITests" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
46D4BE902CB06ED500FCFB84 /* Sources */,
|
46D4BEDE2CB07CB600FCFB84 /* Sources */,
|
||||||
46D4BE912CB06ED500FCFB84 /* Frameworks */,
|
46D4BEDF2CB07CB600FCFB84 /* Frameworks */,
|
||||||
46D4BE922CB06ED500FCFB84 /* Resources */,
|
46D4BEE02CB07CB600FCFB84 /* Resources */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
46D4BE962CB06ED500FCFB84 /* PBXTargetDependency */,
|
46D4BEE92CB07CB600FCFB84 /* PBXTargetDependency */,
|
||||||
);
|
);
|
||||||
fileSystemSynchronizedGroups = (
|
name = UITests;
|
||||||
46D4BE972CB06ED500FCFB84 /* PiperUITests */,
|
|
||||||
);
|
|
||||||
name = PiperUITests;
|
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
);
|
);
|
||||||
productName = PiperUITests;
|
productName = UITests;
|
||||||
productReference = 46D4BE942CB06ED500FCFB84 /* PiperUITests.xctest */;
|
productReference = 46D4BEE22CB07CB600FCFB84 /* UITests.xctest */;
|
||||||
productType = "com.apple.product-type.bundle.ui-testing";
|
productType = "com.apple.product-type.bundle.ui-testing";
|
||||||
};
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
@ -178,11 +199,11 @@
|
|||||||
46D4BE762CB06ED300FCFB84 = {
|
46D4BE762CB06ED300FCFB84 = {
|
||||||
CreatedOnToolsVersion = 16.0;
|
CreatedOnToolsVersion = 16.0;
|
||||||
};
|
};
|
||||||
46D4BE892CB06ED500FCFB84 = {
|
46D4BED32CB07C7A00FCFB84 = {
|
||||||
CreatedOnToolsVersion = 16.0;
|
CreatedOnToolsVersion = 16.0;
|
||||||
TestTargetID = 46D4BE762CB06ED300FCFB84;
|
TestTargetID = 46D4BE762CB06ED300FCFB84;
|
||||||
};
|
};
|
||||||
46D4BE932CB06ED500FCFB84 = {
|
46D4BEE12CB07CB600FCFB84 = {
|
||||||
CreatedOnToolsVersion = 16.0;
|
CreatedOnToolsVersion = 16.0;
|
||||||
TestTargetID = 46D4BE762CB06ED300FCFB84;
|
TestTargetID = 46D4BE762CB06ED300FCFB84;
|
||||||
};
|
};
|
||||||
@ -203,8 +224,8 @@
|
|||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
46D4BE762CB06ED300FCFB84 /* Piper */,
|
46D4BE762CB06ED300FCFB84 /* Piper */,
|
||||||
46D4BE892CB06ED500FCFB84 /* PiperTests */,
|
46D4BED32CB07C7A00FCFB84 /* UnitTests */,
|
||||||
46D4BE932CB06ED500FCFB84 /* PiperUITests */,
|
46D4BEE12CB07CB600FCFB84 /* UITests */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
@ -217,14 +238,14 @@
|
|||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
46D4BE882CB06ED500FCFB84 /* Resources */ = {
|
46D4BED22CB07C7A00FCFB84 /* Resources */ = {
|
||||||
isa = PBXResourcesBuildPhase;
|
isa = PBXResourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
46D4BE922CB06ED500FCFB84 /* Resources */ = {
|
46D4BEE02CB07CB600FCFB84 /* Resources */ = {
|
||||||
isa = PBXResourcesBuildPhase;
|
isa = PBXResourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
@ -241,14 +262,14 @@
|
|||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
46D4BE862CB06ED500FCFB84 /* Sources */ = {
|
46D4BED02CB07C7A00FCFB84 /* Sources */ = {
|
||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
46D4BE902CB06ED500FCFB84 /* Sources */ = {
|
46D4BEDE2CB07CB600FCFB84 /* Sources */ = {
|
||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
@ -258,15 +279,15 @@
|
|||||||
/* End PBXSourcesBuildPhase section */
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
/* Begin PBXTargetDependency section */
|
||||||
46D4BE8C2CB06ED500FCFB84 /* PBXTargetDependency */ = {
|
46D4BED92CB07C7A00FCFB84 /* PBXTargetDependency */ = {
|
||||||
isa = PBXTargetDependency;
|
isa = PBXTargetDependency;
|
||||||
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
||||||
targetProxy = 46D4BE8B2CB06ED500FCFB84 /* PBXContainerItemProxy */;
|
targetProxy = 46D4BED82CB07C7A00FCFB84 /* PBXContainerItemProxy */;
|
||||||
};
|
};
|
||||||
46D4BE962CB06ED500FCFB84 /* PBXTargetDependency */ = {
|
46D4BEE92CB07CB600FCFB84 /* PBXTargetDependency */ = {
|
||||||
isa = PBXTargetDependency;
|
isa = PBXTargetDependency;
|
||||||
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
||||||
targetProxy = 46D4BE952CB06ED500FCFB84 /* PBXContainerItemProxy */;
|
targetProxy = 46D4BEE82CB07CB600FCFB84 /* PBXContainerItemProxy */;
|
||||||
};
|
};
|
||||||
/* End PBXTargetDependency section */
|
/* End PBXTargetDependency section */
|
||||||
|
|
||||||
@ -449,7 +470,7 @@
|
|||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
46D4BEA22CB06ED500FCFB84 /* Debug */ = {
|
46D4BEDB2CB07C7A00FCFB84 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
@ -457,9 +478,8 @@
|
|||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.app.PiperTests";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.piper.tests.unit";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@ -467,7 +487,7 @@
|
|||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
46D4BEA32CB06ED500FCFB84 /* Release */ = {
|
46D4BEDC2CB07C7A00FCFB84 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
@ -475,9 +495,8 @@
|
|||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.app.PiperTests";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.piper.tests.unit";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@ -485,7 +504,7 @@
|
|||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
46D4BEA52CB06ED500FCFB84 /* Debug */ = {
|
46D4BEEB2CB07CB600FCFB84 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
@ -493,7 +512,7 @@
|
|||||||
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.app.PiperUITests";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.piper.tests.ui";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@ -501,7 +520,7 @@
|
|||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
46D4BEA62CB06ED500FCFB84 /* Release */ = {
|
46D4BEEC2CB07CB600FCFB84 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
@ -509,7 +528,7 @@
|
|||||||
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.app.PiperUITests";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.rock-n-code.piper.tests.ui";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@ -538,20 +557,20 @@
|
|||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
46D4BEA12CB06ED500FCFB84 /* Build configuration list for PBXNativeTarget "PiperTests" */ = {
|
46D4BEDA2CB07C7A00FCFB84 /* Build configuration list for PBXNativeTarget "UnitTests" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
46D4BEA22CB06ED500FCFB84 /* Debug */,
|
46D4BEDB2CB07C7A00FCFB84 /* Debug */,
|
||||||
46D4BEA32CB06ED500FCFB84 /* Release */,
|
46D4BEDC2CB07C7A00FCFB84 /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
46D4BEA42CB06ED500FCFB84 /* Build configuration list for PBXNativeTarget "PiperUITests" */ = {
|
46D4BEEA2CB07CB600FCFB84 /* Build configuration list for PBXNativeTarget "UITests" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
46D4BEA52CB06ED500FCFB84 /* Debug */,
|
46D4BEEB2CB07CB600FCFB84 /* Debug */,
|
||||||
46D4BEA62CB06ED500FCFB84 /* Release */,
|
46D4BEEC2CB07CB600FCFB84 /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
//
|
//
|
||||||
// PiperUITests.swift
|
// UITests.swift
|
||||||
// PiperUITests
|
// UITests
|
||||||
//
|
//
|
||||||
// Created by Javier Cicchelli on 04/10/2024.
|
// Created by Javier Cicchelli on 04/10/2024.
|
||||||
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class PiperUITests: XCTestCase {
|
final class UITests: XCTestCase {
|
||||||
|
|
||||||
override func setUpWithError() throws {
|
override func setUpWithError() throws {
|
||||||
// Put setup code here. This method is called before the invocation of each test method in the class.
|
// Put setup code here. This method is called before the invocation of each test method in the class.
|
@ -1,13 +1,14 @@
|
|||||||
//
|
//
|
||||||
// PiperUITestsLaunchTests.swift
|
// UITestsLaunchTests.swift
|
||||||
// PiperUITests
|
// UITests
|
||||||
//
|
//
|
||||||
// Created by Javier Cicchelli on 04/10/2024.
|
// Created by Javier Cicchelli on 04/10/2024.
|
||||||
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class PiperUITestsLaunchTests: XCTestCase {
|
final class UITestsLaunchTests: XCTestCase {
|
||||||
|
|
||||||
override class var runsForEachTargetApplicationUIConfiguration: Bool {
|
override class var runsForEachTargetApplicationUIConfiguration: Bool {
|
||||||
true
|
true
|
@ -1,14 +1,14 @@
|
|||||||
//
|
//
|
||||||
// PiperTests.swift
|
// UnitTests.swift
|
||||||
// PiperTests
|
// UnitTests
|
||||||
//
|
//
|
||||||
// Created by Javier Cicchelli on 04/10/2024.
|
// Created by Javier Cicchelli on 04/10/2024.
|
||||||
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
import Testing
|
import Testing
|
||||||
@testable import Piper
|
|
||||||
|
|
||||||
struct PiperTests {
|
struct UnitTests {
|
||||||
|
|
||||||
@Test func example() async throws {
|
@Test func example() async throws {
|
||||||
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
Loading…
x
Reference in New Issue
Block a user