Skip to content

Commit 896866a

Browse files
committed
Renamed tests folder to match expectations in Travis
1 parent 0dfb627 commit 896866a

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

Action.xcodeproj/project.pbxproj

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
3D3D42751F5DBAAE008CF951 /* NSButton+Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSButton+Action.swift"; sourceTree = "<group>"; };
128128
3D3D42761F5DBAAE008CF951 /* NSControl+Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSControl+Action.swift"; sourceTree = "<group>"; };
129129
3D9C98331DB4A87B004A9F7C /* RxTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxTest.framework; path = Carthage/Checkouts/RxSwift/build/Debug/RxTest.framework; sourceTree = "<group>"; };
130-
3DD965BB1F5DC0E400C180FE /* Tests-macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests-macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
130+
3DD965BB1F5DC0E400C180FE /* macOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "macOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
131131
3DD965CF1F5DC31D00C180FE /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; };
132132
3DD965D01F5DC31D00C180FE /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; };
133133
3DD965D11F5DC31D00C180FE /* RxBlocking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxBlocking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -150,7 +150,7 @@
150150
7F0569F21DE288EB007E1D0D /* BarButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarButtonTests.swift; sourceTree = "<group>"; };
151151
7F0569F31DE288EB007E1D0D /* ButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonTests.swift; sourceTree = "<group>"; };
152152
7F0569F41DE288EB007E1D0D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ActionTests/Info.plist; sourceTree = "<group>"; };
153-
7F5E6A671D7F08D2000B6076 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
153+
7F5E6A671D7F08D2000B6076 /* iOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "iOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
154154
7F612AAB1D7F106900B93BC5 /* RxSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
155155
7F612AAC1D7F106900B93BC5 /* RxCocoa.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxCocoa.framework; sourceTree = BUILT_PRODUCTS_DIR; };
156156
7F612AAD1D7F106900B93BC5 /* RxBlocking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxBlocking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -255,24 +255,24 @@
255255
path = AppKitExtensions;
256256
sourceTree = "<group>";
257257
};
258-
3DD965DB1F5DF83700C180FE /* iOS */ = {
258+
3DD965DB1F5DF83700C180FE /* iOS-Tests */ = {
259259
isa = PBXGroup;
260260
children = (
261261
7F0569F11DE288EB007E1D0D /* AlertActionTests.swift */,
262262
7F0569F21DE288EB007E1D0D /* BarButtonTests.swift */,
263263
7F0569F31DE288EB007E1D0D /* ButtonTests.swift */,
264264
5ED520231E1EA199007621B9 /* BindToTests.swift */,
265265
);
266-
path = iOS;
266+
path = "iOS-Tests";
267267
sourceTree = "<group>";
268268
};
269-
3DD965DC1F5DF84800C180FE /* macOS */ = {
269+
3DD965DC1F5DF84800C180FE /* macOS-Tests */ = {
270270
isa = PBXGroup;
271271
children = (
272272
3DD965DA1F5DF79800C180FE /* NSButtonTests.swift */,
273273
3DD965DD1F5DF86B00C180FE /* BindToTests.swift */,
274274
);
275-
path = macOS;
275+
path = "macOS-Tests";
276276
sourceTree = "<group>";
277277
};
278278
7F0569DE1DE28587007E1D0D /* Sources */ = {
@@ -344,8 +344,8 @@
344344
7F5E6A681D7F08D2000B6076 /* Tests */ = {
345345
isa = PBXGroup;
346346
children = (
347-
3DD965DC1F5DF84800C180FE /* macOS */,
348-
3DD965DB1F5DF83700C180FE /* iOS */,
347+
3DD965DC1F5DF84800C180FE /* macOS-Tests */,
348+
3DD965DB1F5DF83700C180FE /* iOS-Tests */,
349349
7F0569F01DE288EB007E1D0D /* ActionTests.swift */,
350350
CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */,
351351
7F0569F41DE288EB007E1D0D /* Info.plist */,
@@ -381,12 +381,12 @@
381381
isa = PBXGroup;
382382
children = (
383383
BE73AD201CDCD101006F8B98 /* Action.framework */,
384-
7F5E6A671D7F08D2000B6076 /* Tests.xctest */,
384+
7F5E6A671D7F08D2000B6076 /* iOS-Tests.xctest */,
385385
7F612ACC1D7F13B800B93BC5 /* Demo.app */,
386386
1FCDDA5B1EAC315A006EB95B /* Action.framework */,
387387
1FCDDA821EAC3295006EB95B /* Action.framework */,
388388
1FCDDA961EAC33B0006EB95B /* Action.framework */,
389-
3DD965BB1F5DC0E400C180FE /* Tests-macOS.xctest */,
389+
3DD965BB1F5DC0E400C180FE /* macOS-Tests.xctest */,
390390
);
391391
name = Products;
392392
sourceTree = "<group>";
@@ -483,9 +483,9 @@
483483
productReference = 1FCDDA961EAC33B0006EB95B /* Action.framework */;
484484
productType = "com.apple.product-type.framework";
485485
};
486-
3DD965BA1F5DC0E400C180FE /* Tests-macOS */ = {
486+
3DD965BA1F5DC0E400C180FE /* macOS-Tests */ = {
487487
isa = PBXNativeTarget;
488-
buildConfigurationList = 3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "Tests-macOS" */;
488+
buildConfigurationList = 3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "macOS-Tests" */;
489489
buildPhases = (
490490
3DD965B71F5DC0E400C180FE /* Sources */,
491491
3DD965B81F5DC0E400C180FE /* Frameworks */,
@@ -496,14 +496,14 @@
496496
dependencies = (
497497
3DD965C21F5DC0E400C180FE /* PBXTargetDependency */,
498498
);
499-
name = "Tests-macOS";
499+
name = "macOS-Tests";
500500
productName = "Tests-macOS1";
501-
productReference = 3DD965BB1F5DC0E400C180FE /* Tests-macOS.xctest */;
501+
productReference = 3DD965BB1F5DC0E400C180FE /* macOS-Tests.xctest */;
502502
productType = "com.apple.product-type.bundle.unit-test";
503503
};
504-
7F5E6A661D7F08D2000B6076 /* Tests */ = {
504+
7F5E6A661D7F08D2000B6076 /* iOS-Tests */ = {
505505
isa = PBXNativeTarget;
506-
buildConfigurationList = 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "Tests" */;
506+
buildConfigurationList = 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "iOS-Tests" */;
507507
buildPhases = (
508508
7F5E6A631D7F08D2000B6076 /* Sources */,
509509
7F5E6A641D7F08D2000B6076 /* Frameworks */,
@@ -515,9 +515,9 @@
515515
dependencies = (
516516
7F5E6A6E1D7F08D2000B6076 /* PBXTargetDependency */,
517517
);
518-
name = Tests;
518+
name = "iOS-Tests";
519519
productName = Tests;
520-
productReference = 7F5E6A671D7F08D2000B6076 /* Tests.xctest */;
520+
productReference = 7F5E6A671D7F08D2000B6076 /* iOS-Tests.xctest */;
521521
productType = "com.apple.product-type.bundle.unit-test";
522522
};
523523
7F612ACB1D7F13B800B93BC5 /* Demo */ = {
@@ -613,8 +613,8 @@
613613
1FCDDA5A1EAC315A006EB95B /* Action-tvOS */,
614614
1FCDDA811EAC3295006EB95B /* Action-macOS */,
615615
1FCDDA951EAC33B0006EB95B /* Action-watchOS */,
616-
7F5E6A661D7F08D2000B6076 /* Tests */,
617-
3DD965BA1F5DC0E400C180FE /* Tests-macOS */,
616+
7F5E6A661D7F08D2000B6076 /* iOS-Tests */,
617+
3DD965BA1F5DC0E400C180FE /* macOS-Tests */,
618618
7F612ACB1D7F13B800B93BC5 /* Demo */,
619619
);
620620
};
@@ -1216,7 +1216,7 @@
12161216
defaultConfigurationIsVisible = 0;
12171217
defaultConfigurationName = Release;
12181218
};
1219-
3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "Tests-macOS" */ = {
1219+
3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "macOS-Tests" */ = {
12201220
isa = XCConfigurationList;
12211221
buildConfigurations = (
12221222
3DD965C31F5DC0E400C180FE /* Debug */,
@@ -1225,7 +1225,7 @@
12251225
defaultConfigurationIsVisible = 0;
12261226
defaultConfigurationName = Release;
12271227
};
1228-
7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "Tests" */ = {
1228+
7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "iOS-Tests" */ = {
12291229
isa = XCConfigurationList;
12301230
buildConfigurations = (
12311231
7F5E6A701D7F08D2000B6076 /* Debug */,

Action.xcodeproj/xcshareddata/xcschemes/Action-macOS.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "3DD965BA1F5DC0E400C180FE"
37-
BuildableName = "Tests-macOS.xctest"
38-
BlueprintName = "Tests-macOS"
37+
BuildableName = "macOS-Tests.xctest"
38+
BlueprintName = "macOS-Tests"
3939
ReferencedContainer = "container:Action.xcodeproj">
4040
</BuildableReference>
4141
</TestableReference>

Action.xcodeproj/xcshareddata/xcschemes/Action.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "7F5E6A661D7F08D2000B6076"
37-
BuildableName = "Tests.xctest"
38-
BlueprintName = "Tests"
37+
BuildableName = "iOS-Tests.xctest"
38+
BlueprintName = "iOS-Tests"
3939
ReferencedContainer = "container:Action.xcodeproj">
4040
</BuildableReference>
4141
</TestableReference>

0 commit comments

Comments
 (0)