Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 9, 2024
2 parents 912cdef + d8c5bf8 commit 08a640d
Show file tree
Hide file tree
Showing 4 changed files with 1,470 additions and 1,484 deletions.
4 changes: 2 additions & 2 deletions App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>2.7.1</string>
<string>2.8.0</string>
<key>CFBundleVersion</key>
<string>114</string>
<string>115</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

source "https://rubygems.org"

gem 'fastlane', "2.219.0"
gem 'fastlane', "2.224.0"
gem 'cocoapods', "1.15.2"
gem 'cocoapods-acknowledgements'

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@akylas/address-formatter": "5.3.1",
"@akylas/nativescript": "8.8.3",
"@akylas/nativescript-app-utils": "2.1.1",
"@akylas/nativescript-app-utils": "2.1.2",
"@akylas/nativescript-inappbrowser": "3.1.8",
"@mapbox/to-color": "^2.1.1",
"@mdi/font": "7.4.47",
Expand All @@ -49,8 +49,8 @@
"@nativescript-community/ui-canvaslabel": "1.2.37",
"@nativescript-community/ui-chart": "2.0.21",
"@nativescript-community/ui-checkbox": "^2.0.12",
"@nativescript-community/ui-collectionview": "5.3.42",
"@nativescript-community/ui-collectionview-swipemenu": "5.3.42",
"@nativescript-community/ui-collectionview": "5.3.43",
"@nativescript-community/ui-collectionview-swipemenu": "5.3.43",
"@nativescript-community/ui-document-picker": "1.1.25",
"@nativescript-community/ui-drawer": "0.1.28",
"@nativescript-community/ui-image": "4.5.3",
Expand Down Expand Up @@ -145,7 +145,7 @@
"resolutions": {
"webpack": "5.92.1",
"@akylas/nativescript": "portal:../NativeScript/dist/packages/core",
"@akylas/nativescript-app-utils": "portal:/home/mguillon/dev/nativescript/app-utils/packages/app-utils"
"@akylas/nativescript-app-utils": "portal:../app-utils/packages/app-utils"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 08a640d

Please sign in to comment.