Skip to content

Commit 33cef1b

Browse files
JohnPalmerepou
authored andcommitted
updated podfile; minor changes to plist files pbxproj and xcscheme related to ios minimum version
1 parent b7f99d7 commit 33cef1b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

ios/Flutter/AppFrameworkInfo.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

ios/Runner.xcodeproj/project.pbxproj

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
developmentRegion = en;
225225
hasScannedForEncodings = 0;
226226
knownRegions = (
227+
en,
227228
"en-US",
228229
Base,
229230
"ca-ES",

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

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
ignoresPersistentStateOnLaunch = "NO"
5151
debugDocumentVersioning = "YES"
5252
debugServiceExtension = "internal"
53+
enableGPUValidationMode = "1"
5354
allowLocationSimulation = "YES">
5455
<BuildableProductRunnable
5556
runnableDebuggingMode = "0">

ios/Runner/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<!-- <key>BGTaskSchedulerPermittedIdentifiers</key>
6-
<array>
7-
<string>trackingTask</string>
8-
<string>scheduleDailyTasks</string>
9-
</array> -->
5+
<key>BGTaskSchedulerPermittedIdentifiers</key>
6+
<array>
7+
<string>trackingTask</string>
8+
<string>scheduleDailyTasks</string>
9+
</array>
1010
<key>CADisableMinimumFrameDurationOnPhone</key>
1111
<true/>
1212
<key>CFBundleDevelopmentRegion</key>

0 commit comments

Comments
 (0)