Skip to content

Commit 75d35a3

Browse files
committed
⚙️ Chore: Ex - Run pod-install
1 parent 79bbd6d commit 75d35a3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/ios/IosContextMenuExample.xcodeproj/project.pbxproj

+2-2
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 = 209;
486+
CURRENT_PROJECT_VERSION = 211;
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 = 209;
518+
CURRENT_PROJECT_VERSION = 211;
519519
DEVELOPMENT_TEAM = ZC7A6XV8GR;
520520
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
521521
INFOPLIST_KEY_CFBundleDisplayName = "RNIContextMenu Example";

example/ios/IosContextMenuExample/Info.plist

+1-1
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>209</string>
26+
<string>211</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSAppTransportSecurity</key>

example/ios/IosContextMenuExampleTests/Info.plist

+1-1
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>209</string>
22+
<string>211</string>
2323
</dict>
2424
</plist>

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ PODS:
12421242
- ReactCommon/turbomodule/bridging
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
1245-
- react-native-ios-context-menu (3.0.0-19):
1245+
- react-native-ios-context-menu (3.0.0-22):
12461246
- ContextMenuAuxiliaryPreview (~> 0.5)
12471247
- DGSwiftUtilities
12481248
- DoubleConversion
@@ -2008,7 +2008,7 @@ SPEC CHECKSUMS:
20082008
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
20092009
React-Mapbuffer: db173bede5ac5cb1c82d4a6a8597477ba87c5648
20102010
React-microtasksnativemodule: a5cd87542a308060e645d337b036733c327dc01b
2011-
react-native-ios-context-menu: c8df565d7b5f54b23b173a1c4d0250d8be4adf81
2011+
react-native-ios-context-menu: 4302bcb4b0db9163b9d4ecccf3b079b5526bcad2
20122012
react-native-ios-utilities: 519ce3273cf10bc66c5c1d0163250d1ce4acb00a
20132013
react-native-safe-area-context: 4571abffff5db8a314b849a2c72aae5cba2e4c7a
20142014
React-nativeconfig: 5fc2b05a590eb704128f5a4fc8ea6fa7b847e6e8

0 commit comments

Comments
 (0)