Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Julian Steenbakker
2022-10-31 20:07:48 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56e70668f922d3fa3cd7752de169e4b4838c75ad
56e70668
1 parent
790d0e62
breaking: update minimum ios deployment
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
example/ios/Flutter/AppFrameworkInfo.plist
example/ios/Podfile
example/ios/Runner.xcodeproj/project.pbxproj
example/ios/Flutter/AppFrameworkInfo.plist
View file @
56e7066
...
...
@@ -21,6 +21,6 @@
<key>
CFBundleVersion
</key>
<string>
1.0
</string>
<key>
MinimumOSVersion
</key>
<string>
9
.0
</string>
<string>
11
.0
</string>
</dict>
</plist>
...
...
example/ios/Podfile
View file @
56e7066
# Uncomment this line to define a global platform for your project
platform
:ios
,
'1
0
.0'
platform
:ios
,
'1
1
.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV
[
'COCOAPODS_DISABLE_STATS'
]
=
'true'
...
...
example/ios/Runner.xcodeproj/project.pbxproj
View file @
56e7066
...
...
@@ -339,7 +339,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET =
9
.0;
IPHONEOS_DEPLOYMENT_TARGET =
11
.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
...
...
@@ -417,7 +417,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET =
9
.0;
IPHONEOS_DEPLOYMENT_TARGET =
11
.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
...
...
@@ -466,7 +466,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET =
9
.0;
IPHONEOS_DEPLOYMENT_TARGET =
11
.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
...
...
Please
register
or
login
to post a comment