~repos /only-bible-app
git clone
https://pyrossh.dev/repos/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.
3b0c6790
—
pyrossh 2 years ago
fix macos release
- lib/navigation.dart +1 -1
- macos/Podfile.lock +1 -1
- macos/Runner.xcodeproj/project.pbxproj +14 -4
- macos/Runner/Configs/AppInfo.xcconfig +2 -2
- macos/Runner/Info.plist +7 -5
- pubspec.yaml +1 -1
lib/navigation.dart
CHANGED
|
@@ -217,7 +217,7 @@ rateApp(BuildContext context) {
|
|
|
217
217
|
} else if (isIOS()) {
|
|
218
218
|
context.openUrl("https://apps.apple.com/us/app/only-bible-app/packageName");
|
|
219
219
|
} else {
|
|
220
|
-
context.openUrl("https://apps.apple.com/us/app/only-bible-app/
|
|
220
|
+
context.openUrl("https://apps.apple.com/us/app/only-bible-app/id6467606465");
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
|
macos/Podfile.lock
CHANGED
|
@@ -57,4 +57,4 @@ SPEC CHECKSUMS:
|
|
|
57
57
|
|
|
58
58
|
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
|
|
59
59
|
|
|
60
|
-
COCOAPODS: 1.
|
|
60
|
+
COCOAPODS: 1.13.0
|
macos/Runner.xcodeproj/project.pbxproj
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
|
68
68
|
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
|
|
69
69
|
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
|
|
70
|
-
33CC10ED2044A3C60003C045 /*
|
|
70
|
+
33CC10ED2044A3C60003C045 /* Only Bible App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Only Bible App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
71
71
|
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
72
72
|
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
|
|
73
73
|
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
33CC10EE2044A3C60003C045 /* Products */ = {
|
|
145
145
|
isa = PBXGroup;
|
|
146
146
|
children = (
|
|
147
|
-
33CC10ED2044A3C60003C045 /*
|
|
147
|
+
33CC10ED2044A3C60003C045 /* Only Bible App.app */,
|
|
148
148
|
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
|
|
149
149
|
);
|
|
150
150
|
name = Products;
|
|
@@ -204,7 +204,6 @@
|
|
|
204
204
|
B89E089ACFCEB65BFFDCF3FE /* Pods-RunnerTests.release.xcconfig */,
|
|
205
205
|
0BDEECADBA88B3AB99533387 /* Pods-RunnerTests.profile.xcconfig */,
|
|
206
206
|
);
|
|
207
|
-
name = Pods;
|
|
208
207
|
path = Pods;
|
|
209
208
|
sourceTree = "<group>";
|
|
210
209
|
};
|
|
@@ -249,7 +248,7 @@
|
|
|
249
248
|
);
|
|
250
249
|
name = Runner;
|
|
251
250
|
productName = Runner;
|
|
252
|
-
productReference = 33CC10ED2044A3C60003C045 /*
|
|
251
|
+
productReference = 33CC10ED2044A3C60003C045 /* Only Bible App.app */;
|
|
253
252
|
productType = "com.apple.product-type.application";
|
|
254
253
|
};
|
|
255
254
|
/* End PBXNativeTarget section */
|
|
@@ -570,11 +569,14 @@
|
|
|
570
569
|
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
|
571
570
|
CODE_SIGN_STYLE = Automatic;
|
|
572
571
|
COMBINE_HIDPI_IMAGES = YES;
|
|
572
|
+
CURRENT_PROJECT_VERSION = 4;
|
|
573
573
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
574
|
+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
|
|
574
575
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
575
576
|
"$(inherited)",
|
|
576
577
|
"@executable_path/../Frameworks",
|
|
577
578
|
);
|
|
579
|
+
MARKETING_VERSION = 1.0.2;
|
|
578
580
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
579
581
|
SWIFT_VERSION = 5.0;
|
|
580
582
|
};
|
|
@@ -696,11 +698,14 @@
|
|
|
696
698
|
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
|
697
699
|
CODE_SIGN_STYLE = Automatic;
|
|
698
700
|
COMBINE_HIDPI_IMAGES = YES;
|
|
701
|
+
CURRENT_PROJECT_VERSION = 4;
|
|
699
702
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
703
|
+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
|
|
700
704
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
701
705
|
"$(inherited)",
|
|
702
706
|
"@executable_path/../Frameworks",
|
|
703
707
|
);
|
|
708
|
+
MARKETING_VERSION = 1.0.2;
|
|
704
709
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
705
710
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
706
711
|
SWIFT_VERSION = 5.0;
|
|
@@ -714,13 +719,18 @@
|
|
|
714
719
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
715
720
|
CLANG_ENABLE_MODULES = YES;
|
|
716
721
|
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
|
|
722
|
+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
|
717
723
|
CODE_SIGN_STYLE = Automatic;
|
|
718
724
|
COMBINE_HIDPI_IMAGES = YES;
|
|
725
|
+
CURRENT_PROJECT_VERSION = 4;
|
|
726
|
+
DEVELOPMENT_TEAM = FXH8NUGFYY;
|
|
719
727
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
728
|
+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
|
|
720
729
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
721
730
|
"$(inherited)",
|
|
722
731
|
"@executable_path/../Frameworks",
|
|
723
732
|
);
|
|
733
|
+
MARKETING_VERSION = 1.0.2;
|
|
724
734
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
725
735
|
SWIFT_VERSION = 5.0;
|
|
726
736
|
};
|
macos/Runner/Configs/AppInfo.xcconfig
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
PRODUCT_NAME = Only Bible App
|
|
9
9
|
|
|
10
10
|
// The application's bundle identifier
|
|
11
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.
|
|
11
|
+
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.only-bible-app
|
|
12
12
|
|
|
13
13
|
// The copyright displayed in application information
|
|
14
|
-
PRODUCT_COPYRIGHT = Copyright © 2023
|
|
14
|
+
PRODUCT_COPYRIGHT = Copyright © 2023 pyrossh. All rights reserved.
|
macos/Runner/Info.plist
CHANGED
|
@@ -20,18 +20,20 @@
|
|
|
20
20
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
22
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
23
|
+
<key>LSApplicationCategoryType</key>
|
|
24
|
+
<string>public.app-category.books</string>
|
|
23
25
|
<key>LSMinimumSystemVersion</key>
|
|
24
26
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
27
|
+
<key>NSAppTransportSecurity</key>
|
|
28
|
+
<dict>
|
|
29
|
+
<key>NSAllowsArbitraryLoads</key>
|
|
30
|
+
<true/>
|
|
31
|
+
</dict>
|
|
25
32
|
<key>NSHumanReadableCopyright</key>
|
|
26
33
|
<string>$(PRODUCT_COPYRIGHT)</string>
|
|
27
34
|
<key>NSMainNibFile</key>
|
|
28
35
|
<string>MainMenu</string>
|
|
29
36
|
<key>NSPrincipalClass</key>
|
|
30
37
|
<string>NSApplication</string>
|
|
31
|
-
<key>NSAppTransportSecurity</key>
|
|
32
|
-
<dict>
|
|
33
|
-
<key>NSAllowsArbitraryLoads</key>
|
|
34
|
-
<true/>
|
|
35
|
-
</dict>
|
|
36
38
|
</dict>
|
|
37
39
|
</plist>
|
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: 1.0.
|
|
4
|
+
version: 1.0.2+4
|
|
5
5
|
|
|
6
6
|
environment:
|
|
7
7
|
sdk: '>=3.0.6 <4.0.0'
|