Skip to content

Commit

Permalink
Merge pull request #240 from sliverappbar/build-ios
Browse files Browse the repository at this point in the history
build: resolve issues to build iOS app by Xcode 15
  • Loading branch information
violet-dev authored Oct 14, 2023
2 parents c99837c + ca193bd commit 42fda1a
Show file tree
Hide file tree
Showing 12 changed files with 363 additions and 129 deletions.
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
Loading

0 comments on commit 42fda1a

Please sign in to comment.