Skip to content

Commit

Permalink
📦 Package: Upgrade RN Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 23, 2024
1 parent a44bebb commit 5381239
Show file tree
Hide file tree
Showing 7 changed files with 1,127 additions and 508 deletions.
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 = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = IosVisualEffectViewExample/Info.plist;
Expand Down Expand Up @@ -516,7 +516,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
INFOPLIST_FILE = IosVisualEffectViewExample/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "RNIVisualEffectView Example";
Expand Down Expand Up @@ -621,6 +621,7 @@
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
USE_HERMES = true;
};
name = Debug;
Expand Down
2 changes: 1 addition & 1 deletion example/ios/IosVisualEffectViewExample/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>10</string>
<string>11</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion example/ios/IosVisualEffectViewExampleTests/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>10</string>
<string>11</string>
</dict>
</plist>
Loading

0 comments on commit 5381239

Please sign in to comment.