|
322 | 322 | C81905B21DEA019100AE679C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
323 | 323 | C81905B91DEA0BD700AE679C /* ChangeSet+TestExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ChangeSet+TestExtensions.swift"; sourceTree = "<group>"; };
|
324 | 324 | C81905BD1DEA104400AE679C /* Array+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extensions.swift"; sourceTree = "<group>"; };
|
| 325 | + C82541851F363C76009F6C03 /* dependencies.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = dependencies.sh; sourceTree = "<group>"; }; |
325 | 326 | C8477FB81D29DBC90074454A /* IntegerType+IdentifiableType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IntegerType+IdentifiableType.swift"; sourceTree = "<group>"; };
|
326 | 327 | C8477FBC1D29DCE20074454A /* FloatingPointType+IdentifiableType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FloatingPointType+IdentifiableType.swift"; sourceTree = "<group>"; };
|
327 | 328 | C8595DA81DEA3D4800FA20CD /* AlgorithmTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlgorithmTests.swift; sourceTree = "<group>"; };
|
|
567 | 568 | C8984C501C36AF35001E4272 = {
|
568 | 569 | isa = PBXGroup;
|
569 | 570 | children = (
|
| 571 | + C82541851F363C76009F6C03 /* dependencies.sh */, |
570 | 572 | C861C0F01E153FC400BEDC46 /* RxDataSources.podspec */,
|
571 | 573 | C87C34191F36346A00DB85FE /* Rx.xcodeproj */,
|
572 | 574 | C85EE5461C36F1FC0090614D /* Sources */,
|
|
731 | 733 | C8984C981C36B6FA001E4272 /* Frameworks */,
|
732 | 734 | C8984C991C36B6FA001E4272 /* Resources */,
|
733 | 735 | C87C34A11F363B1400DB85FE /* Embed Frameworks */,
|
| 736 | + C82FDC991F3651D0002FA2B6 /* NormalizeCocoapods */, |
734 | 737 | );
|
735 | 738 | buildRules = (
|
736 | 739 | );
|
|
1064 | 1067 | 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";
|
1065 | 1068 | showEnvVarsInLog = 0;
|
1066 | 1069 | };
|
| 1070 | + C82FDC991F3651D0002FA2B6 /* NormalizeCocoapods */ = { |
| 1071 | + isa = PBXShellScriptBuildPhase; |
| 1072 | + buildActionMask = 2147483647; |
| 1073 | + files = ( |
| 1074 | + ); |
| 1075 | + inputPaths = ( |
| 1076 | + ); |
| 1077 | + name = NormalizeCocoapods; |
| 1078 | + outputPaths = ( |
| 1079 | + ); |
| 1080 | + runOnlyForDeploymentPostprocessing = 0; |
| 1081 | + shellPath = /bin/sh; |
| 1082 | + shellScript = "pushd \"${DERIVED_FILE_DIR}\"\nif [[ -d \"RxSwift/RxSwift.framework\" ]]; then\n ln -s \"RxSwift/RxSwift.framework\" RxSwift.framework\nfi\nif [[ -d \"RxCocoa/RxCocoa.framework\" ]]; then\n ln -s \"RxCocoa/RxCocoa.framework\" RxSwift.framework\nfi\npopd"; |
| 1083 | + }; |
1067 | 1084 | /* End PBXShellScriptBuildPhase section */
|
1068 | 1085 |
|
1069 | 1086 | /* Begin PBXSourcesBuildPhase section */
|
|
0 commit comments