|
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 */; }; |
14 | 13 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
15 | 14 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
16 | 15 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
|
56 | 55 | isa = PBXFrameworksBuildPhase;
|
57 | 56 | buildActionMask = 2147483647;
|
58 | 57 | files = (
|
59 |
| - 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
60 | 58 | B501E7F22BA22C455255CE2E /* Pods_Runner.framework in Frameworks */,
|
61 | 59 | );
|
62 | 60 | runOnlyForDeploymentPostprocessing = 0;
|
|
142 | 140 | 97C146EC1CF9000F007C117D /* Resources */,
|
143 | 141 | 9705A1C41CF9048500538489 /* Embed Frameworks */,
|
144 | 142 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
145 |
| - 62C3F028F2D07FE58E6CD320 /* [CP] Embed Pods Frameworks */, |
146 |
| - 1397A7D7F3E4EE95598DD108 /* [CP] Copy Pods Resources */, |
| 143 | + D38B08CB85942E5D11545EE3 /* [CP] Embed Pods Frameworks */, |
| 144 | + A7B07F67421488A414C73AAD /* [CP] Copy Pods Resources */, |
147 | 145 | );
|
148 | 146 | buildRules = (
|
149 | 147 | );
|
150 | 148 | dependencies = (
|
151 | 149 | );
|
152 | 150 | name = Runner;
|
153 |
| - packageProductDependencies = ( |
154 |
| - 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
155 |
| - ); |
156 | 151 | productName = Runner;
|
157 | 152 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
158 | 153 | productType = "com.apple.product-type.application";
|
|
181 | 176 | Base,
|
182 | 177 | );
|
183 | 178 | mainGroup = 97C146E51CF9000F007C117D;
|
184 |
| - packageReferences = ( |
185 |
| - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, |
186 |
| - ); |
187 | 179 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
|
188 | 180 | projectDirPath = "";
|
189 | 181 | projectRoot = "";
|
|
208 | 200 | /* End PBXResourcesBuildPhase section */
|
209 | 201 |
|
210 | 202 | /* 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 |
| - }; |
228 | 203 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
229 | 204 | isa = PBXShellScriptBuildPhase;
|
230 | 205 | alwaysOutOfDate = 1;
|
|
263 | 238 | 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";
|
264 | 239 | showEnvVarsInLog = 0;
|
265 | 240 | };
|
266 |
| - 62C3F028F2D07FE58E6CD320 /* [CP] Embed Pods Frameworks */ = { |
| 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 */ = { |
267 | 257 | isa = PBXShellScriptBuildPhase;
|
268 | 258 | buildActionMask = 2147483647;
|
269 | 259 | files = (
|
270 | 260 | );
|
271 | 261 | inputFileListPaths = (
|
272 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 262 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", |
273 | 263 | );
|
274 |
| - name = "[CP] Embed Pods Frameworks"; |
| 264 | + name = "[CP] Copy Pods Resources"; |
275 | 265 | outputFileListPaths = (
|
276 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 266 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", |
277 | 267 | );
|
278 | 268 | runOnlyForDeploymentPostprocessing = 0;
|
279 | 269 | shellPath = /bin/sh;
|
280 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 270 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; |
281 | 271 | showEnvVarsInLog = 0;
|
282 | 272 | };
|
283 |
| - 9740EEB61CF901F6004384FC /* Run Script */ = { |
| 273 | + D38B08CB85942E5D11545EE3 /* [CP] Embed Pods Frameworks */ = { |
284 | 274 | isa = PBXShellScriptBuildPhase;
|
285 |
| - alwaysOutOfDate = 1; |
286 | 275 | buildActionMask = 2147483647;
|
287 | 276 | files = (
|
288 | 277 | );
|
289 |
| - inputPaths = ( |
| 278 | + inputFileListPaths = ( |
| 279 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
290 | 280 | );
|
291 |
| - name = "Run Script"; |
292 |
| - outputPaths = ( |
| 281 | + name = "[CP] Embed Pods Frameworks"; |
| 282 | + outputFileListPaths = ( |
| 283 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
293 | 284 | );
|
294 | 285 | runOnlyForDeploymentPostprocessing = 0;
|
295 | 286 | shellPath = /bin/sh;
|
296 |
| - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; |
| 287 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 288 | + showEnvVarsInLog = 0; |
297 | 289 | };
|
298 | 290 | /* End PBXShellScriptBuildPhase section */
|
299 | 291 |
|
|
602 | 594 | defaultConfigurationName = Release;
|
603 | 595 | };
|
604 | 596 | /* 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 */ |
619 | 597 | };
|
620 | 598 | rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
621 | 599 | }
|
0 commit comments