|
11 | 11 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; |
12 | 12 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; |
13 | 13 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; |
| 14 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; }; |
14 | 15 | 92544EEB28B685DF007F3EF7 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92544EEA28B685DF007F3EF7 /* ShareViewController.swift */; }; |
15 | 16 | 92544EEE28B685DF007F3EF7 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92544EEC28B685DF007F3EF7 /* MainInterface.storyboard */; }; |
16 | 17 | 92544EF228B685DF007F3EF7 /* ShareExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 92544EE828B685DF007F3EF7 /* ShareExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
66 | 67 | 6CADC084A66B8DE12E74DE86 /* Pods_ShareExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ShareExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 68 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
68 | 69 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 70 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; }; |
69 | 71 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
70 | 72 | 924C72E525F7923F0041D033 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; |
71 | 73 | 92544EE828B685DF007F3EF7 /* ShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
99 | 101 | isa = PBXFrameworksBuildPhase; |
100 | 102 | buildActionMask = 2147483647; |
101 | 103 | files = ( |
| 104 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
102 | 105 | F69C46DCAAE71EC6C0193239 /* Pods_Runner.framework in Frameworks */, |
103 | 106 | ); |
104 | 107 | runOnlyForDeploymentPostprocessing = 0; |
|
129 | 132 | 9740EEB11CF90186004384FC /* Flutter */ = { |
130 | 133 | isa = PBXGroup; |
131 | 134 | children = ( |
| 135 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */, |
132 | 136 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, |
133 | 137 | 9740EEB21CF90195004384FC /* Debug.xcconfig */, |
134 | 138 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, |
|
221 | 225 | 92544EF728B685DF007F3EF7 /* Embed App Extensions */, |
222 | 226 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
223 | 227 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
224 | | - B42D45711EE98169F2AA570C /* [CP] Copy Pods Resources */, |
225 | 228 | ); |
226 | 229 | buildRules = ( |
227 | 230 | ); |
228 | 231 | dependencies = ( |
229 | 232 | 92544EF128B685DF007F3EF7 /* PBXTargetDependency */, |
230 | 233 | ); |
231 | 234 | name = Runner; |
| 235 | + packageProductDependencies = ( |
| 236 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
| 237 | + ); |
232 | 238 | productName = Runner; |
233 | 239 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */; |
234 | 240 | productType = "com.apple.product-type.application"; |
|
261 | 267 | Base, |
262 | 268 | ); |
263 | 269 | mainGroup = 97C146E51CF9000F007C117D; |
| 270 | + packageReferences = ( |
| 271 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */, |
| 272 | + ); |
264 | 273 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */; |
265 | 274 | projectDirPath = ""; |
266 | 275 | projectRoot = ""; |
|
370 | 379 | 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"; |
371 | 380 | showEnvVarsInLog = 0; |
372 | 381 | }; |
373 | | - B42D45711EE98169F2AA570C /* [CP] Copy Pods Resources */ = { |
374 | | - isa = PBXShellScriptBuildPhase; |
375 | | - buildActionMask = 2147483647; |
376 | | - files = ( |
377 | | - ); |
378 | | - inputFileListPaths = ( |
379 | | - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", |
380 | | - ); |
381 | | - name = "[CP] Copy Pods Resources"; |
382 | | - outputFileListPaths = ( |
383 | | - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", |
384 | | - ); |
385 | | - runOnlyForDeploymentPostprocessing = 0; |
386 | | - shellPath = /bin/sh; |
387 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; |
388 | | - showEnvVarsInLog = 0; |
389 | | - }; |
390 | 382 | /* End PBXShellScriptBuildPhase section */ |
391 | 383 |
|
392 | 384 | /* Begin PBXSourcesBuildPhase section */ |
|
512 | 504 | "$(PROJECT_DIR)/Flutter", |
513 | 505 | ); |
514 | 506 | INFOPLIST_FILE = Runner/Info.plist; |
| 507 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
515 | 508 | LD_RUNPATH_SEARCH_PATHS = ( |
516 | 509 | "$(inherited)", |
517 | 510 | "@executable_path/Frameworks", |
|
763 | 756 | "$(PROJECT_DIR)/Flutter", |
764 | 757 | ); |
765 | 758 | INFOPLIST_FILE = Runner/Info.plist; |
| 759 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
766 | 760 | LD_RUNPATH_SEARCH_PATHS = ( |
767 | 761 | "$(inherited)", |
768 | 762 | "@executable_path/Frameworks", |
|
798 | 792 | "$(PROJECT_DIR)/Flutter", |
799 | 793 | ); |
800 | 794 | INFOPLIST_FILE = Runner/Info.plist; |
| 795 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
801 | 796 | LD_RUNPATH_SEARCH_PATHS = ( |
802 | 797 | "$(inherited)", |
803 | 798 | "@executable_path/Frameworks", |
|
850 | 845 | defaultConfigurationName = Release; |
851 | 846 | }; |
852 | 847 | /* End XCConfigurationList section */ |
| 848 | + |
| 849 | +/* Begin XCLocalSwiftPackageReference section */ |
| 850 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = { |
| 851 | + isa = XCLocalSwiftPackageReference; |
| 852 | + relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
| 853 | + }; |
| 854 | +/* End XCLocalSwiftPackageReference section */ |
| 855 | + |
| 856 | +/* Begin XCSwiftPackageProductDependency section */ |
| 857 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = { |
| 858 | + isa = XCSwiftPackageProductDependency; |
| 859 | + productName = FlutterGeneratedPluginSwiftPackage; |
| 860 | + }; |
| 861 | +/* End XCSwiftPackageProductDependency section */ |
853 | 862 | }; |
854 | 863 | rootObject = 97C146E61CF9000F007C117D /* Project object */; |
855 | 864 | } |
0 commit comments