Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
reasonpun
2022-11-11 10:52:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f648fc7db317e1a3fb47c2ca1667f2640516cf8f
f648fc7d
1 parent
e4ae1219
update ios settings
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
ios/Flutter/AppFrameworkInfo.plist
ios/Podfile
ios/Podfile.lock
ios/Runner.xcodeproj/project.pbxproj
pubspec.lock
pubspec.yaml
ios/Flutter/AppFrameworkInfo.plist
View file @
f648fc7
...
...
@@ -21,6 +21,6 @@
<key>
CFBundleVersion
</key>
<string>
1.0
</string>
<key>
MinimumOSVersion
</key>
<string>
9
.0
</string>
<string>
11
.0
</string>
</dict>
</plist>
...
...
ios/Podfile
View file @
f648fc7
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform
:ios
,
'10.0'
platform
:ios
,
'12.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV
[
'COCOAPODS_DISABLE_STATS'
]
=
'true'
...
...
ios/Podfile.lock
View file @
f648fc7
This diff is collapsed. Click to expand it.
ios/Runner.xcodeproj/project.pbxproj
View file @
f648fc7
...
...
@@ -363,7 +363,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;
...
...
@@ -442,7 +442,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;
...
...
@@ -491,7 +491,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;
...
...
pubspec.lock
View file @
f648fc7
This diff is collapsed. Click to expand it.
pubspec.yaml
View file @
f648fc7
...
...
@@ -107,7 +107,7 @@ dependencies:
getwidget
:
^2.0.5
sign_in_with_apple
:
^4.0.0
flutter_facebook_auth
:
^
4.3.4+2
flutter_facebook_auth
:
^
5.0.6
flutter_signin_button
:
^2.0.0
twitter_login
:
^4.2.3
...
...
Please
register
or
login
to post a comment