Skip to content

Commit 5a7668a

Browse files
Update project for abstract target with xcode9
- remove old Pods-SwiftWeatherTests to use the new Pods-Tests-SwiftWeatherTests
1 parent 9c40b5c commit 5a7668a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

SwiftWeather.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
1E8FF8444E2C29BD30B867EF /* Pods_Tests_SwiftWeatherUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 418594A8DD8093A647A30E12 /* Pods_Tests_SwiftWeatherUITests.framework */; };
11-
2243FE9A2727187E86FF04FC /* Pods_SwiftWeatherTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4717075E21C23E8584AC2FB9 /* Pods_SwiftWeatherTests.framework */; };
1211
5120F2EFC3DE077315306794 /* Pods_SwiftWeather.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF971A1BA4A6D64984CB0A75 /* Pods_SwiftWeather.framework */; };
1312
655E8966C3E09626A8221261 /* Pods_Tests_SwiftWeatherTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 342A91306F3CF92DD999C97D /* Pods_Tests_SwiftWeatherTests.framework */; };
1413
AE09C4301B9723DE00C7CCED /* LocationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE09C42F1B9723DE00C7CCED /* LocationService.swift */; };
@@ -60,12 +59,9 @@
6059
/* End PBXContainerItemProxy section */
6160

6261
/* Begin PBXFileReference section */
63-
2B08B7D462F3A98915CC2445 /* Pods-SwiftWeatherTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftWeatherTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftWeatherTests/Pods-SwiftWeatherTests.release.xcconfig"; sourceTree = "<group>"; };
6462
342A91306F3CF92DD999C97D /* Pods_Tests_SwiftWeatherTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_SwiftWeatherTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6563
418594A8DD8093A647A30E12 /* Pods_Tests_SwiftWeatherUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_SwiftWeatherUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66-
4717075E21C23E8584AC2FB9 /* Pods_SwiftWeatherTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftWeatherTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6764
53EEE101C82E858E57980710 /* Pods-Tests-SwiftWeatherUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests-SwiftWeatherUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests-SwiftWeatherUITests/Pods-Tests-SwiftWeatherUITests.release.xcconfig"; sourceTree = "<group>"; };
68-
5F7BA3CA9A631826379B2C68 /* Pods-SwiftWeatherTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftWeatherTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftWeatherTests/Pods-SwiftWeatherTests.debug.xcconfig"; sourceTree = "<group>"; };
6965
900AFFBB41C69FC277CB0A33 /* Pods-SwiftWeather.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftWeather.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftWeather/Pods-SwiftWeather.debug.xcconfig"; sourceTree = "<group>"; };
7066
919B9EF9E5898277AD9C772A /* Pods-Tests-SwiftWeatherUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests-SwiftWeatherUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests-SwiftWeatherUITests/Pods-Tests-SwiftWeatherUITests.debug.xcconfig"; sourceTree = "<group>"; };
7167
AE09C42F1B9723DE00C7CCED /* LocationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationService.swift; sourceTree = "<group>"; };
@@ -122,7 +118,6 @@
122118
isa = PBXFrameworksBuildPhase;
123119
buildActionMask = 2147483647;
124120
files = (
125-
2243FE9A2727187E86FF04FC /* Pods_SwiftWeatherTests.framework in Frameworks */,
126121
655E8966C3E09626A8221261 /* Pods_Tests_SwiftWeatherTests.framework in Frameworks */,
127122
);
128123
runOnlyForDeploymentPostprocessing = 0;
@@ -142,7 +137,6 @@
142137
isa = PBXGroup;
143138
children = (
144139
BF971A1BA4A6D64984CB0A75 /* Pods_SwiftWeather.framework */,
145-
4717075E21C23E8584AC2FB9 /* Pods_SwiftWeatherTests.framework */,
146140
342A91306F3CF92DD999C97D /* Pods_Tests_SwiftWeatherTests.framework */,
147141
418594A8DD8093A647A30E12 /* Pods_Tests_SwiftWeatherUITests.framework */,
148142
);
@@ -288,8 +282,6 @@
288282
children = (
289283
900AFFBB41C69FC277CB0A33 /* Pods-SwiftWeather.debug.xcconfig */,
290284
E835C39D4B929F35B6A57B12 /* Pods-SwiftWeather.release.xcconfig */,
291-
5F7BA3CA9A631826379B2C68 /* Pods-SwiftWeatherTests.debug.xcconfig */,
292-
2B08B7D462F3A98915CC2445 /* Pods-SwiftWeatherTests.release.xcconfig */,
293285
BFCBC7111E6F5822A73508A5 /* Pods-Tests-SwiftWeatherTests.debug.xcconfig */,
294286
F4007F80070D3AAE1C564D8D /* Pods-Tests-SwiftWeatherTests.release.xcconfig */,
295287
919B9EF9E5898277AD9C772A /* Pods-Tests-SwiftWeatherUITests.debug.xcconfig */,
@@ -479,7 +471,7 @@
479471
);
480472
name = "[CP] Check Pods Manifest.lock";
481473
outputPaths = (
482-
"$(DERIVED_FILE_DIR)/Pods-SwiftWeatherTests-checkManifestLockResult.txt",
474+
"$(DERIVED_FILE_DIR)/Pods-Tests-SwiftWeatherTests-checkManifestLockResult.txt",
483475
);
484476
runOnlyForDeploymentPostprocessing = 0;
485477
shellPath = /bin/sh;
@@ -492,7 +484,7 @@
492484
files = (
493485
);
494486
inputPaths = (
495-
"${SRCROOT}/Pods/Target Support Files/Pods-SwiftWeatherTests/Pods-SwiftWeatherTests-frameworks.sh",
487+
"${SRCROOT}/Pods/Target Support Files/Pods-Tests-SwiftWeatherTests/Pods-Tests-SwiftWeatherTests-frameworks.sh",
496488
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
497489
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
498490
);
@@ -545,9 +537,12 @@
545537
files = (
546538
);
547539
inputPaths = (
540+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
541+
"${PODS_ROOT}/Manifest.lock",
548542
);
549543
name = "[CP] Check Pods Manifest.lock";
550544
outputPaths = (
545+
"$(DERIVED_FILE_DIR)/Pods-Tests-SwiftWeatherUITests-checkManifestLockResult.txt",
551546
);
552547
runOnlyForDeploymentPostprocessing = 0;
553548
shellPath = /bin/sh;
@@ -606,9 +601,14 @@
606601
files = (
607602
);
608603
inputPaths = (
604+
"${SRCROOT}/Pods/Target Support Files/Pods-Tests-SwiftWeatherUITests/Pods-Tests-SwiftWeatherUITests-frameworks.sh",
605+
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
606+
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
609607
);
610608
name = "[CP] Embed Pods Frameworks";
611609
outputPaths = (
610+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
611+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework",
612612
);
613613
runOnlyForDeploymentPostprocessing = 0;
614614
shellPath = /bin/sh;

0 commit comments

Comments
 (0)