|
180 | 180 | 607FACCD1AFB9204008FA782 /* Frameworks */, |
181 | 181 | 607FACCE1AFB9204008FA782 /* Resources */, |
182 | 182 | 2F9B7DBCCFD9FA3A608F5778 /* [CP] Embed Pods Frameworks */, |
183 | | - D2747CFAE24668C4A4A7A5CD /* [CP] Copy Pods Resources */, |
184 | 183 | ); |
185 | 184 | buildRules = ( |
186 | 185 | ); |
|
200 | 199 | 607FACE21AFB9204008FA782 /* Frameworks */, |
201 | 200 | 607FACE31AFB9204008FA782 /* Resources */, |
202 | 201 | AAE727B9796F5522D9F2D1A3 /* [CP] Embed Pods Frameworks */, |
203 | | - D8E87E0916248D165CAEACDC /* [CP] Copy Pods Resources */, |
204 | 202 | ); |
205 | 203 | buildRules = ( |
206 | 204 | ); |
|
280 | 278 | files = ( |
281 | 279 | ); |
282 | 280 | inputPaths = ( |
| 281 | + "${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-frameworks.sh", |
| 282 | + "${BUILT_PRODUCTS_DIR}/GrowingTextView/GrowingTextView.framework", |
283 | 283 | ); |
284 | 284 | name = "[CP] Embed Pods Frameworks"; |
285 | 285 | outputPaths = ( |
| 286 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GrowingTextView.framework", |
286 | 287 | ); |
287 | 288 | runOnlyForDeploymentPostprocessing = 0; |
288 | 289 | shellPath = /bin/sh; |
289 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-frameworks.sh\"\n"; |
| 290 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-frameworks.sh\"\n"; |
290 | 291 | showEnvVarsInLog = 0; |
291 | 292 | }; |
292 | 293 | 8E5AD08CEE7346DC917D10CA /* [CP] Check Pods Manifest.lock */ = { |
|
295 | 296 | files = ( |
296 | 297 | ); |
297 | 298 | inputPaths = ( |
| 299 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 300 | + "${PODS_ROOT}/Manifest.lock", |
298 | 301 | ); |
299 | 302 | name = "[CP] Check Pods Manifest.lock"; |
300 | 303 | outputPaths = ( |
| 304 | + "$(DERIVED_FILE_DIR)/Pods-GrowingTextView_Tests-checkManifestLockResult.txt", |
301 | 305 | ); |
302 | 306 | runOnlyForDeploymentPostprocessing = 0; |
303 | 307 | shellPath = /bin/sh; |
304 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 308 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
305 | 309 | showEnvVarsInLog = 0; |
306 | 310 | }; |
307 | 311 | AAE727B9796F5522D9F2D1A3 /* [CP] Embed Pods Frameworks */ = { |
|
310 | 314 | files = ( |
311 | 315 | ); |
312 | 316 | inputPaths = ( |
| 317 | + "${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-frameworks.sh", |
| 318 | + "${BUILT_PRODUCTS_DIR}/GrowingTextView/GrowingTextView.framework", |
313 | 319 | ); |
314 | 320 | name = "[CP] Embed Pods Frameworks"; |
315 | 321 | outputPaths = ( |
| 322 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GrowingTextView.framework", |
316 | 323 | ); |
317 | 324 | runOnlyForDeploymentPostprocessing = 0; |
318 | 325 | shellPath = /bin/sh; |
319 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-frameworks.sh\"\n"; |
320 | | - showEnvVarsInLog = 0; |
321 | | - }; |
322 | | - D2747CFAE24668C4A4A7A5CD /* [CP] Copy Pods Resources */ = { |
323 | | - isa = PBXShellScriptBuildPhase; |
324 | | - buildActionMask = 2147483647; |
325 | | - files = ( |
326 | | - ); |
327 | | - inputPaths = ( |
328 | | - ); |
329 | | - name = "[CP] Copy Pods Resources"; |
330 | | - outputPaths = ( |
331 | | - ); |
332 | | - runOnlyForDeploymentPostprocessing = 0; |
333 | | - shellPath = /bin/sh; |
334 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-resources.sh\"\n"; |
335 | | - showEnvVarsInLog = 0; |
336 | | - }; |
337 | | - D8E87E0916248D165CAEACDC /* [CP] Copy Pods Resources */ = { |
338 | | - isa = PBXShellScriptBuildPhase; |
339 | | - buildActionMask = 2147483647; |
340 | | - files = ( |
341 | | - ); |
342 | | - inputPaths = ( |
343 | | - ); |
344 | | - name = "[CP] Copy Pods Resources"; |
345 | | - outputPaths = ( |
346 | | - ); |
347 | | - runOnlyForDeploymentPostprocessing = 0; |
348 | | - shellPath = /bin/sh; |
349 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-resources.sh\"\n"; |
| 326 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-frameworks.sh\"\n"; |
350 | 327 | showEnvVarsInLog = 0; |
351 | 328 | }; |
352 | 329 | ED59FF2782107FC691D220C3 /* [CP] Check Pods Manifest.lock */ = { |
|
355 | 332 | files = ( |
356 | 333 | ); |
357 | 334 | inputPaths = ( |
| 335 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 336 | + "${PODS_ROOT}/Manifest.lock", |
358 | 337 | ); |
359 | 338 | name = "[CP] Check Pods Manifest.lock"; |
360 | 339 | outputPaths = ( |
| 340 | + "$(DERIVED_FILE_DIR)/Pods-GrowingTextView_Example-checkManifestLockResult.txt", |
361 | 341 | ); |
362 | 342 | runOnlyForDeploymentPostprocessing = 0; |
363 | 343 | shellPath = /bin/sh; |
364 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 344 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
365 | 345 | showEnvVarsInLog = 0; |
366 | 346 | }; |
367 | 347 | /* End PBXShellScriptBuildPhase section */ |
|
0 commit comments