~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.
ddf4a33d
—
pyrossh 2 years ago
fix(ios): remove NSAppTransportSecurity permission
- ios/Runner/Info.plist +4 -7
ios/Runner/Info.plist
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
<key>CFBundleExecutable</key>
|
|
10
10
|
<string>$(EXECUTABLE_NAME)</string>
|
|
11
11
|
<key>CFBundleIdentifier</key>
|
|
12
|
-
<string>
|
|
12
|
+
<string>sh.pyros.only-bible-app</string>
|
|
13
13
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
14
|
<string>6.0</string>
|
|
15
15
|
<key>CFBundleName</key>
|
|
16
|
-
<string>
|
|
16
|
+
<string>only-bible-app</string>
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
18
18
|
<string>APPL</string>
|
|
19
19
|
<key>CFBundleShortVersionString</key>
|
|
@@ -47,10 +47,7 @@
|
|
|
47
47
|
<true/>
|
|
48
48
|
<key>UIStatusBarHidden</key>
|
|
49
49
|
<false/>
|
|
50
|
-
|
|
50
|
+
<key>ITSAppUsesNonExemptEncryption</key>
|
|
51
|
-
<dict>
|
|
52
|
-
<key>NSAllowsArbitraryLoads</key>
|
|
53
|
-
|
|
51
|
+
<false/>
|
|
54
|
-
</dict>
|
|
55
52
|
</dict>
|
|
56
53
|
</plist>
|