Skip to content

Commit ffe6328

Browse files
committed
⚙️ Chore: Ex - Run test-build:all
BUILD RESULTS... BUILD_MODE: quick Build - NEW_ARCH_STATIC_DEBUG: SUCCESS Build - OLD_ARCH_STATIC_DEBUG: SUCCESS Build - NEW_ARCH_STATIC_RELEASE: SUCCESS Build - OLD_ARCH_STATIC_RELEASE: SUCCESS Build - OLD_ARCH_DYNAMIC: SUCCESS
1 parent 5ccab78 commit ffe6328

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = 222;
486+
CURRENT_PROJECT_VERSION = 228;
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 = 222;
518+
CURRENT_PROJECT_VERSION = 228;
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>222</string>
26+
<string>228</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>222</string>
22+
<string>228</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)