|
10 | 10 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
11 | 11 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
12 | 12 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
| 13 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; }; |
13 | 14 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
14 | 15 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
15 | 16 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
|
55 | 56 | isa = PBXFrameworksBuildPhase;
|
56 | 57 | buildActionMask = 2147483647;
|
57 | 58 | files = (
|
| 59 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
58 | 60 | B501E7F22BA22C455255CE2E /* Pods_Runner.framework in Frameworks */,
|
59 | 61 | );
|
60 | 62 | runOnlyForDeploymentPostprocessing = 0;
|
|
140 | 142 | 97C146EC1CF9000F007C117D /* Resources */,
|
141 | 143 | 9705A1C41CF9048500538489 /* Embed Frameworks */,
|
142 | 144 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
143 |
| - D38B08CB85942E5D11545EE3 /* [CP] Embed Pods Frameworks */, |
144 |
| - A7B07F67421488A414C73AAD /* [CP] Copy Pods Resources */, |
| 145 | + 62C3F028F2D07FE58E6CD320 /* [CP] Embed Pods Frameworks */, |
| 146 | + 1397A7D7F3E4EE95598DD108 /* [CP] Copy Pods Resources */, |
145 | 147 | );
|
146 | 148 | buildRules = (
|
147 | 149 | );
|
148 | 150 | dependencies = (
|
149 | 151 | );
|
150 | 152 | name = Runner;
|
| 153 | + packageProductDependencies = ( |
| 154 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
| 155 | + ); |
151 | 156 | productName = Runner;
|
152 | 157 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
153 | 158 | productType = "com.apple.product-type.application";
|
|
176 | 181 | Base,
|
177 | 182 | );
|
178 | 183 | mainGroup = 97C146E51CF9000F007C117D;
|
| 184 | + packageReferences = ( |
| 185 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, |
| 186 | + ); |
179 | 187 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
|
180 | 188 | projectDirPath = "";
|
181 | 189 | projectRoot = "";
|
|
200 | 208 | /* End PBXResourcesBuildPhase section */
|
201 | 209 |
|
202 | 210 | /* Begin PBXShellScriptBuildPhase section */
|
| 211 | + 1397A7D7F3E4EE95598DD108 /* [CP] Copy Pods Resources */ = { |
| 212 | + isa = PBXShellScriptBuildPhase; |
| 213 | + buildActionMask = 2147483647; |
| 214 | + files = ( |
| 215 | + ); |
| 216 | + inputFileListPaths = ( |
| 217 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", |
| 218 | + ); |
| 219 | + name = "[CP] Copy Pods Resources"; |
| 220 | + outputFileListPaths = ( |
| 221 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", |
| 222 | + ); |
| 223 | + runOnlyForDeploymentPostprocessing = 0; |
| 224 | + shellPath = /bin/sh; |
| 225 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; |
| 226 | + showEnvVarsInLog = 0; |
| 227 | + }; |
203 | 228 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
204 | 229 | isa = PBXShellScriptBuildPhase;
|
205 | 230 | alwaysOutOfDate = 1;
|
|
238 | 263 | 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";
|
239 | 264 | showEnvVarsInLog = 0;
|
240 | 265 | };
|
241 |
| - 9740EEB61CF901F6004384FC /* Run Script */ = { |
242 |
| - isa = PBXShellScriptBuildPhase; |
243 |
| - alwaysOutOfDate = 1; |
244 |
| - buildActionMask = 2147483647; |
245 |
| - files = ( |
246 |
| - ); |
247 |
| - inputPaths = ( |
248 |
| - ); |
249 |
| - name = "Run Script"; |
250 |
| - outputPaths = ( |
251 |
| - ); |
252 |
| - runOnlyForDeploymentPostprocessing = 0; |
253 |
| - shellPath = /bin/sh; |
254 |
| - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; |
255 |
| - }; |
256 |
| - A7B07F67421488A414C73AAD /* [CP] Copy Pods Resources */ = { |
| 266 | + 62C3F028F2D07FE58E6CD320 /* [CP] Embed Pods Frameworks */ = { |
257 | 267 | isa = PBXShellScriptBuildPhase;
|
258 | 268 | buildActionMask = 2147483647;
|
259 | 269 | files = (
|
260 | 270 | );
|
261 | 271 | inputFileListPaths = (
|
262 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", |
| 272 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
263 | 273 | );
|
264 |
| - name = "[CP] Copy Pods Resources"; |
| 274 | + name = "[CP] Embed Pods Frameworks"; |
265 | 275 | outputFileListPaths = (
|
266 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", |
| 276 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
267 | 277 | );
|
268 | 278 | runOnlyForDeploymentPostprocessing = 0;
|
269 | 279 | shellPath = /bin/sh;
|
270 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; |
| 280 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
271 | 281 | showEnvVarsInLog = 0;
|
272 | 282 | };
|
273 |
| - D38B08CB85942E5D11545EE3 /* [CP] Embed Pods Frameworks */ = { |
| 283 | + 9740EEB61CF901F6004384FC /* Run Script */ = { |
274 | 284 | isa = PBXShellScriptBuildPhase;
|
| 285 | + alwaysOutOfDate = 1; |
275 | 286 | buildActionMask = 2147483647;
|
276 | 287 | files = (
|
277 | 288 | );
|
278 |
| - inputFileListPaths = ( |
279 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 289 | + inputPaths = ( |
280 | 290 | );
|
281 |
| - name = "[CP] Embed Pods Frameworks"; |
282 |
| - outputFileListPaths = ( |
283 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 291 | + name = "Run Script"; |
| 292 | + outputPaths = ( |
284 | 293 | );
|
285 | 294 | runOnlyForDeploymentPostprocessing = 0;
|
286 | 295 | shellPath = /bin/sh;
|
287 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
288 |
| - showEnvVarsInLog = 0; |
| 296 | + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; |
289 | 297 | };
|
290 | 298 | /* End PBXShellScriptBuildPhase section */
|
291 | 299 |
|
|
594 | 602 | defaultConfigurationName = Release;
|
595 | 603 | };
|
596 | 604 | /* End XCConfigurationList section */
|
| 605 | + |
| 606 | +/* Begin XCLocalSwiftPackageReference section */ |
| 607 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = { |
| 608 | + isa = XCLocalSwiftPackageReference; |
| 609 | + relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
| 610 | + }; |
| 611 | +/* End XCLocalSwiftPackageReference section */ |
| 612 | + |
| 613 | +/* Begin XCSwiftPackageProductDependency section */ |
| 614 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = { |
| 615 | + isa = XCSwiftPackageProductDependency; |
| 616 | + productName = FlutterGeneratedPluginSwiftPackage; |
| 617 | + }; |
| 618 | +/* End XCSwiftPackageProductDependency section */ |
597 | 619 | };
|
598 | 620 | rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
599 | 621 | }
|
0 commit comments