Skip to content

Commit

Permalink
⚙️ Chore: Ex - Enable New Arch. + Use Static Linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 11, 2024
1 parent b7d4894 commit aa1c187
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/ios/IosContextMenuExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 202;
CURRENT_PROJECT_VERSION = 206;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
Expand Down Expand Up @@ -515,7 +515,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 202;
CURRENT_PROJECT_VERSION = 206;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "RNIContextMenu Example";
Expand Down
2 changes: 1 addition & 1 deletion example/ios/IosContextMenuExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>202</string>
<string>206</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion example/ios/IosContextMenuExampleTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>202</string>
<string>206</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-ios-context-menu (3.0.0-14):
- react-native-ios-context-menu (3.0.0-15):
- ContextMenuAuxiliaryPreview (~> 0.5)
- DGSwiftUtilities
- DoubleConversion
Expand Down Expand Up @@ -2008,7 +2008,7 @@ SPEC CHECKSUMS:
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
React-Mapbuffer: db173bede5ac5cb1c82d4a6a8597477ba87c5648
React-microtasksnativemodule: a5cd87542a308060e645d337b036733c327dc01b
react-native-ios-context-menu: 20d639b99b3480bfdf4650b52e6616184bb3f1f9
react-native-ios-context-menu: 76b6f4edc5304b2f08e925b70db913561c86d48e
react-native-ios-utilities: 519ce3273cf10bc66c5c1d0163250d1ce4acb00a
react-native-safe-area-context: 4571abffff5db8a314b849a2c72aae5cba2e4c7a
React-nativeconfig: 5fc2b05a590eb704128f5a4fc8ea6fa7b847e6e8
Expand Down

0 comments on commit aa1c187

Please sign in to comment.