Skip to content

Commit 8ae97d2

Browse files
committed
chore: update ios
1 parent be4c445 commit 8ae97d2

2 files changed

Lines changed: 45 additions & 18 deletions

File tree

kitchenowl/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1313
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
14+
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
1415
92544EEB28B685DF007F3EF7 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92544EEA28B685DF007F3EF7 /* ShareViewController.swift */; };
1516
92544EEE28B685DF007F3EF7 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92544EEC28B685DF007F3EF7 /* MainInterface.storyboard */; };
1617
92544EF228B685DF007F3EF7 /* ShareExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 92544EE828B685DF007F3EF7 /* ShareExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
@@ -66,6 +67,7 @@
6667
6CADC084A66B8DE12E74DE86 /* Pods_ShareExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ShareExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6768
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
6869
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>"; };
6971
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
7072
924C72E525F7923F0041D033 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
7173
92544EE828B685DF007F3EF7 /* ShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -99,6 +101,7 @@
99101
isa = PBXFrameworksBuildPhase;
100102
buildActionMask = 2147483647;
101103
files = (
104+
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
102105
F69C46DCAAE71EC6C0193239 /* Pods_Runner.framework in Frameworks */,
103106
);
104107
runOnlyForDeploymentPostprocessing = 0;
@@ -129,6 +132,7 @@
129132
9740EEB11CF90186004384FC /* Flutter */ = {
130133
isa = PBXGroup;
131134
children = (
135+
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */,
132136
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
133137
9740EEB21CF90195004384FC /* Debug.xcconfig */,
134138
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -221,14 +225,16 @@
221225
92544EF728B685DF007F3EF7 /* Embed App Extensions */,
222226
9705A1C41CF9048500538489 /* Embed Frameworks */,
223227
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
224-
B42D45711EE98169F2AA570C /* [CP] Copy Pods Resources */,
225228
);
226229
buildRules = (
227230
);
228231
dependencies = (
229232
92544EF128B685DF007F3EF7 /* PBXTargetDependency */,
230233
);
231234
name = Runner;
235+
packageProductDependencies = (
236+
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
237+
);
232238
productName = Runner;
233239
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
234240
productType = "com.apple.product-type.application";
@@ -261,6 +267,9 @@
261267
Base,
262268
);
263269
mainGroup = 97C146E51CF9000F007C117D;
270+
packageReferences = (
271+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
272+
);
264273
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
265274
projectDirPath = "";
266275
projectRoot = "";
@@ -370,23 +379,6 @@
370379
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";
371380
showEnvVarsInLog = 0;
372381
};
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-
};
390382
/* End PBXShellScriptBuildPhase section */
391383

392384
/* Begin PBXSourcesBuildPhase section */
@@ -512,6 +504,7 @@
512504
"$(PROJECT_DIR)/Flutter",
513505
);
514506
INFOPLIST_FILE = Runner/Info.plist;
507+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
515508
LD_RUNPATH_SEARCH_PATHS = (
516509
"$(inherited)",
517510
"@executable_path/Frameworks",
@@ -763,6 +756,7 @@
763756
"$(PROJECT_DIR)/Flutter",
764757
);
765758
INFOPLIST_FILE = Runner/Info.plist;
759+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
766760
LD_RUNPATH_SEARCH_PATHS = (
767761
"$(inherited)",
768762
"@executable_path/Frameworks",
@@ -798,6 +792,7 @@
798792
"$(PROJECT_DIR)/Flutter",
799793
);
800794
INFOPLIST_FILE = Runner/Info.plist;
795+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
801796
LD_RUNPATH_SEARCH_PATHS = (
802797
"$(inherited)",
803798
"@executable_path/Frameworks",
@@ -850,6 +845,20 @@
850845
defaultConfigurationName = Release;
851846
};
852847
/* 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 */
853862
};
854863
rootObject = 97C146E61CF9000F007C117D /* Project object */;
855864
}

kitchenowl/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<PreActions>
9+
<ExecutionAction
10+
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
11+
<ActionContent
12+
title = "Run Prepare Flutter Framework Script"
13+
scriptText = "/bin/sh &quot;$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh&quot; prepare&#10;">
14+
<EnvironmentBuildable>
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
18+
BuildableName = "Runner.app"
19+
BlueprintName = "Runner"
20+
ReferencedContainer = "container:Runner.xcodeproj">
21+
</BuildableReference>
22+
</EnvironmentBuildable>
23+
</ActionContent>
24+
</ExecutionAction>
25+
</PreActions>
826
<BuildActionEntries>
927
<BuildActionEntry
1028
buildForTesting = "YES"

0 commit comments

Comments
 (0)