|
19 | 19 | 035F28D61DA95C580060CE31 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 035F28CB1DA95C050060CE31 /* AppDelegate.swift */; };
|
20 | 20 | 035F28D71DA95C5B0060CE31 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 035F28CD1DA95C050060CE31 /* ViewController.swift */; };
|
21 | 21 | 198DAF5A87143EF56B410376 /* Pods_RxKeyboard_RxKeyboardDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FD6156651B6B63C23AC292E /* Pods_RxKeyboard_RxKeyboardDemo.framework */; };
|
| 22 | + 641FB273609F21EA14F6095F /* Pods_RxKeyboard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 387849BCC512BDBC37A69346 /* Pods_RxKeyboard.framework */; }; |
22 | 23 | /* End PBXBuildFile section */
|
23 | 24 |
|
24 | 25 | /* Begin PBXContainerItemProxy section */
|
|
90 | 91 | files = (
|
91 | 92 | 034E7CA71DAD548900CFC398 /* RxCocoa.framework in Frameworks */,
|
92 | 93 | 034E7CA81DAD548900CFC398 /* RxSwift.framework in Frameworks */,
|
| 94 | + 641FB273609F21EA14F6095F /* Pods_RxKeyboard.framework in Frameworks */, |
93 | 95 | );
|
94 | 96 | runOnlyForDeploymentPostprocessing = 0;
|
95 | 97 | };
|
|
256 | 258 | isa = PBXNativeTarget;
|
257 | 259 | buildConfigurationList = 03A258D31DA94EC50035A85B /* Build configuration list for PBXNativeTarget "RxKeyboard" */;
|
258 | 260 | buildPhases = (
|
| 261 | + BE606DDA4B61A0A93A63B295 /* [CP] Check Pods Manifest.lock */, |
259 | 262 | 03A258C61DA94EC50035A85B /* Sources */,
|
260 | 263 | 03A258C71DA94EC50035A85B /* Frameworks */,
|
261 | 264 | 03A258C81DA94EC50035A85B /* Headers */,
|
262 | 265 | 03A258C91DA94EC50035A85B /* Resources */,
|
| 266 | + D4203A7C88F4012FC8BC79F0 /* [CP] Copy Pods Resources */, |
263 | 267 | );
|
264 | 268 | buildRules = (
|
265 | 269 | );
|
|
360 | 364 | );
|
361 | 365 | runOnlyForDeploymentPostprocessing = 0;
|
362 | 366 | shellPath = /bin/sh;
|
363 |
| - 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"; |
| 367 | + shellScript = "diff \"${PODS_ROOT}/../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"; |
364 | 368 | showEnvVarsInLog = 0;
|
365 | 369 | };
|
366 | 370 | 9656CB0F46CF53436628B86B /* [CP] Embed Pods Frameworks */ = {
|
|
378 | 382 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxKeyboard-RxKeyboardDemo/Pods-RxKeyboard-RxKeyboardDemo-frameworks.sh\"\n";
|
379 | 383 | showEnvVarsInLog = 0;
|
380 | 384 | };
|
| 385 | + BE606DDA4B61A0A93A63B295 /* [CP] Check Pods Manifest.lock */ = { |
| 386 | + isa = PBXShellScriptBuildPhase; |
| 387 | + buildActionMask = 2147483647; |
| 388 | + files = ( |
| 389 | + ); |
| 390 | + inputPaths = ( |
| 391 | + ); |
| 392 | + name = "[CP] Check Pods Manifest.lock"; |
| 393 | + outputPaths = ( |
| 394 | + ); |
| 395 | + runOnlyForDeploymentPostprocessing = 0; |
| 396 | + shellPath = /bin/sh; |
| 397 | + shellScript = "diff \"${PODS_ROOT}/../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"; |
| 398 | + showEnvVarsInLog = 0; |
| 399 | + }; |
| 400 | + D4203A7C88F4012FC8BC79F0 /* [CP] Copy Pods Resources */ = { |
| 401 | + isa = PBXShellScriptBuildPhase; |
| 402 | + buildActionMask = 2147483647; |
| 403 | + files = ( |
| 404 | + ); |
| 405 | + inputPaths = ( |
| 406 | + ); |
| 407 | + name = "[CP] Copy Pods Resources"; |
| 408 | + outputPaths = ( |
| 409 | + ); |
| 410 | + runOnlyForDeploymentPostprocessing = 0; |
| 411 | + shellPath = /bin/sh; |
| 412 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxKeyboard/Pods-RxKeyboard-resources.sh\"\n"; |
| 413 | + showEnvVarsInLog = 0; |
| 414 | + }; |
381 | 415 | /* End PBXShellScriptBuildPhase section */
|
382 | 416 |
|
383 | 417 | /* Begin PBXSourcesBuildPhase section */
|
|
0 commit comments