From 3894dec8f9a23b98757db361869611130f677304 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Wed, 30 Oct 2024 17:49:59 +0300 Subject: [PATCH] feat_: add support for xcode 16.1 --- ios/Podfile.lock | 8 +++++++- nix/overlay.nix | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index dab4cb278e..9915cbfb68 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -940,6 +940,8 @@ PODS: - React - react-native-orientation-locker (1.5.0): - React-Core + - react-native-pdf (6.7.5): + - React-Core - react-native-shake (3.4.0): - React - react-native-slider (3.0.0): @@ -1238,6 +1240,7 @@ DEPENDENCIES: - react-native-lottie-splash-screen (from `../node_modules/react-native-lottie-splash-screen`) - "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)" - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) + - react-native-pdf (from `../node_modules/react-native-pdf`) - react-native-shake (from `../node_modules/react-native-shake`) - "react-native-slider (from `../node_modules/@react-native-community/slider`)" - react-native-status (from `../modules/react-native-status`) @@ -1383,6 +1386,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-community/netinfo" react-native-orientation-locker: :path: "../node_modules/react-native-orientation-locker" + react-native-pdf: + :path: "../node_modules/react-native-pdf" react-native-shake: :path: "../node_modules/react-native-shake" react-native-slider: @@ -1492,7 +1497,7 @@ SPEC CHECKSUMS: FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d FBReactNativeSpec: 146c741a3f40361f6bc13a4ba284678cbedb5881 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 53cc9a00a2af0495ac1613e9fe3df6e646a3f405 + glog: c0eca6ffed0a6fde1965ef26dcc7bf528f052af4 hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352 Keycard: 3bd24405b9a875b3b3cf1ab1be69b5c30c5f28bc @@ -1532,6 +1537,7 @@ SPEC CHECKSUMS: react-native-lottie-splash-screen: 4e1b1fd9d6633f9cd2106d6877eb5ba0147f3e2b react-native-netinfo: ddaca8bbb9e6e914b1a23787ccb879bc642931c9 react-native-orientation-locker: 851f6510d8046ea2f14aa169b1e01fcd309a94ba + react-native-pdf: 103940c90d62adfd259f63cca99c7c0c306b514c react-native-shake: de052eaa3eadc4a326b8ddd7ac80c06e8d84528c react-native-slider: 12bd76d3d568c9c5500825db54123d44b48e4ad4 react-native-status: 21f75d492fd311dc111303da38a7a2b23a8a8466 diff --git a/nix/overlay.nix b/nix/overlay.nix index a5918d3258..765b07c335 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -51,7 +51,7 @@ in { yarn = super.yarn.override { nodejs = super.nodejs_20; }; openjdk = super.openjdk17_headless; xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } { - versions = ["15.1" "15.2" "15.3" "15.4" "16.0"]; + versions = ["15.1" "15.2" "15.3" "15.4" "16.0" "16.1"]; }; go = super.go_1_21; clang = super.clang_15;