Skip to content

Commit 630baae

Browse files
committed
Moved tests to platform-agnostic location
1 parent 92bc4bf commit 630baae

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Solar.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1410E9C81EF12C1E001829A5 /* Solar.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7FC5B651D469B4E00C4D3EB /* Solar.swift */; };
1111
14381E7A1EF96100008E9826 /* Solar.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7FC5B5A1D469B2700C4D3EB /* Solar.framework */; };
1212
14456B851EF96AC000D76A4D /* City.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14456B831EF96ABA00D76A4D /* City.swift */; };
13-
14456B881EF96ACD00D76A4D /* Solar_iOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14456B861EF96ACA00D76A4D /* Solar_iOSTests.swift */; };
13+
14456B881EF96ACD00D76A4D /* SolarTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14456B861EF96ACA00D76A4D /* SolarTests.swift */; };
1414
14456B8D1EF96AE200D76A4D /* CorrectResults.json in Resources */ = {isa = PBXBuildFile; fileRef = 14456B891EF96AD900D76A4D /* CorrectResults.json */; };
1515
4CABE4EA2161610E009BAAB8 /* Solar.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7FC5B651D469B4E00C4D3EB /* Solar.swift */; };
1616
4CABE50A21616FFB009BAAB8 /* Solar.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7FC5B651D469B4E00C4D3EB /* Solar.swift */; };
@@ -30,10 +30,10 @@
3030
/* Begin PBXFileReference section */
3131
1410E9B71EF12AD4001829A5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3232
1410E9C01EF12B5A001829A5 /* Solar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Solar.framework; sourceTree = BUILT_PRODUCTS_DIR; };
33-
14456B831EF96ABA00D76A4D /* City.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = City.swift; path = "Solar iOSTests/City.swift"; sourceTree = "<group>"; };
34-
14456B861EF96ACA00D76A4D /* Solar_iOSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Solar_iOSTests.swift; path = "Solar iOSTests/Solar_iOSTests.swift"; sourceTree = "<group>"; };
35-
14456B891EF96AD900D76A4D /* CorrectResults.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = CorrectResults.json; path = "Solar iOSTests/CorrectResults.json"; sourceTree = "<group>"; };
36-
14456B8A1EF96AD900D76A4D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "Solar iOSTests/Info.plist"; sourceTree = "<group>"; };
33+
14456B831EF96ABA00D76A4D /* City.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = City.swift; sourceTree = "<group>"; };
34+
14456B861EF96ACA00D76A4D /* SolarTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SolarTests.swift; sourceTree = "<group>"; };
35+
14456B891EF96AD900D76A4D /* CorrectResults.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CorrectResults.json; sourceTree = "<group>"; };
36+
14456B8A1EF96AD900D76A4D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3737
4CABE4E2216160CF009BAAB8 /* Solar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Solar.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3838
4CABE500216169DE009BAAB8 /* Solar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Solar.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3939
97837EAB1E4BB1DE000FEF64 /* Solar_iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Solar_iOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -81,14 +81,14 @@
8181
/* End PBXFrameworksBuildPhase section */
8282

8383
/* Begin PBXGroup section */
84-
14456B801EF96A8F00D76A4D /* Solar iOSTests */ = {
84+
14456B801EF96A8F00D76A4D /* SolarTests */ = {
8585
isa = PBXGroup;
8686
children = (
87-
14456B861EF96ACA00D76A4D /* Solar_iOSTests.swift */,
87+
14456B861EF96ACA00D76A4D /* SolarTests.swift */,
8888
14456B811EF96A9E00D76A4D /* Helpers */,
8989
14456B821EF96AA500D76A4D /* Resources */,
9090
);
91-
name = "Solar iOSTests";
91+
path = SolarTests;
9292
sourceTree = "<group>";
9393
};
9494
14456B811EF96A9E00D76A4D /* Helpers */ = {
@@ -112,7 +112,7 @@
112112
isa = PBXGroup;
113113
children = (
114114
F7FC5B5C1D469B2700C4D3EB /* Solar */,
115-
14456B801EF96A8F00D76A4D /* Solar iOSTests */,
115+
14456B801EF96A8F00D76A4D /* SolarTests */,
116116
F7FC5B5B1D469B2700C4D3EB /* Products */,
117117
);
118118
sourceTree = "<group>";
@@ -385,7 +385,7 @@
385385
buildActionMask = 2147483647;
386386
files = (
387387
14456B851EF96AC000D76A4D /* City.swift in Sources */,
388-
14456B881EF96ACD00D76A4D /* Solar_iOSTests.swift in Sources */,
388+
14456B881EF96ACD00D76A4D /* SolarTests.swift in Sources */,
389389
);
390390
runOnlyForDeploymentPostprocessing = 0;
391391
};
@@ -595,7 +595,7 @@
595595
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
596596
CODE_SIGN_STYLE = Automatic;
597597
DEVELOPMENT_TEAM = "";
598-
INFOPLIST_FILE = "Solar iOSTests/Info.plist";
598+
INFOPLIST_FILE = SolarTests/Info.plist;
599599
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
600600
PRODUCT_BUNDLE_IDENTIFIER = me.chrishowell.SolarTests;
601601
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -615,7 +615,7 @@
615615
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
616616
CODE_SIGN_STYLE = Automatic;
617617
DEVELOPMENT_TEAM = "";
618-
INFOPLIST_FILE = "Solar iOSTests/Info.plist";
618+
INFOPLIST_FILE = SolarTests/Info.plist;
619619
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
620620
PRODUCT_BUNDLE_IDENTIFIER = me.chrishowell.SolarTests;
621621
PRODUCT_NAME = "$(TARGET_NAME)";
File renamed without changes.
File renamed without changes.
File renamed without changes.

Solar iOSTests/Solar_iOSTests.swift renamed to SolarTests/SolarTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Solar_iOSTests.swift
3-
// Solar_iOSTests
2+
// SolarTests.swift
3+
// SolarTests
44
//
55
// Created by Chris Howell on 08/02/2017.
66
// Copyright © 2017 Chris Howell. All rights reserved.

0 commit comments

Comments
 (0)