|
11 | 11 | 3BB28BD3D65B1369D1A64960 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 54597D6B66FBF23FCBF1A7DB /* Images.xcassets */; };
|
12 | 12 | 84E694181E51B3B4646D1225 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49505648CF8974BEF397F106 /* Main.storyboard */; };
|
13 | 13 | 8E1DB46DA84AA944224297EC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18CF27BE5242F49EDEA89577 /* ViewController.swift */; };
|
| 14 | + D4892574CEB9161639C20869 /* Pods_RxRealmDemo_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10CA015110DF798304ED7543 /* Pods_RxRealmDemo_iOS.framework */; }; |
14 | 15 | DAEB28CFA861A50143F84323 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6298C0EF6C7C86E33743B8B5 /* AppDelegate.swift */; };
|
15 | 16 | /* End PBXBuildFile section */
|
16 | 17 |
|
17 | 18 | /* Begin PBXFileReference section */
|
| 19 | + 10CA015110DF798304ED7543 /* Pods_RxRealmDemo_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RxRealmDemo_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 20 | + 134BEAE91A12B5CD042607E6 /* Pods-RxRealmDemo-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RxRealmDemo-iOS.release.xcconfig"; path = "Target Support Files/Pods-RxRealmDemo-iOS/Pods-RxRealmDemo-iOS.release.xcconfig"; sourceTree = "<group>"; }; |
18 | 21 | 18CF27BE5242F49EDEA89577 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
| 22 | + 4F952C34DD4B82E9E012B678 /* Pods-RxRealmDemo-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RxRealmDemo-iOS.debug.xcconfig"; path = "Target Support Files/Pods-RxRealmDemo-iOS/Pods-RxRealmDemo-iOS.debug.xcconfig"; sourceTree = "<group>"; }; |
19 | 23 | 5050BD06022D9BA067993ACD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
20 | 24 | 54597D6B66FBF23FCBF1A7DB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
21 | 25 | 6298C0EF6C7C86E33743B8B5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
24 | 28 | C430B976866CC45900487D76 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
25 | 29 | /* End PBXFileReference section */
|
26 | 30 |
|
| 31 | +/* Begin PBXFrameworksBuildPhase section */ |
| 32 | + E04013C2F780BB33A90A86BA /* Frameworks */ = { |
| 33 | + isa = PBXFrameworksBuildPhase; |
| 34 | + buildActionMask = 2147483647; |
| 35 | + files = ( |
| 36 | + D4892574CEB9161639C20869 /* Pods_RxRealmDemo_iOS.framework in Frameworks */, |
| 37 | + ); |
| 38 | + runOnlyForDeploymentPostprocessing = 0; |
| 39 | + }; |
| 40 | +/* End PBXFrameworksBuildPhase section */ |
| 41 | + |
27 | 42 | /* Begin PBXGroup section */
|
28 | 43 | 4A214DAA98C5247C1C84689A /* RxRealmDemo-iOS */ = {
|
29 | 44 | isa = PBXGroup;
|
|
46 | 61 | name = Products;
|
47 | 62 | sourceTree = "<group>";
|
48 | 63 | };
|
| 64 | + 88600FDA4DAB72A51A9EACBF /* Frameworks */ = { |
| 65 | + isa = PBXGroup; |
| 66 | + children = ( |
| 67 | + 10CA015110DF798304ED7543 /* Pods_RxRealmDemo_iOS.framework */, |
| 68 | + ); |
| 69 | + name = Frameworks; |
| 70 | + sourceTree = "<group>"; |
| 71 | + }; |
| 72 | + 8DBD6278D187BEFFF563E53D /* Pods */ = { |
| 73 | + isa = PBXGroup; |
| 74 | + children = ( |
| 75 | + 4F952C34DD4B82E9E012B678 /* Pods-RxRealmDemo-iOS.debug.xcconfig */, |
| 76 | + 134BEAE91A12B5CD042607E6 /* Pods-RxRealmDemo-iOS.release.xcconfig */, |
| 77 | + ); |
| 78 | + name = Pods; |
| 79 | + path = Pods; |
| 80 | + sourceTree = "<group>"; |
| 81 | + }; |
49 | 82 | A6E8CE38563E4EA24A16F2CD = {
|
50 | 83 | isa = PBXGroup;
|
51 | 84 | children = (
|
52 | 85 | 4A214DAA98C5247C1C84689A /* RxRealmDemo-iOS */,
|
53 | 86 | 6531959FA0DFC568430ACAAB /* Products */,
|
| 87 | + 8DBD6278D187BEFFF563E53D /* Pods */, |
| 88 | + 88600FDA4DAB72A51A9EACBF /* Frameworks */, |
54 | 89 | );
|
55 | 90 | indentWidth = 2;
|
56 | 91 | sourceTree = "<group>";
|
|
64 | 99 | isa = PBXNativeTarget;
|
65 | 100 | buildConfigurationList = 960759C5E7AEB6ABF2CBF1A5 /* Build configuration list for PBXNativeTarget "RxRealmDemo-iOS" */;
|
66 | 101 | buildPhases = (
|
| 102 | + F562FF3C332086030AC7078B /* [CP] Check Pods Manifest.lock */, |
67 | 103 | 9F070CB36A79D85BB2876A0D /* Sources */,
|
68 | 104 | 5C6A37C6E8CA2E27A0ECA6AA /* Resources */,
|
| 105 | + E04013C2F780BB33A90A86BA /* Frameworks */, |
| 106 | + 6371E92950D311C142D4BE5E /* [CP] Embed Pods Frameworks */, |
69 | 107 | );
|
70 | 108 | buildRules = (
|
71 | 109 | );
|
|
96 | 134 | en,
|
97 | 135 | );
|
98 | 136 | mainGroup = A6E8CE38563E4EA24A16F2CD;
|
| 137 | + productRefGroup = 6531959FA0DFC568430ACAAB /* Products */; |
99 | 138 | projectDirPath = "";
|
100 | 139 | projectRoot = "";
|
101 | 140 | targets = (
|
|
117 | 156 | };
|
118 | 157 | /* End PBXResourcesBuildPhase section */
|
119 | 158 |
|
| 159 | +/* Begin PBXShellScriptBuildPhase section */ |
| 160 | + 6371E92950D311C142D4BE5E /* [CP] Embed Pods Frameworks */ = { |
| 161 | + isa = PBXShellScriptBuildPhase; |
| 162 | + buildActionMask = 2147483647; |
| 163 | + files = ( |
| 164 | + ); |
| 165 | + inputFileListPaths = ( |
| 166 | + "${PODS_ROOT}/Target Support Files/Pods-RxRealmDemo-iOS/Pods-RxRealmDemo-iOS-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 167 | + ); |
| 168 | + name = "[CP] Embed Pods Frameworks"; |
| 169 | + outputFileListPaths = ( |
| 170 | + "${PODS_ROOT}/Target Support Files/Pods-RxRealmDemo-iOS/Pods-RxRealmDemo-iOS-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 171 | + ); |
| 172 | + runOnlyForDeploymentPostprocessing = 0; |
| 173 | + shellPath = /bin/sh; |
| 174 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RxRealmDemo-iOS/Pods-RxRealmDemo-iOS-frameworks.sh\"\n"; |
| 175 | + showEnvVarsInLog = 0; |
| 176 | + }; |
| 177 | + F562FF3C332086030AC7078B /* [CP] Check Pods Manifest.lock */ = { |
| 178 | + isa = PBXShellScriptBuildPhase; |
| 179 | + buildActionMask = 2147483647; |
| 180 | + files = ( |
| 181 | + ); |
| 182 | + inputFileListPaths = ( |
| 183 | + ); |
| 184 | + inputPaths = ( |
| 185 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 186 | + "${PODS_ROOT}/Manifest.lock", |
| 187 | + ); |
| 188 | + name = "[CP] Check Pods Manifest.lock"; |
| 189 | + outputFileListPaths = ( |
| 190 | + ); |
| 191 | + outputPaths = ( |
| 192 | + "$(DERIVED_FILE_DIR)/Pods-RxRealmDemo-iOS-checkManifestLockResult.txt", |
| 193 | + ); |
| 194 | + runOnlyForDeploymentPostprocessing = 0; |
| 195 | + shellPath = /bin/sh; |
| 196 | + 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"; |
| 197 | + showEnvVarsInLog = 0; |
| 198 | + }; |
| 199 | +/* End PBXShellScriptBuildPhase section */ |
| 200 | + |
120 | 201 | /* Begin PBXSourcesBuildPhase section */
|
121 | 202 | 9F070CB36A79D85BB2876A0D /* Sources */ = {
|
122 | 203 | isa = PBXSourcesBuildPhase;
|
|
151 | 232 | /* Begin XCBuildConfiguration section */
|
152 | 233 | 0FCE882B186F10CBD63A5EF1 /* Debug */ = {
|
153 | 234 | isa = XCBuildConfiguration;
|
| 235 | + baseConfigurationReference = 4F952C34DD4B82E9E012B678 /* Pods-RxRealmDemo-iOS.debug.xcconfig */; |
154 | 236 | buildSettings = {
|
155 | 237 | ASSETCATALOG_COMPILER_APPICON_NAME = "$(APP_ICON_NAME)";
|
156 | 238 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
233 | 315 | };
|
234 | 316 | 84000E9CA8521983711240B4 /* Release */ = {
|
235 | 317 | isa = XCBuildConfiguration;
|
| 318 | + baseConfigurationReference = 134BEAE91A12B5CD042607E6 /* Pods-RxRealmDemo-iOS.release.xcconfig */; |
236 | 319 | buildSettings = {
|
237 | 320 | ASSETCATALOG_COMPILER_APPICON_NAME = "$(APP_ICON_NAME)";
|
238 | 321 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
0 commit comments