Skip to content

Commit

Permalink
chore: bump iOS sdk (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra authored Mar 27, 2024
1 parent 1b952fc commit 3d769cc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mobile/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'

platform :ios, '14.1'
platform :ios, '17.4'

target 'Quiet' do
config = use_native_modules!
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,6 @@ SPEC CHECKSUMS:
Tor: 39dc71bf048312e202608eb499ca5c74e841b503
Yoga: 13c8ef87792450193e117976337b8527b49e8c03

PODFILE CHECKSUM: 7e9113c78632c284f4751b2dab029a52a8157ad0
PODFILE CHECKSUM: 811e75c5d23ebd5b5f3e16c6dd4bae230db730d0

COCOAPODS: 1.14.3
4 changes: 2 additions & 2 deletions packages/mobile/ios/Quiet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5300,7 +5300,7 @@
INFOPLIST_FILE = Quiet/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Quiet;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -5396,7 +5396,7 @@
INFOPLIST_FILE = Quiet/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Quiet;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
16 changes: 8 additions & 8 deletions packages/mobile/ios/Quiet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@
<key>CFBundleVersion</key>
<string>367</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<false/>
<key>LSRequiresIPhoneOS</key>
<true />
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false />
<false/>
<key>NSAllowsLocalNetworking</key>
<true />
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true />
<true/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string />
<string></string>
<key>UIAppFonts</key>
<array>
<string>Rubik-Black.ttf</string>
Expand All @@ -74,7 +74,7 @@
<string>Rubik-SemiBoldItalic.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array />
<array/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand All @@ -88,6 +88,6 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false />
<false/>
</dict>
</plist>

0 comments on commit 3d769cc

Please sign in to comment.