|
39 | 39 | /* End PBXCopyFilesBuildPhase section */ |
40 | 40 |
|
41 | 41 | /* Begin PBXFileReference section */ |
| 42 | + 13BE6F8BF79FED0958E617CA /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; }; |
42 | 43 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; |
43 | 44 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; |
| 45 | + 15BE2897D1518D9BDD5AF970 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; }; |
44 | 46 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; |
45 | 47 | 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; }; |
46 | 48 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
|
57 | 59 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
58 | 60 | BEBBA521223FEA6600583D52 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
59 | 61 | D7BE9010C4F7FF033BA299B7 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 62 | + FDCB5E5FC17434D1FF8247D2 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; }; |
60 | 63 | /* End PBXFileReference section */ |
61 | 64 |
|
62 | 65 | /* Begin PBXFrameworksBuildPhase section */ |
|
84 | 87 | 8B5D251E963699100C93BD5E /* Pods */ = { |
85 | 88 | isa = PBXGroup; |
86 | 89 | children = ( |
| 90 | + FDCB5E5FC17434D1FF8247D2 /* Pods-Runner.debug.xcconfig */, |
| 91 | + 13BE6F8BF79FED0958E617CA /* Pods-Runner.release.xcconfig */, |
| 92 | + 15BE2897D1518D9BDD5AF970 /* Pods-Runner.profile.xcconfig */, |
87 | 93 | ); |
88 | 94 | name = Pods; |
89 | 95 | sourceTree = "<group>"; |
|
160 | 166 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
161 | 167 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
162 | 168 | EB6D2D2E068567EE260A8427 /* [CP] Embed Pods Frameworks */, |
| 169 | + CFD61D2B0A4C5DCF2308F823 /* [CP] Copy Pods Resources */, |
163 | 170 | ); |
164 | 171 | buildRules = ( |
165 | 172 | ); |
|
266 | 273 | 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"; |
267 | 274 | showEnvVarsInLog = 0; |
268 | 275 | }; |
| 276 | + CFD61D2B0A4C5DCF2308F823 /* [CP] Copy Pods Resources */ = { |
| 277 | + isa = PBXShellScriptBuildPhase; |
| 278 | + buildActionMask = 2147483647; |
| 279 | + files = ( |
| 280 | + ); |
| 281 | + inputFileListPaths = ( |
| 282 | + ); |
| 283 | + inputPaths = ( |
| 284 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh", |
| 285 | + "${PODS_CONFIGURATION_BUILD_DIR}/flutter_downloader/FlutterDownloaderDatabase.bundle", |
| 286 | + ); |
| 287 | + name = "[CP] Copy Pods Resources"; |
| 288 | + outputFileListPaths = ( |
| 289 | + ); |
| 290 | + outputPaths = ( |
| 291 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FlutterDownloaderDatabase.bundle", |
| 292 | + ); |
| 293 | + runOnlyForDeploymentPostprocessing = 0; |
| 294 | + shellPath = /bin/sh; |
| 295 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; |
| 296 | + showEnvVarsInLog = 0; |
| 297 | + }; |
269 | 298 | EB6D2D2E068567EE260A8427 /* [CP] Embed Pods Frameworks */ = { |
270 | 299 | isa = PBXShellScriptBuildPhase; |
271 | 300 | buildActionMask = 2147483647; |
272 | 301 | files = ( |
273 | 302 | ); |
274 | 303 | inputPaths = ( |
275 | | - "${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
| 304 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
276 | 305 | "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", |
277 | 306 | ); |
278 | 307 | name = "[CP] Embed Pods Frameworks"; |
|
281 | 310 | ); |
282 | 311 | runOnlyForDeploymentPostprocessing = 0; |
283 | 312 | shellPath = /bin/sh; |
284 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 313 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
285 | 314 | showEnvVarsInLog = 0; |
286 | 315 | }; |
287 | 316 | /* End PBXShellScriptBuildPhase section */ |
|
0 commit comments