feat_: add support for xcode 16.1
This commit is contained in:
parent
487137a602
commit
3894dec8f9
|
@ -940,6 +940,8 @@ PODS:
|
||||||
- React
|
- React
|
||||||
- react-native-orientation-locker (1.5.0):
|
- react-native-orientation-locker (1.5.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
|
- react-native-pdf (6.7.5):
|
||||||
|
- React-Core
|
||||||
- react-native-shake (3.4.0):
|
- react-native-shake (3.4.0):
|
||||||
- React
|
- React
|
||||||
- react-native-slider (3.0.0):
|
- 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-lottie-splash-screen (from `../node_modules/react-native-lottie-splash-screen`)
|
||||||
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
|
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
|
||||||
- react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`)
|
- 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-shake (from `../node_modules/react-native-shake`)
|
||||||
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
|
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
|
||||||
- react-native-status (from `../modules/react-native-status`)
|
- react-native-status (from `../modules/react-native-status`)
|
||||||
|
@ -1383,6 +1386,8 @@ EXTERNAL SOURCES:
|
||||||
:path: "../node_modules/@react-native-community/netinfo"
|
:path: "../node_modules/@react-native-community/netinfo"
|
||||||
react-native-orientation-locker:
|
react-native-orientation-locker:
|
||||||
:path: "../node_modules/react-native-orientation-locker"
|
:path: "../node_modules/react-native-orientation-locker"
|
||||||
|
react-native-pdf:
|
||||||
|
:path: "../node_modules/react-native-pdf"
|
||||||
react-native-shake:
|
react-native-shake:
|
||||||
:path: "../node_modules/react-native-shake"
|
:path: "../node_modules/react-native-shake"
|
||||||
react-native-slider:
|
react-native-slider:
|
||||||
|
@ -1492,7 +1497,7 @@ SPEC CHECKSUMS:
|
||||||
FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d
|
FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d
|
||||||
FBReactNativeSpec: 146c741a3f40361f6bc13a4ba284678cbedb5881
|
FBReactNativeSpec: 146c741a3f40361f6bc13a4ba284678cbedb5881
|
||||||
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
||||||
glog: 53cc9a00a2af0495ac1613e9fe3df6e646a3f405
|
glog: c0eca6ffed0a6fde1965ef26dcc7bf528f052af4
|
||||||
hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e
|
hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e
|
||||||
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
|
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
|
||||||
Keycard: 3bd24405b9a875b3b3cf1ab1be69b5c30c5f28bc
|
Keycard: 3bd24405b9a875b3b3cf1ab1be69b5c30c5f28bc
|
||||||
|
@ -1532,6 +1537,7 @@ SPEC CHECKSUMS:
|
||||||
react-native-lottie-splash-screen: 4e1b1fd9d6633f9cd2106d6877eb5ba0147f3e2b
|
react-native-lottie-splash-screen: 4e1b1fd9d6633f9cd2106d6877eb5ba0147f3e2b
|
||||||
react-native-netinfo: ddaca8bbb9e6e914b1a23787ccb879bc642931c9
|
react-native-netinfo: ddaca8bbb9e6e914b1a23787ccb879bc642931c9
|
||||||
react-native-orientation-locker: 851f6510d8046ea2f14aa169b1e01fcd309a94ba
|
react-native-orientation-locker: 851f6510d8046ea2f14aa169b1e01fcd309a94ba
|
||||||
|
react-native-pdf: 103940c90d62adfd259f63cca99c7c0c306b514c
|
||||||
react-native-shake: de052eaa3eadc4a326b8ddd7ac80c06e8d84528c
|
react-native-shake: de052eaa3eadc4a326b8ddd7ac80c06e8d84528c
|
||||||
react-native-slider: 12bd76d3d568c9c5500825db54123d44b48e4ad4
|
react-native-slider: 12bd76d3d568c9c5500825db54123d44b48e4ad4
|
||||||
react-native-status: 21f75d492fd311dc111303da38a7a2b23a8a8466
|
react-native-status: 21f75d492fd311dc111303da38a7a2b23a8a8466
|
||||||
|
|
|
@ -51,7 +51,7 @@ in {
|
||||||
yarn = super.yarn.override { nodejs = super.nodejs_20; };
|
yarn = super.yarn.override { nodejs = super.nodejs_20; };
|
||||||
openjdk = super.openjdk17_headless;
|
openjdk = super.openjdk17_headless;
|
||||||
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
|
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;
|
go = super.go_1_21;
|
||||||
clang = super.clang_15;
|
clang = super.clang_15;
|
||||||
|
|
Loading…
Reference in New Issue