GitLab
liangchengyou
/
wow_english
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
de2a6c02c33885e3272d30e3a4165d2c5b1837a4
Authored by
xiaoyu
2024-05-23 15:42:45 +0800
1 parent
087b72f3
[ios] change App.framework MinimumOSVersion to 12.0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ios/Flutter/AppFrameworkInfo.plist
ios/Flutter/AppFrameworkInfo.plist
View file @
de2a6c0
...
...
@@ -21,6 +21,6 @@
21
21
<key>CFBundleVersion</key>
22
22
<string>1.0.1</string>
23
23
<key>MinimumOSVersion</key>
24
- <string>1
1
.0</string>
24
+ <string>1
2
.0</string>
25
25
</dict>
26
26
</plist>
...
...