Skip to content

Commit

Permalink
📦 Package: Update react-native-ios-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 8, 2024
1 parent d018c72 commit cf8c77d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions example/ios/IosModalExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 39;
CURRENT_PROJECT_VERSION = 40;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = IosModalExample/Info.plist;
Expand Down Expand Up @@ -504,7 +504,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 39;
CURRENT_PROJECT_VERSION = 40;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
INFOPLIST_FILE = IosModalExample/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = RNIModalExample;
Expand Down
2 changes: 1 addition & 1 deletion example/ios/IosModalExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>39</string>
<string>40</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion example/ios/IosModalExampleTests/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>39</string>
<string>40</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@shopify/flash-list": "^1.7.1",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native-ios-utilities": "next",
"react-native-ios-utilities": ">=5.0.0-51",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.35.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-builder-bob": "^0.20.0",
"react-native-ios-utilities": ">=5.0.0-46",
"react-native-ios-utilities": ">=5.0.0-51",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10009,7 +10009,7 @@ __metadata:
babel-plugin-module-resolver: ^5.0.0
react: 18.3.1
react-native: 0.75.2
react-native-ios-utilities: next
react-native-ios-utilities: ">=5.0.0-51"
react-native-safe-area-context: ^4.10.9
react-native-screens: ^3.35.0
languageName: unknown
Expand All @@ -10030,7 +10030,7 @@ __metadata:
react: 18.2.0
react-native: 0.74.2
react-native-builder-bob: ^0.20.0
react-native-ios-utilities: ">=5.0.0-46"
react-native-ios-utilities: ">=5.0.0-51"
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.2.2
Expand All @@ -10041,7 +10041,7 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-ios-utilities@npm:>=5.0.0-46, react-native-ios-utilities@npm:next":
"react-native-ios-utilities@npm:>=5.0.0-51":
version: 5.0.0-51
resolution: "react-native-ios-utilities@npm:5.0.0-51"
peerDependencies:
Expand Down

0 comments on commit cf8c77d

Please sign in to comment.