Skip to content

Commit 1de0b18

Browse files
committed
📦 Package: Update ContextMenuAuxiliaryPreview
1 parent 0c988b9 commit 1de0b18

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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 = 126;
486+
CURRENT_PROJECT_VERSION = 139;
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 = 126;
518+
CURRENT_PROJECT_VERSION = 139;
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>126</string>
26+
<string>139</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>126</string>
22+
<string>139</string>
2323
</dict>
2424
</plist>

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PODS:
22
- boost (1.84.0)
33
- ComputableLayout (0.7.0):
44
- DGSwiftUtilities (~> 0.11)
5-
- ContextMenuAuxiliaryPreview (0.4.0):
6-
- DGSwiftUtilities (~> 0.13)
5+
- ContextMenuAuxiliaryPreview (0.5.1):
6+
- DGSwiftUtilities (~> 0.18)
77
- DGSwiftUtilities (0.29.0)
88
- DoubleConversion (1.1.6)
99
- FBLazyVector (0.75.2)
@@ -1243,7 +1243,7 @@ PODS:
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
12451245
- react-native-ios-context-menu (3.0.0-6):
1246-
- ContextMenuAuxiliaryPreview (~> 0.3)
1246+
- ContextMenuAuxiliaryPreview (~> 0.5)
12471247
- DGSwiftUtilities
12481248
- DoubleConversion
12491249
- glog
@@ -1267,7 +1267,7 @@ PODS:
12671267
- ReactCommon/turbomodule/bridging
12681268
- ReactCommon/turbomodule/core
12691269
- Yoga
1270-
- react-native-ios-utilities (5.0.0-43):
1270+
- react-native-ios-utilities (5.0.0-44):
12711271
- ComputableLayout (~> 0.7)
12721272
- DGSwiftUtilities (~> 0.29)
12731273
- DoubleConversion
@@ -1972,7 +1972,7 @@ EXTERNAL SOURCES:
19721972
SPEC CHECKSUMS:
19731973
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
19741974
ComputableLayout: c50faffac4ed9f8f05b0ce5e6f3a60df1f6042c8
1975-
ContextMenuAuxiliaryPreview: 484e47f66bcb9ffe485b5e7e34cc968ff3218a9f
1975+
ContextMenuAuxiliaryPreview: d3c705724e00a7dfb1881e4751e89e07ca92850f
19761976
DGSwiftUtilities: 626565e1ee90ddacebd8520ea1ce730110ad13e4
19771977
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
19781978
FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619
@@ -2008,8 +2008,8 @@ SPEC CHECKSUMS:
20082008
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
20092009
React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96
20102010
React-microtasksnativemodule: f13f03163b6a5ec66665dfe80a0df4468bb766a6
2011-
react-native-ios-context-menu: f124cdd5fa71b122fad46b0fc98b18fa2c16f94a
2012-
react-native-ios-utilities: a9abb25ef41271e4ed6b973a4e56e27076d5baa2
2011+
react-native-ios-context-menu: 549bfce767c4637b71842b597065cb081e6906f8
2012+
react-native-ios-utilities: 20c09a0d0665752733e50550e82563e64fb6ef2f
20132013
react-native-safe-area-context: f1fda705dfe14355f41933debb5932887e234cc5
20142014
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d
20152015
React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1

react-native-ios-context-menu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Pod::Spec.new do |s|
102102

103103
s.dependency 'react-native-ios-utilities'
104104
s.dependency 'DGSwiftUtilities'
105-
s.dependency 'ContextMenuAuxiliaryPreview', '~> 0.3'
105+
s.dependency 'ContextMenuAuxiliaryPreview', '~> 0.5'
106106

107107
if fabric_enabled
108108
compiler_flags << ' ' << fabric_compiler_flags

0 commit comments

Comments
 (0)