This commit is contained in:
Paul Frazee
2023-02-22 09:20:52 -06:00
parent b1ffb1e686
commit 59ef3ec9c1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -39,6 +39,8 @@
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
@@ -80,7 +82,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bsky.app",
"version": "0.0.1",
"version": "1.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",