Skip to content

Commit 9b4d23e

Browse files
committed
Update iOS project.
1 parent f49367b commit 9b4d23e

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -151,7 +151,6 @@
151151
97C146EC1CF9000F007C117D /* Resources */,
152152
9705A1C41CF9048500538489 /* Embed Frameworks */,
153153
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
154-
55E51B0683F0D8A00CACA3AC /* [CP] Embed Pods Frameworks */,
155154
);
156155
buildRules = (
157156
);
@@ -245,23 +244,6 @@
245244
shellPath = /bin/sh;
246245
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
247246
};
248-
55E51B0683F0D8A00CACA3AC /* [CP] Embed Pods Frameworks */ = {
249-
isa = PBXShellScriptBuildPhase;
250-
buildActionMask = 2147483647;
251-
files = (
252-
);
253-
inputFileListPaths = (
254-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
255-
);
256-
name = "[CP] Embed Pods Frameworks";
257-
outputFileListPaths = (
258-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
259-
);
260-
runOnlyForDeploymentPostprocessing = 0;
261-
shellPath = /bin/sh;
262-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
263-
showEnvVarsInLog = 0;
264-
};
265247
9740EEB61CF901F6004384FC /* Run Script */ = {
266248
isa = PBXShellScriptBuildPhase;
267249
buildActionMask = 2147483647;
@@ -375,6 +357,7 @@
375357
"$(PROJECT_DIR)/Flutter",
376358
);
377359
INFOPLIST_FILE = Runner/Info.plist;
360+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
378361
LD_RUNPATH_SEARCH_PATHS = (
379362
"$(inherited)",
380363
"@executable_path/Frameworks",
@@ -508,6 +491,7 @@
508491
"$(PROJECT_DIR)/Flutter",
509492
);
510493
INFOPLIST_FILE = Runner/Info.plist;
494+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
511495
LD_RUNPATH_SEARCH_PATHS = (
512496
"$(inherited)",
513497
"@executable_path/Frameworks",
@@ -536,6 +520,7 @@
536520
"$(PROJECT_DIR)/Flutter",
537521
);
538522
INFOPLIST_FILE = Runner/Info.plist;
523+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
539524
LD_RUNPATH_SEARCH_PATHS = (
540525
"$(inherited)",
541526
"@executable_path/Frameworks",

example/ios/Runner/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<true/>
2525
<key>UIBackgroundModes</key>
2626
<array>
27+
<string>processing</string>
2728
<string>remote-notification</string>
2829
<string>voip</string>
2930
</array>

0 commit comments

Comments
 (0)