diff --git a/Example/TrustlySDK.xcodeproj/project.pbxproj b/Example/TrustlySDK.xcodeproj/project.pbxproj index 34059bb..a247676 100644 --- a/Example/TrustlySDK.xcodeproj/project.pbxproj +++ b/Example/TrustlySDK.xcodeproj/project.pbxproj @@ -49,6 +49,7 @@ 15C29FB72C6165570037C239 /* SuccessViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuccessViewController.swift; sourceTree = ""; }; 15D96FB22C46E6B700296BC4 /* NetworkHelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkHelperTests.swift; sourceTree = ""; }; 15E049842B7510BA0084B71A /* JsonUtilsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JsonUtilsTests.swift; sourceTree = ""; }; + 15EA22A92CE3D18D00C45E32 /* Unit Tests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Unit Tests.xctestplan"; sourceTree = ""; }; 2416E32056EECA07B4C86E1B /* TrustlySDK.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = TrustlySDK.podspec; path = ../TrustlySDK.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4225824F0F3C24EF9803BCD1 /* Pods_TrustlySDK_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TrustlySDK_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 50EFC16F37CBC7AAB7A131C5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; @@ -127,6 +128,7 @@ 607FACC71AFB9204008FA782 = { isa = PBXGroup; children = ( + 15EA22A92CE3D18D00C45E32 /* Unit Tests.xctestplan */, 607FACF51AFB993E008FA782 /* Podspec Metadata */, 607FACD21AFB9204008FA782 /* Example for TrustlySDK */, 607FACE81AFB9204008FA782 /* Tests */, diff --git a/Example/TrustlySDK.xcodeproj/xcshareddata/xcschemes/TrustlySDK-Example.xcscheme b/Example/TrustlySDK.xcodeproj/xcshareddata/xcschemes/TrustlySDK-Example.xcscheme index 5d2cbed..d8c84bd 100644 --- a/Example/TrustlySDK.xcodeproj/xcshareddata/xcschemes/TrustlySDK-Example.xcscheme +++ b/Example/TrustlySDK.xcodeproj/xcshareddata/xcschemes/TrustlySDK-Example.xcscheme @@ -1,7 +1,7 @@ + version = "1.7"> @@ -50,6 +50,12 @@ ReferencedContainer = "container:TrustlySDK.xcodeproj"> + + + + diff --git a/Example/Unit Tests.xctestplan b/Example/Unit Tests.xctestplan new file mode 100644 index 0000000..f2f9ce6 --- /dev/null +++ b/Example/Unit Tests.xctestplan @@ -0,0 +1,24 @@ +{ + "configurations" : [ + { + "id" : "684626F4-CE24-4A19-9D19-ADFCEEF0D713", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "testTimeoutsEnabled" : true + }, + "testTargets" : [ + { + "target" : { + "containerPath" : "container:TrustlySDK.xcodeproj", + "identifier" : "607FACE41AFB9204008FA782", + "name" : "TrustlySDK_Tests" + } + } + ], + "version" : 1 +}