Skip to content

Commit aa2e325

Browse files
author
Christoph Pader
committed
update iOS environment and pods
1 parent 889dd50 commit aa2e325

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

example/ios/GraphExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
buildSettings = {
795795
ALWAYS_SEARCH_USER_PATHS = NO;
796796
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
797-
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
797+
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
798798
CLANG_CXX_LIBRARY = "libc++";
799799
CLANG_ENABLE_MODULES = YES;
800800
CLANG_ENABLE_OBJC_ARC = YES;
@@ -856,7 +856,7 @@
856856
buildSettings = {
857857
ALWAYS_SEARCH_USER_PATHS = NO;
858858
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
859-
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
859+
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
860860
CLANG_CXX_LIBRARY = "libc++";
861861
CLANG_ENABLE_MODULES = YES;
862862
CLANG_ENABLE_OBJC_ARC = YES;

example/ios/Podfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ PODS:
331331
- glog
332332
- react-native-segmented-control (2.4.0):
333333
- React-Core
334-
- react-native-skia (0.1.188):
334+
- react-native-skia (0.1.241):
335+
- RCT-Folly (= 2021.07.22.00)
335336
- React
336337
- React-callinvoker
337338
- React-Core
@@ -450,8 +451,8 @@ PODS:
450451
- React-RCTText
451452
- ReactCommon/turbomodule/core
452453
- Yoga
453-
- RNStaticSafeAreaInsets (2.1.1):
454-
- React
454+
- RNStaticSafeAreaInsets (2.2.0):
455+
- React-Core
455456
- SocketRocket (0.6.0)
456457
- Yoga (1.14.0)
457458
- YogaKit (1.18.1):
@@ -659,7 +660,7 @@ SPEC CHECKSUMS:
659660
React-jsinspector: 9885f6f94d231b95a739ef7bb50536fb87ce7539
660661
React-logger: 3f8ebad1be1bf3299d1ab6d7f971802d7395c7ef
661662
react-native-segmented-control: 06607462630512ff8eef652ec560e6235a30cc3e
662-
react-native-skia: 8c68c437707fd47b25420ca4c8563fe3cfc52ada
663+
react-native-skia: aeff17a013e73142ec8f2518bffae005f2b5fb1c
663664
React-perflogger: 2d505bbe298e3b7bacdd9e542b15535be07220f6
664665
React-RCTActionSheet: 0e96e4560bd733c9b37efbf68f5b1a47615892fb
665666
React-RCTAnimation: fd138e26f120371c87e406745a27535e2c8a04ef
@@ -676,11 +677,11 @@ SPEC CHECKSUMS:
676677
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
677678
RNReactNativeHapticFeedback: 4085973f5a38b40d3c6793a3ee5724773eae045e
678679
RNReanimated: b1220a0e5168745283ff5d53bfc7d2144b2cee1b
679-
RNStaticSafeAreaInsets: 6103cf09647fa427186d30f67b0f5163c1ae8252
680+
RNStaticSafeAreaInsets: 055ddbf5e476321720457cdaeec0ff2ba40ec1b8
680681
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
681682
Yoga: d56980c8914db0b51692f55533409e844b66133c
682683
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
683684

684685
PODFILE CHECKSUM: 69e7f1fd189d8c9d5c72fa8e8c8692596d21099b
685686

686-
COCOAPODS: 1.12.1
687+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)