|
149 | 149 | isa = PBXNativeTarget; |
150 | 150 | buildConfigurationList = 2B8B01B41CB12B6600F03947 /* Build configuration list for PBXNativeTarget "iOS Example" */; |
151 | 151 | buildPhases = ( |
| 152 | + 2B5C4C7B1CB12BE0003CA077 /* Generate Licenses Plist */, |
152 | 153 | 65BAF183D333E2E8606F96C7 /* [CP] Check Pods Manifest.lock */, |
153 | 154 | 2B8B019E1CB12B6600F03947 /* Sources */, |
154 | 155 | 2B8B019F1CB12B6600F03947 /* Frameworks */, |
155 | | - 2B5C4C7B1CB12BE0003CA077 /* Generate Licenses Plist */, |
156 | 156 | 2B8B01A01CB12B6600F03947 /* Resources */, |
157 | 157 | 2BF95C631CB1303B00429D0B /* Embed Framework */, |
158 | 158 | 7B4799681485A521CA3C59A2 /* [CP] Embed Pods Frameworks */, |
|
264 | 264 | ); |
265 | 265 | runOnlyForDeploymentPostprocessing = 0; |
266 | 266 | shellPath = /bin/sh; |
267 | | - shellScript = "../credits.py -s \"$SRCROOT/Licenses\" -o \"$SRCROOT/LicensesViewControllerExample/Credits.plist\""; |
| 267 | + shellScript = "../credits.py -s \"${PODS_ROOT}\" -o \"$SRCROOT/LicensesViewControllerExample/Credits.plist\"\n"; |
268 | 268 | }; |
269 | 269 | 2B5C4C7B1CB12BE0003CA077 /* Generate Licenses Plist */ = { |
270 | 270 | isa = PBXShellScriptBuildPhase; |
|
278 | 278 | ); |
279 | 279 | runOnlyForDeploymentPostprocessing = 0; |
280 | 280 | shellPath = /bin/sh; |
281 | | - shellScript = "../credits.py -s \"$SRCROOT/Licenses\" -o \"$SRCROOT/LicensesViewControllerExample/Credits.plist\""; |
| 281 | + shellScript = "../credits.py -s \"${PODS_ROOT}\" -o \"$SRCROOT/LicensesViewControllerExample/Credits.plist\"\n"; |
282 | 282 | }; |
283 | 283 | 65BAF183D333E2E8606F96C7 /* [CP] Check Pods Manifest.lock */ = { |
284 | 284 | isa = PBXShellScriptBuildPhase; |
|
305 | 305 | ); |
306 | 306 | inputPaths = ( |
307 | 307 | "${PODS_ROOT}/Target Support Files/Pods-iOS Example/Pods-iOS Example-frameworks.sh", |
| 308 | + "${BUILT_PRODUCTS_DIR}/Alamofire-iOS/Alamofire.framework", |
308 | 309 | "${BUILT_PRODUCTS_DIR}/LicensesViewController-iOS/LicensesViewController.framework", |
| 310 | + "${BUILT_PRODUCTS_DIR}/SwiftyJSON-iOS/SwiftyJSON.framework", |
309 | 311 | ); |
310 | 312 | name = "[CP] Embed Pods Frameworks"; |
311 | 313 | outputPaths = ( |
| 314 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", |
312 | 315 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LicensesViewController.framework", |
| 316 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework", |
313 | 317 | ); |
314 | 318 | runOnlyForDeploymentPostprocessing = 0; |
315 | 319 | shellPath = /bin/sh; |
|
341 | 345 | ); |
342 | 346 | inputPaths = ( |
343 | 347 | "${PODS_ROOT}/Target Support Files/Pods-tvOS Example/Pods-tvOS Example-frameworks.sh", |
| 348 | + "${BUILT_PRODUCTS_DIR}/Alamofire-tvOS/Alamofire.framework", |
344 | 349 | "${BUILT_PRODUCTS_DIR}/LicensesViewController-tvOS/LicensesViewController.framework", |
| 350 | + "${BUILT_PRODUCTS_DIR}/SwiftyJSON-tvOS/SwiftyJSON.framework", |
345 | 351 | ); |
346 | 352 | name = "[CP] Embed Pods Frameworks"; |
347 | 353 | outputPaths = ( |
| 354 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", |
348 | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LicensesViewController.framework", |
| 356 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework", |
349 | 357 | ); |
350 | 358 | runOnlyForDeploymentPostprocessing = 0; |
351 | 359 | shellPath = /bin/sh; |
|
0 commit comments