|
55 | 55 | 5F1FA05866A2D0FCA3287B20 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = "<group>"; }; |
56 | 56 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
57 | 57 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 58 | + 784666492D4C4C64000A1A5F /* FlutterFramework */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterFramework; path = Flutter/ephemeral/Packages/.packages/FlutterFramework; sourceTree = "<group>"; }; |
| 59 | + 78DABEA22ED26510000E7860 /* firebase_ai */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = firebase_ai; path = ../../ios/firebase_ai; sourceTree = "<group>"; }; |
| 60 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; }; |
58 | 61 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
59 | 62 | 8ACDC47C7E9AF1A1B9595598 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; }; |
60 | 63 | 94CE5BFCDF90764354BB6740 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
115 | 118 | 9740EEB11CF90186004384FC /* Flutter */ = { |
116 | 119 | isa = PBXGroup; |
117 | 120 | children = ( |
| 121 | + 78DABEA22ED26510000E7860 /* firebase_ai */, |
| 122 | + 784666492D4C4C64000A1A5F /* FlutterFramework */, |
| 123 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */, |
118 | 124 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, |
119 | 125 | 9740EEB21CF90195004384FC /* Debug.xcconfig */, |
120 | 126 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, |
|
195 | 201 | isa = PBXNativeTarget; |
196 | 202 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; |
197 | 203 | buildPhases = ( |
| 204 | + 65E1413F3D5F0EF9AF4CD1AB /* [CP] Check Pods Manifest.lock */, |
198 | 205 | 9740EEB61CF901F6004384FC /* Run Script */, |
199 | 206 | 97C146EA1CF9000F007C117D /* Sources */, |
200 | 207 | 97C146EB1CF9000F007C117D /* Frameworks */, |
201 | 208 | 97C146EC1CF9000F007C117D /* Resources */, |
202 | 209 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
203 | 210 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
| 211 | + 7C03669E7720256A458F4A2F /* [CP] Embed Pods Frameworks */, |
204 | 212 | ); |
205 | 213 | buildRules = ( |
206 | 214 | ); |
|
244 | 252 | ); |
245 | 253 | mainGroup = 97C146E51CF9000F007C117D; |
246 | 254 | packageReferences = ( |
247 | | - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */, |
| 255 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, |
248 | 256 | ); |
249 | 257 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */; |
250 | 258 | projectDirPath = ""; |
|
295 | 303 | shellPath = /bin/sh; |
296 | 304 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; |
297 | 305 | }; |
| 306 | + 65E1413F3D5F0EF9AF4CD1AB /* [CP] Check Pods Manifest.lock */ = { |
| 307 | + isa = PBXShellScriptBuildPhase; |
| 308 | + buildActionMask = 2147483647; |
| 309 | + files = ( |
| 310 | + ); |
| 311 | + inputFileListPaths = ( |
| 312 | + ); |
| 313 | + inputPaths = ( |
| 314 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 315 | + "${PODS_ROOT}/Manifest.lock", |
| 316 | + ); |
| 317 | + name = "[CP] Check Pods Manifest.lock"; |
| 318 | + outputFileListPaths = ( |
| 319 | + ); |
| 320 | + outputPaths = ( |
| 321 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 322 | + ); |
| 323 | + runOnlyForDeploymentPostprocessing = 0; |
| 324 | + shellPath = /bin/sh; |
| 325 | + 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"; |
| 326 | + showEnvVarsInLog = 0; |
| 327 | + }; |
| 328 | + 7C03669E7720256A458F4A2F /* [CP] Embed Pods Frameworks */ = { |
| 329 | + isa = PBXShellScriptBuildPhase; |
| 330 | + buildActionMask = 2147483647; |
| 331 | + files = ( |
| 332 | + ); |
| 333 | + inputFileListPaths = ( |
| 334 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 335 | + ); |
| 336 | + name = "[CP] Embed Pods Frameworks"; |
| 337 | + outputFileListPaths = ( |
| 338 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 339 | + ); |
| 340 | + runOnlyForDeploymentPostprocessing = 0; |
| 341 | + shellPath = /bin/sh; |
| 342 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 343 | + showEnvVarsInLog = 0; |
| 344 | + }; |
298 | 345 | 9740EEB61CF901F6004384FC /* Run Script */ = { |
299 | 346 | isa = PBXShellScriptBuildPhase; |
300 | 347 | alwaysOutOfDate = 1; |
|
698 | 745 | /* End XCConfigurationList section */ |
699 | 746 |
|
700 | 747 | /* Begin XCLocalSwiftPackageReference section */ |
701 | | - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = { |
| 748 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = { |
702 | 749 | isa = XCLocalSwiftPackageReference; |
703 | 750 | relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
704 | 751 | }; |
|
0 commit comments