only-bible-app v3.7.2+24
git clone https://git.pyrossh.dev/only-bible-app
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
eaf9ddd
— Peter John
2026-08-09T15:47:53+05:30
fix release bug
- ios/Runner/Info.plist +1 -1
- ios/fastlane/Fastfile +0 -1
- pubspec.yaml +1 -1
ios/Runner/Info.plist
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<key>CFBundleSignature</key>
|
|
24
24
|
<string>????</string>
|
|
25
25
|
<key>CFBundleVersion</key>
|
|
26
|
-
<string>
|
|
26
|
+
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
27
27
|
<key>LSRequiresIPhoneOS</key>
|
|
28
28
|
<true/>
|
|
29
29
|
<key>UIApplicationSceneManifest</key>
|
ios/fastlane/Fastfile
CHANGED
|
@@ -52,7 +52,6 @@ platform :ios do
|
|
|
52
52
|
update_screenshots = update_screenshots_requested?(options)
|
|
53
53
|
screenshots if update_screenshots
|
|
54
54
|
certs
|
|
55
|
-
increment_build_number(xcodeproj: "Runner.xcodeproj")
|
|
56
55
|
build_app(
|
|
57
56
|
workspace: "Runner.xcworkspace",
|
|
58
57
|
scheme: "Runner",
|
pubspec.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: only_bible_app
|
|
2
2
|
description: The only bible app you will ever need
|
|
3
3
|
publish_to: 'none'
|
|
4
|
-
version: 3.7.
|
|
4
|
+
version: 3.7.1+24
|
|
5
5
|
|
|
6
6
|
environment:
|
|
7
7
|
sdk: '^3.12.2'
|