Skip to content

Commit dbd0221

Browse files
authored
Merge pull request #68 from yang991178/1.0.3
Version 1.0.3
2 parents 38a0d41 + 02ba12c commit dbd0221

File tree

23 files changed

+608
-276
lines changed

23 files changed

+608
-276
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
3232
}
3333

3434
android {
35-
compileSdkVersion 29
35+
compileSdkVersion 31
3636

3737
sourceSets {
3838
main.java.srcDirs += 'src/main/kotlin'

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1010
<uses-permission android:name="android.permission.WAKE_LOCK" />
1111
<application
12-
android:name="io.flutter.app.FlutterApplication"
12+
android:name="${applicationName}"
1313
android:label="Fluent Reader"
1414
android:icon="@mipmap/ic_launcher"
1515
android:usesCleartextTraffic="true">

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.50'
2+
ext.kotlin_version = '1.7.0'
33
repositories {
44
google()
55
jcenter()
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.0'
9+
classpath 'com.android.tools.build:gradle:7.0.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

ios/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ end
3737
post_install do |installer|
3838
installer.pods_project.targets.each do |target|
3939
flutter_additional_ios_build_settings(target)
40+
target.build_configurations.each do |config|
41+
config.build_settings['ENABLE_BITCODE'] = 'NO'
42+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
43+
end
4044
end
4145
end

ios/Podfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ PODS:
55
- FMDB/standard (2.7.5)
66
- package_info (0.0.1):
77
- Flutter
8-
- path_provider (0.0.1):
8+
- path_provider_ios (0.0.1):
99
- Flutter
1010
- share (0.0.1):
1111
- Flutter
12-
- shared_preferences (0.0.1):
12+
- shared_preferences_ios (0.0.1):
1313
- Flutter
1414
- sqflite (0.0.2):
1515
- Flutter
1616
- FMDB (>= 2.7.5)
1717
- uni_links (0.0.1):
1818
- Flutter
19-
- url_launcher (0.0.1):
19+
- url_launcher_ios (0.0.1):
2020
- Flutter
21-
- webview_flutter (0.0.1):
21+
- webview_flutter_wkwebview (0.0.1):
2222
- Flutter
2323

2424
DEPENDENCIES:
2525
- Flutter (from `Flutter`)
2626
- package_info (from `.symlinks/plugins/package_info/ios`)
27-
- path_provider (from `.symlinks/plugins/path_provider/ios`)
27+
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
2828
- share (from `.symlinks/plugins/share/ios`)
29-
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
29+
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
3030
- sqflite (from `.symlinks/plugins/sqflite/ios`)
3131
- uni_links (from `.symlinks/plugins/uni_links/ios`)
32-
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
33-
- webview_flutter (from `.symlinks/plugins/webview_flutter/ios`)
32+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
33+
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
3434

3535
SPEC REPOS:
3636
trunk:
@@ -41,33 +41,33 @@ EXTERNAL SOURCES:
4141
:path: Flutter
4242
package_info:
4343
:path: ".symlinks/plugins/package_info/ios"
44-
path_provider:
45-
:path: ".symlinks/plugins/path_provider/ios"
44+
path_provider_ios:
45+
:path: ".symlinks/plugins/path_provider_ios/ios"
4646
share:
4747
:path: ".symlinks/plugins/share/ios"
48-
shared_preferences:
49-
:path: ".symlinks/plugins/shared_preferences/ios"
48+
shared_preferences_ios:
49+
:path: ".symlinks/plugins/shared_preferences_ios/ios"
5050
sqflite:
5151
:path: ".symlinks/plugins/sqflite/ios"
5252
uni_links:
5353
:path: ".symlinks/plugins/uni_links/ios"
54-
url_launcher:
55-
:path: ".symlinks/plugins/url_launcher/ios"
56-
webview_flutter:
57-
:path: ".symlinks/plugins/webview_flutter/ios"
54+
url_launcher_ios:
55+
:path: ".symlinks/plugins/url_launcher_ios/ios"
56+
webview_flutter_wkwebview:
57+
:path: ".symlinks/plugins/webview_flutter_wkwebview/ios"
5858

5959
SPEC CHECKSUMS:
60-
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
60+
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
6161
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
6262
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
63-
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
63+
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
6464
share: 0b2c3e82132f5888bccca3351c504d0003b3b410
65-
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
65+
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
6666
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
6767
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
68-
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
69-
webview_flutter: 3603125dfd3bcbc9d8d418c3f80aeecf331c068b
68+
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
69+
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
7070

71-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
71+
PODFILE CHECKSUM: c228b831dc9a93a7cc7fac97cfb31e9d63a09fc8
7272

73-
COCOAPODS: 1.10.1
73+
COCOAPODS: 1.11.3

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 50 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
12+
69102B74C3FB3851516028E7 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F8E1696BEF66D76ADCCCFC5 /* Pods_Runner.framework */; };
1213
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
13-
964F0316F934C372F9A289DD /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABF26D092DCFA7AFECAE1958 /* Pods_Runner.framework */; };
1414
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1515
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1616
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -30,35 +30,39 @@
3030
/* End PBXCopyFilesBuildPhase section */
3131

3232
/* Begin PBXFileReference section */
33+
0F8E1696BEF66D76ADCCCFC5 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3334
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3435
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
3536
324ACECE25C909AD00CD3591 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
3637
32561D9E25BE823400DBD252 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
3738
3271990C25BBF9C8008EA00E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
3839
32AC73DE263AED42001F500B /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
3940
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
40-
40360520B75D3E668845C254 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
41-
6462689146C9FF38DFEA397D /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
41+
41C31CD68862869459844070 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
4242
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4343
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4444
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
45+
92992B7F89A00C3FEAF362EE /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4546
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4647
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
4748
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
4849
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4950
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5051
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5152
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52-
ABF26D092DCFA7AFECAE1958 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
53-
F01A29D929A45761F4F09D5C /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
53+
E30184022867BA2B005DCAE6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
54+
E30184032867BA70005DCAE6 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
55+
E30184042867BA7D005DCAE6 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
56+
E30184052867BAB1005DCAE6 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
57+
FA1C5CF9893C1976B07DEA5C /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
5458
/* End PBXFileReference section */
5559

5660
/* Begin PBXFrameworksBuildPhase section */
5761
97C146EB1CF9000F007C117D /* Frameworks */ = {
5862
isa = PBXFrameworksBuildPhase;
5963
buildActionMask = 2147483647;
6064
files = (
61-
964F0316F934C372F9A289DD /* Pods_Runner.framework in Frameworks */,
65+
69102B74C3FB3851516028E7 /* Pods_Runner.framework in Frameworks */,
6266
);
6367
runOnlyForDeploymentPostprocessing = 0;
6468
};
@@ -68,9 +72,9 @@
6872
84F9BE3D376DA5597C2A8714 /* Pods */ = {
6973
isa = PBXGroup;
7074
children = (
71-
6462689146C9FF38DFEA397D /* Pods-Runner.debug.xcconfig */,
72-
F01A29D929A45761F4F09D5C /* Pods-Runner.release.xcconfig */,
73-
40360520B75D3E668845C254 /* Pods-Runner.profile.xcconfig */,
75+
92992B7F89A00C3FEAF362EE /* Pods-Runner.debug.xcconfig */,
76+
41C31CD68862869459844070 /* Pods-Runner.release.xcconfig */,
77+
FA1C5CF9893C1976B07DEA5C /* Pods-Runner.profile.xcconfig */,
7478
);
7579
path = Pods;
7680
sourceTree = "<group>";
@@ -93,7 +97,7 @@
9397
97C146F01CF9000F007C117D /* Runner */,
9498
97C146EF1CF9000F007C117D /* Products */,
9599
84F9BE3D376DA5597C2A8714 /* Pods */,
96-
C460029D548F8C8E174E1334 /* Frameworks */,
100+
AF41901B4D172011464D7F15 /* Frameworks */,
97101
);
98102
sourceTree = "<group>";
99103
};
@@ -121,10 +125,10 @@
121125
path = Runner;
122126
sourceTree = "<group>";
123127
};
124-
C460029D548F8C8E174E1334 /* Frameworks */ = {
128+
AF41901B4D172011464D7F15 /* Frameworks */ = {
125129
isa = PBXGroup;
126130
children = (
127-
ABF26D092DCFA7AFECAE1958 /* Pods_Runner.framework */,
131+
0F8E1696BEF66D76ADCCCFC5 /* Pods_Runner.framework */,
128132
);
129133
name = Frameworks;
130134
sourceTree = "<group>";
@@ -136,14 +140,14 @@
136140
isa = PBXNativeTarget;
137141
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
138142
buildPhases = (
139-
FB456ADB33087A52E724411C /* [CP] Check Pods Manifest.lock */,
143+
0E377F3B35F2F701FC4437F8 /* [CP] Check Pods Manifest.lock */,
140144
9740EEB61CF901F6004384FC /* Run Script */,
141145
97C146EA1CF9000F007C117D /* Sources */,
142146
97C146EB1CF9000F007C117D /* Frameworks */,
143147
97C146EC1CF9000F007C117D /* Resources */,
144148
9705A1C41CF9048500538489 /* Embed Frameworks */,
145149
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
146-
E2146C78C0EA89D54DE23218 /* [CP] Embed Pods Frameworks */,
150+
EDF7AD31FEF5B9471435A47E /* [CP] Embed Pods Frameworks */,
147151
);
148152
buildRules = (
149153
);
@@ -160,7 +164,7 @@
160164
97C146E61CF9000F007C117D /* Project object */ = {
161165
isa = PBXProject;
162166
attributes = {
163-
LastUpgradeCheck = 1020;
167+
LastUpgradeCheck = 1300;
164168
ORGANIZATIONNAME = "";
165169
TargetAttributes = {
166170
97C146ED1CF9000F007C117D = {
@@ -179,6 +183,10 @@
179183
"zh-Hans",
180184
es,
181185
de,
186+
fr,
187+
hr,
188+
"pt-BR",
189+
uk,
182190
);
183191
mainGroup = 97C146E51CF9000F007C117D;
184192
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
@@ -205,6 +213,28 @@
205213
/* End PBXResourcesBuildPhase section */
206214

207215
/* Begin PBXShellScriptBuildPhase section */
216+
0E377F3B35F2F701FC4437F8 /* [CP] Check Pods Manifest.lock */ = {
217+
isa = PBXShellScriptBuildPhase;
218+
buildActionMask = 2147483647;
219+
files = (
220+
);
221+
inputFileListPaths = (
222+
);
223+
inputPaths = (
224+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
225+
"${PODS_ROOT}/Manifest.lock",
226+
);
227+
name = "[CP] Check Pods Manifest.lock";
228+
outputFileListPaths = (
229+
);
230+
outputPaths = (
231+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
232+
);
233+
runOnlyForDeploymentPostprocessing = 0;
234+
shellPath = /bin/sh;
235+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
236+
showEnvVarsInLog = 0;
237+
};
208238
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
209239
isa = PBXShellScriptBuildPhase;
210240
buildActionMask = 2147483647;
@@ -233,7 +263,7 @@
233263
shellPath = /bin/sh;
234264
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
235265
};
236-
E2146C78C0EA89D54DE23218 /* [CP] Embed Pods Frameworks */ = {
266+
EDF7AD31FEF5B9471435A47E /* [CP] Embed Pods Frameworks */ = {
237267
isa = PBXShellScriptBuildPhase;
238268
buildActionMask = 2147483647;
239269
files = (
@@ -250,28 +280,6 @@
250280
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
251281
showEnvVarsInLog = 0;
252282
};
253-
FB456ADB33087A52E724411C /* [CP] Check Pods Manifest.lock */ = {
254-
isa = PBXShellScriptBuildPhase;
255-
buildActionMask = 2147483647;
256-
files = (
257-
);
258-
inputFileListPaths = (
259-
);
260-
inputPaths = (
261-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
262-
"${PODS_ROOT}/Manifest.lock",
263-
);
264-
name = "[CP] Check Pods Manifest.lock";
265-
outputFileListPaths = (
266-
);
267-
outputPaths = (
268-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
269-
);
270-
runOnlyForDeploymentPostprocessing = 0;
271-
shellPath = /bin/sh;
272-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
273-
showEnvVarsInLog = 0;
274-
};
275283
/* End PBXShellScriptBuildPhase section */
276284

277285
/* Begin PBXSourcesBuildPhase section */
@@ -302,6 +310,10 @@
302310
3271990C25BBF9C8008EA00E /* zh-Hans */,
303311
324ACECE25C909AD00CD3591 /* es */,
304312
32AC73DE263AED42001F500B /* de */,
313+
E30184022867BA2B005DCAE6 /* fr */,
314+
E30184032867BA70005DCAE6 /* hr */,
315+
E30184042867BA7D005DCAE6 /* pt-BR */,
316+
E30184052867BAB1005DCAE6 /* uk */,
305317
);
306318
name = LaunchScreen.storyboard;
307319
sourceTree = "<group>";

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"

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@
6363
<false/>
6464
<key>io.flutter.embedded_views_preview</key>
6565
<true/>
66+
<key>CADisableMinimumFrameDurationOnPhone</key>
67+
<true/>
6668
</dict>
6769
</plist>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)