Skip to content

Commit

Permalink
📦 Package: Update reaact-native-ios-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 21, 2024
1 parent 4c8a426 commit f69e4cb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = IosModalExample/Info.plist;
Expand Down Expand Up @@ -499,7 +499,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = ZC7A6XV8GR;
INFOPLIST_FILE = IosModalExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
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>5</string>
<string>6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</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>5</string>
<string>6</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-ios-utilities": "next"
"react-native-ios-utilities": "v5.0.0-44"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-builder-bob": "^0.20.0",
"react-native-ios-utilities": "next",
"react-native-ios-utilities": "v5.0.0-44",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8973,7 +8973,7 @@ __metadata:
babel-plugin-module-resolver: ^5.0.0
react: 18.2.0
react-native: 0.74.2
react-native-ios-utilities: next
react-native-ios-utilities: v5.0.0-44
languageName: unknown
linkType: soft

Expand All @@ -8992,7 +8992,7 @@ __metadata:
react: 18.2.0
react-native: 0.74.2
react-native-builder-bob: ^0.20.0
react-native-ios-utilities: next
react-native-ios-utilities: v5.0.0-44
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.2.2
Expand All @@ -9003,13 +9003,13 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-ios-utilities@npm:next":
version: 5.0.0-0
resolution: "react-native-ios-utilities@npm:5.0.0-0"
"react-native-ios-utilities@npm:v5.0.0-44":
version: 5.0.0-44
resolution: "react-native-ios-utilities@npm:5.0.0-44"
peerDependencies:
react: "*"
react-native: "*"
checksum: 0bc80c56878c3f0bddc654b311a8683517e2e995411feebd23fba65fdc1bb72314e20df4e7284f607e801858a460d91a2aa8e265c252da9c5adf41a195931c7a
checksum: f96505c95c3a3f8cf23b8d532d88ee79b598345b552dbd46c3b69d83fae4626f65bd80330d191cb1899c751a7669227908c63ba70f2d1981db18685222d6877b
languageName: node
linkType: hard

Expand Down

0 comments on commit f69e4cb

Please sign in to comment.