|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 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 */; }; |
12 | 11 | 5120F2EFC3DE077315306794 /* Pods_SwiftWeather.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF971A1BA4A6D64984CB0A75 /* Pods_SwiftWeather.framework */; }; |
13 | 12 | 655E8966C3E09626A8221261 /* Pods_Tests_SwiftWeatherTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 342A91306F3CF92DD999C97D /* Pods_Tests_SwiftWeatherTests.framework */; }; |
14 | 13 | AE09C4301B9723DE00C7CCED /* LocationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE09C42F1B9723DE00C7CCED /* LocationService.swift */; }; |
|
60 | 59 | /* End PBXContainerItemProxy section */ |
61 | 60 |
|
62 | 61 | /* 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>"; }; |
64 | 62 | 342A91306F3CF92DD999C97D /* Pods_Tests_SwiftWeatherTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_SwiftWeatherTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
65 | 63 | 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; }; |
67 | 64 | 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>"; }; |
69 | 65 | 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>"; }; |
70 | 66 | 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>"; }; |
71 | 67 | AE09C42F1B9723DE00C7CCED /* LocationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationService.swift; sourceTree = "<group>"; }; |
|
122 | 118 | isa = PBXFrameworksBuildPhase; |
123 | 119 | buildActionMask = 2147483647; |
124 | 120 | files = ( |
125 | | - 2243FE9A2727187E86FF04FC /* Pods_SwiftWeatherTests.framework in Frameworks */, |
126 | 121 | 655E8966C3E09626A8221261 /* Pods_Tests_SwiftWeatherTests.framework in Frameworks */, |
127 | 122 | ); |
128 | 123 | runOnlyForDeploymentPostprocessing = 0; |
|
142 | 137 | isa = PBXGroup; |
143 | 138 | children = ( |
144 | 139 | BF971A1BA4A6D64984CB0A75 /* Pods_SwiftWeather.framework */, |
145 | | - 4717075E21C23E8584AC2FB9 /* Pods_SwiftWeatherTests.framework */, |
146 | 140 | 342A91306F3CF92DD999C97D /* Pods_Tests_SwiftWeatherTests.framework */, |
147 | 141 | 418594A8DD8093A647A30E12 /* Pods_Tests_SwiftWeatherUITests.framework */, |
148 | 142 | ); |
|
288 | 282 | children = ( |
289 | 283 | 900AFFBB41C69FC277CB0A33 /* Pods-SwiftWeather.debug.xcconfig */, |
290 | 284 | E835C39D4B929F35B6A57B12 /* Pods-SwiftWeather.release.xcconfig */, |
291 | | - 5F7BA3CA9A631826379B2C68 /* Pods-SwiftWeatherTests.debug.xcconfig */, |
292 | | - 2B08B7D462F3A98915CC2445 /* Pods-SwiftWeatherTests.release.xcconfig */, |
293 | 285 | BFCBC7111E6F5822A73508A5 /* Pods-Tests-SwiftWeatherTests.debug.xcconfig */, |
294 | 286 | F4007F80070D3AAE1C564D8D /* Pods-Tests-SwiftWeatherTests.release.xcconfig */, |
295 | 287 | 919B9EF9E5898277AD9C772A /* Pods-Tests-SwiftWeatherUITests.debug.xcconfig */, |
|
479 | 471 | ); |
480 | 472 | name = "[CP] Check Pods Manifest.lock"; |
481 | 473 | outputPaths = ( |
482 | | - "$(DERIVED_FILE_DIR)/Pods-SwiftWeatherTests-checkManifestLockResult.txt", |
| 474 | + "$(DERIVED_FILE_DIR)/Pods-Tests-SwiftWeatherTests-checkManifestLockResult.txt", |
483 | 475 | ); |
484 | 476 | runOnlyForDeploymentPostprocessing = 0; |
485 | 477 | shellPath = /bin/sh; |
|
492 | 484 | files = ( |
493 | 485 | ); |
494 | 486 | 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", |
496 | 488 | "${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework", |
497 | 489 | "${BUILT_PRODUCTS_DIR}/Quick/Quick.framework", |
498 | 490 | ); |
|
545 | 537 | files = ( |
546 | 538 | ); |
547 | 539 | inputPaths = ( |
| 540 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 541 | + "${PODS_ROOT}/Manifest.lock", |
548 | 542 | ); |
549 | 543 | name = "[CP] Check Pods Manifest.lock"; |
550 | 544 | outputPaths = ( |
| 545 | + "$(DERIVED_FILE_DIR)/Pods-Tests-SwiftWeatherUITests-checkManifestLockResult.txt", |
551 | 546 | ); |
552 | 547 | runOnlyForDeploymentPostprocessing = 0; |
553 | 548 | shellPath = /bin/sh; |
|
606 | 601 | files = ( |
607 | 602 | ); |
608 | 603 | 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", |
609 | 607 | ); |
610 | 608 | name = "[CP] Embed Pods Frameworks"; |
611 | 609 | outputPaths = ( |
| 610 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework", |
| 611 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework", |
612 | 612 | ); |
613 | 613 | runOnlyForDeploymentPostprocessing = 0; |
614 | 614 | shellPath = /bin/sh; |
|
0 commit comments