Skip to content

Commit a673c10

Browse files
committed
Remove WordPressAuthenticator as a testable from various xcschemes
It was added automatically by Xcode when the WordPressAuthenticator target was created. What was the logic behind it, I don't know. Hat tip @AliSoftware for pointing this out during code review. See #15000 (comment)
1 parent ff996a8 commit a673c10

File tree

6 files changed

+0
-68
lines changed

6 files changed

+0
-68
lines changed

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/StoreWidgetsExtension.xcscheme

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@
4343
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4444
shouldUseLaunchSchemeArgsEnv = "YES">
4545
<Testables>
46-
<TestableReference
47-
skipped = "NO"
48-
parallelizable = "YES">
49-
<BuildableReference
50-
BuildableIdentifier = "primary"
51-
BlueprintIdentifier = "3F0904072D26A40800D8ACCE"
52-
BuildableName = "WordPressAuthenticatorTests.xctest"
53-
BlueprintName = "WordPressAuthenticatorTests"
54-
ReferencedContainer = "container:WooCommerce.xcodeproj">
55-
</BuildableReference>
56-
</TestableReference>
5746
</Testables>
5847
</TestAction>
5948
<LaunchAction

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/Woo Watch App.xcscheme

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES"
4444
shouldAutocreateTestPlan = "YES">
45-
<Testables>
46-
<TestableReference
47-
skipped = "NO"
48-
parallelizable = "YES">
49-
<BuildableReference
50-
BuildableIdentifier = "primary"
51-
BlueprintIdentifier = "3F0904072D26A40800D8ACCE"
52-
BuildableName = "WordPressAuthenticatorTests.xctest"
53-
BlueprintName = "WordPressAuthenticatorTests"
54-
ReferencedContainer = "container:WooCommerce.xcodeproj">
55-
</BuildableReference>
56-
</TestableReference>
57-
</Testables>
5845
</TestAction>
5946
<LaunchAction
6047
buildConfiguration = "Debug"

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/WooCommerce Alpha.xcscheme

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@
4848
ReferencedContainer = "container:WooCommerce.xcodeproj">
4949
</BuildableReference>
5050
</TestableReference>
51-
<TestableReference
52-
skipped = "NO"
53-
parallelizable = "YES">
54-
<BuildableReference
55-
BuildableIdentifier = "primary"
56-
BlueprintIdentifier = "3F0904072D26A40800D8ACCE"
57-
BuildableName = "WordPressAuthenticatorTests.xctest"
58-
BlueprintName = "WordPressAuthenticatorTests"
59-
ReferencedContainer = "container:WooCommerce.xcodeproj">
60-
</BuildableReference>
61-
</TestableReference>
6251
</Testables>
6352
</TestAction>
6453
<LaunchAction

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/WooCommerce IAP.xcscheme

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,6 @@
9696
ReferencedContainer = "container:WooCommerce.xcodeproj">
9797
</BuildableReference>
9898
</TestableReference>
99-
<TestableReference
100-
skipped = "NO"
101-
parallelizable = "YES">
102-
<BuildableReference
103-
BuildableIdentifier = "primary"
104-
BlueprintIdentifier = "3F0904072D26A40800D8ACCE"
105-
BuildableName = "WordPressAuthenticatorTests.xctest"
106-
BlueprintName = "WordPressAuthenticatorTests"
107-
ReferencedContainer = "container:WooCommerce.xcodeproj">
108-
</BuildableReference>
109-
</TestableReference>
11099
</Testables>
111100
</TestAction>
112101
<LaunchAction

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/WooCommerceScreenshots.xcscheme

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@
3232
ReferencedContainer = "container:WooCommerce.xcodeproj">
3333
</BuildableReference>
3434
</TestableReference>
35-
<TestableReference
36-
skipped = "NO"
37-
parallelizable = "YES">
38-
<BuildableReference
39-
BuildableIdentifier = "primary"
40-
BlueprintIdentifier = "3F0904072D26A40800D8ACCE"
41-
BuildableName = "WordPressAuthenticatorTests.xctest"
42-
BlueprintName = "WordPressAuthenticatorTests"
43-
ReferencedContainer = "container:WooCommerce.xcodeproj">
44-
</BuildableReference>
45-
</TestableReference>
4635
</Testables>
4736
</TestAction>
4837
<LaunchAction

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/WooCommerceUITests.xcscheme

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,6 @@
107107
ReferencedContainer = "container:WooCommerce.xcodeproj">
108108
</BuildableReference>
109109
</TestableReference>
110-
<TestableReference
111-
skipped = "NO"
112-
parallelizable = "YES">
113-
<BuildableReference
114-
BuildableIdentifier = "primary"
115-
BlueprintIdentifier = "3F0904072D26A40800D8ACCE"
116-
BuildableName = "WordPressAuthenticatorTests.xctest"
117-
BlueprintName = "WordPressAuthenticatorTests"
118-
ReferencedContainer = "container:WooCommerce.xcodeproj">
119-
</BuildableReference>
120-
</TestableReference>
121110
</Testables>
122111
</TestAction>
123112
<LaunchAction

0 commit comments

Comments
 (0)