Skip to content

Commit 2148506

Browse files
committed
📦 Package: Update ContextMenuAuxiliaryPreview
1 parent 8b1af73 commit 2148506

File tree

5 files changed

+9
-19
lines changed

5 files changed

+9
-19
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 = 142;
486+
CURRENT_PROJECT_VERSION = 145;
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 = 142;
518+
CURRENT_PROJECT_VERSION = 145;
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>142</string>
26+
<string>145</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>142</string>
22+
<string>145</string>
2323
</dict>
2424
</plist>

example/ios/Podfile.lock

Lines changed: 5 additions & 5 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.5.1):
6-
- DGSwiftUtilities (~> 0.18)
5+
- ContextMenuAuxiliaryPreview (0.5.2):
6+
- DGSwiftUtilities (~> 0.29)
77
- DGSwiftUtilities (0.29.0)
88
- DoubleConversion (1.1.6)
99
- FBLazyVector (0.75.2)
@@ -1242,7 +1242,7 @@ PODS:
12421242
- ReactCommon/turbomodule/bridging
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
1245-
- react-native-ios-context-menu (3.0.0-6):
1245+
- react-native-ios-context-menu (3.0.0-7):
12461246
- ContextMenuAuxiliaryPreview (~> 0.5)
12471247
- DGSwiftUtilities
12481248
- DoubleConversion
@@ -1972,7 +1972,7 @@ EXTERNAL SOURCES:
19721972
SPEC CHECKSUMS:
19731973
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
19741974
ComputableLayout: c50faffac4ed9f8f05b0ce5e6f3a60df1f6042c8
1975-
ContextMenuAuxiliaryPreview: d3c705724e00a7dfb1881e4751e89e07ca92850f
1975+
ContextMenuAuxiliaryPreview: 20be0be795b783b68f8792732eed4bed9f202c1c
19761976
DGSwiftUtilities: 626565e1ee90ddacebd8520ea1ce730110ad13e4
19771977
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
19781978
FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619
@@ -2008,7 +2008,7 @@ SPEC CHECKSUMS:
20082008
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
20092009
React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96
20102010
React-microtasksnativemodule: f13f03163b6a5ec66665dfe80a0df4468bb766a6
2011-
react-native-ios-context-menu: 549bfce767c4637b71842b597065cb081e6906f8
2011+
react-native-ios-context-menu: d66a2d0476dcc5e1950cf33c291c2e489913027c
20122012
react-native-ios-utilities: 20c09a0d0665752733e50550e82563e64fb6ef2f
20132013
react-native-safe-area-context: f1fda705dfe14355f41933debb5932887e234cc5
20142014
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d

ios/RNIContextMenuView/RNIContextMenuView.mm

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,6 @@ + (ComponentDescriptorProvider)componentDescriptorProvider
7979
{
8080
return RNIContextMenuView.class;
8181
}
82-
#else
83-
84-
// MARK: - Paper
85-
// -------------
86-
87-
- (void)invalidate
88-
{
89-
// to be impl.
90-
}
91-
9282
#endif
9383
@end
9484

0 commit comments

Comments
 (0)