Skip to content

Commit

Permalink
build: bump version v.1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bri74 authored and polito-mobile committed May 13, 2024
1 parent bfd02e5 commit 0df078c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ jobs:
build-ios:
name: ${{ needs.configure.outputs.push_to_testflight == 'false' && 'Build' || 'Build & Deploy' }} iOS
env:
ImageOS: macos12
LANG: en_US.UTF-8
CI: 'true'
BUILD_NO: ${{ needs.configure.outputs.build_no }}
Expand All @@ -229,17 +228,24 @@ jobs:
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.FASTLANE_APPLE_DEV_PW }}
SUPPLY_GOOGLE_SERVICE_INFO_PLIST_PATH: "./GoogleService-Info.plist"
needs: configure
runs-on: [self-hosted, macos-12]
runs-on: [macos-latest]
steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14'
xcode-version: '15'
- name: Checkout
uses: actions/checkout@v3
- name: Set .env
run:
echo "MAPBOX_TOKEN=${{ secrets.MAPBOX_TOKEN }}" >> .env
- name: Set .netrc
run: |
echo "machine api.mapbox.com
login mapbox
password
${{ secrets.MAPBOX_TOKEN }}
" > ~/.netrc
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polito/students-app",
"version": "1.6.4",
"version": "1.6.5",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only --appIdSuffix=dev",
Expand All @@ -16,7 +16,7 @@
"format": "prettier --write '**/*.{ts,tsx,md}'",
"types:check": "tsc --noEmit",
"check": "npm run lint:check && npm run format:check && npm run types:check",
"postinstall": "react-native setup-ios-permissions && pod-install"
"postinstall": "react-native setup-ios-permissions"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
Expand Down

0 comments on commit 0df078c

Please sign in to comment.