Skip to content

Commit e87f3a8

Browse files
authored
Update Outdated iOS Config in Example (#257)
1 parent dbf740d commit e87f3a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
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>8.0</string>
24+
<string>9.0</string>
2525
</dict>
2626
</plist>

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
97C146E61CF9000F007C117D /* Project object */ = {
277277
isa = PBXProject;
278278
attributes = {
279-
LastUpgradeCheck = 1020;
279+
LastUpgradeCheck = 1300;
280280
ORGANIZATIONNAME = "";
281281
TargetAttributes = {
282282
97C146ED1CF9000F007C117D = {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)