~repos /only-bible-app
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/only-bible-app.git
Discussions:
https://groups.google.com/g/rust-embed-devs
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
01dffe3d
—
pyrossh 1 month ago
fix os target
- ios/Podfile +1 -1
ios/Podfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Uncomment this line to define a global platform for your project
|
|
2
|
-
platform :ios, '
|
|
2
|
+
platform :ios, '13.0'
|
|
3
3
|
|
|
4
4
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
|
5
5
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|