Skip to content

Commit

Permalink
⚙️ Chore: Ex - Run test-build:all
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dominicstop committed Jan 1, 2025
1 parent 5ccab78 commit ffe6328
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 222;
CURRENT_PROJECT_VERSION = 228;
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 = 222;
CURRENT_PROJECT_VERSION = 228;
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>222</string>
<string>228</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>222</string>
<string>228</string>
</dict>
</plist>

0 comments on commit ffe6328

Please sign in to comment.