Skip to content

Commit 4f78057

Browse files
committed
⚙️ Chore: Run initialize:reset
1 parent 1e9b2e9 commit 4f78057

File tree

5 files changed

+261
-270
lines changed

5 files changed

+261
-270
lines changed

example/ios/IosContextMenuExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
buildSettings = {
484484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485485
CLANG_ENABLE_MODULES = YES;
486-
CURRENT_PROJECT_VERSION = 47;
486+
CURRENT_PROJECT_VERSION = 73;
487487
DEVELOPMENT_TEAM = ZC7A6XV8GR;
488488
ENABLE_BITCODE = NO;
489489
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
@@ -515,7 +515,7 @@
515515
buildSettings = {
516516
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
517517
CLANG_ENABLE_MODULES = YES;
518-
CURRENT_PROJECT_VERSION = 47;
518+
CURRENT_PROJECT_VERSION = 73;
519519
DEVELOPMENT_TEAM = ZC7A6XV8GR;
520520
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
521521
INFOPLIST_KEY_CFBundleDisplayName = "RNIContextMenu Example";

example/ios/IosContextMenuExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>47</string>
26+
<string>73</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSAppTransportSecurity</key>

example/ios/IosContextMenuExampleTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>47</string>
22+
<string>73</string>
2323
</dict>
2424
</plist>

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ PODS:
12911291
- ReactCommon/turbomodule/bridging
12921292
- ReactCommon/turbomodule/core
12931293
- Yoga
1294-
- react-native-safe-area-context (4.10.9):
1294+
- react-native-safe-area-context (4.11.0):
12951295
- DoubleConversion
12961296
- glog
12971297
- hermes-engine
@@ -1304,8 +1304,8 @@ PODS:
13041304
- React-featureflags
13051305
- React-graphics
13061306
- React-ImageManager
1307-
- react-native-safe-area-context/common (= 4.10.9)
1308-
- react-native-safe-area-context/fabric (= 4.10.9)
1307+
- react-native-safe-area-context/common (= 4.11.0)
1308+
- react-native-safe-area-context/fabric (= 4.11.0)
13091309
- React-NativeModulesApple
13101310
- React-RCTFabric
13111311
- React-rendererdebug
@@ -1314,7 +1314,7 @@ PODS:
13141314
- ReactCommon/turbomodule/bridging
13151315
- ReactCommon/turbomodule/core
13161316
- Yoga
1317-
- react-native-safe-area-context/common (4.10.9):
1317+
- react-native-safe-area-context/common (4.11.0):
13181318
- DoubleConversion
13191319
- glog
13201320
- hermes-engine
@@ -1335,7 +1335,7 @@ PODS:
13351335
- ReactCommon/turbomodule/bridging
13361336
- ReactCommon/turbomodule/core
13371337
- Yoga
1338-
- react-native-safe-area-context/fabric (4.10.9):
1338+
- react-native-safe-area-context/fabric (4.11.0):
13391339
- DoubleConversion
13401340
- glog
13411341
- hermes-engine
@@ -1918,7 +1918,7 @@ SPEC CHECKSUMS:
19181918
React-microtasksnativemodule: f13f03163b6a5ec66665dfe80a0df4468bb766a6
19191919
react-native-ios-context-menu: e0a7ff949ffd5ad542e071dc641d06cccbc57339
19201920
react-native-ios-utilities: b5c5e28706f70fd95ae998b277a7439596b8627d
1921-
react-native-safe-area-context: 38fdd9b3c5561de7cabae64bd0cd2ce05d2768a1
1921+
react-native-safe-area-context: f1fda705dfe14355f41933debb5932887e234cc5
19221922
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d
19231923
React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1
19241924
React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936

0 commit comments

Comments
 (0)