mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Bump building chain
This commit is contained in:
parent
a70dce9780
commit
41c09d4ae9
34
.github/workflows/build.yml
vendored
34
.github/workflows/build.yml
vendored
@ -7,12 +7,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ios:
|
build-ios:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- uses: tj-actions/branch-names@v6
|
- uses: tj-actions/branch-names@v8
|
||||||
id: branch
|
id: branch
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
- run: bundle install
|
- run: bundle install
|
||||||
- run: yarn app:build ios
|
- run: yarn app:build ios
|
||||||
env:
|
env:
|
||||||
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
|
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
|
||||||
ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
|
ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
|
||||||
SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
|
SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
@ -38,18 +38,18 @@ jobs:
|
|||||||
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
|
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- uses: tj-actions/branch-names@v6
|
- uses: tj-actions/branch-names@v8
|
||||||
id: branch
|
id: branch
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
@ -67,19 +67,19 @@ jobs:
|
|||||||
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
|
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs: [build-ios, build-android]
|
needs: [build-ios, build-android]
|
||||||
steps:
|
steps:
|
||||||
- uses: tj-actions/branch-names@v6
|
- uses: tj-actions/branch-names@v8
|
||||||
id: branch
|
id: branch
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
|
893
.yarn/releases/yarn-4.0.1.cjs
vendored
893
.yarn/releases/yarn-4.0.1.cjs
vendored
File diff suppressed because one or more lines are too long
893
.yarn/releases/yarn-4.1.0.cjs
vendored
Executable file
893
.yarn/releases/yarn-4.1.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -4,4 +4,4 @@ enableGlobalCache: false
|
|||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.0.1.cjs
|
yarnPath: .yarn/releases/yarn-4.1.0.cjs
|
||||||
|
@ -43,10 +43,10 @@ newArchEnabled=false
|
|||||||
# If set to false, you will be using JSC instead.
|
# If set to false, you will be using JSC instead.
|
||||||
hermesEnabled=true
|
hermesEnabled=true
|
||||||
|
|
||||||
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
||||||
org.gradle.daemon=true
|
# org.gradle.daemon=true
|
||||||
org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
org.gradle.configureondemand=true
|
# org.gradle.configureondemand=true
|
||||||
|
|
||||||
# The hosted JavaScript engine
|
# The hosted JavaScript engine
|
||||||
# Supported values: expo.jsEngine = "hermes" | "jsc"
|
# Supported values: expo.jsEngine = "hermes" | "jsc"
|
||||||
|
@ -1 +1 @@
|
|||||||
Enjoy toooting! This version includes following improvements and fixes:
|
Enjoy toooting! This version includes improvements and fixes.
|
@ -1 +1 @@
|
|||||||
tooot-ing愉快!此版本包括以下改进和修复:
|
tooot-ing愉快!此版本包括改进和修复。
|
@ -953,4 +953,4 @@ SPEC CHECKSUMS:
|
|||||||
|
|
||||||
PODFILE CHECKSUM: 1decd5b21ac0602154fbdba45a568b9c3acebb7c
|
PODFILE CHECKSUM: 1decd5b21ac0602154fbdba45a568b9c3acebb7c
|
||||||
|
|
||||||
COCOAPODS: 1.12.1
|
COCOAPODS: 1.15.0
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
"android": "react-native run-android",
|
"android": "react-native run-android",
|
||||||
"phone": "react-native run-ios --device",
|
"phone": "react-native run-ios --device",
|
||||||
"iphone": "react-native run-ios --simulator 'iPhone 14 Pro'",
|
"iphone": "react-native run-ios --simulator 'iPhone 15 Pro'",
|
||||||
"ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (4th generation)'",
|
"ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (4th generation)'",
|
||||||
"app:build": "bundle exec fastlane",
|
"app:build": "bundle exec fastlane",
|
||||||
"clean": "react-native-clean-project"
|
"clean": "react-native-clean-project"
|
||||||
@ -109,7 +109,7 @@
|
|||||||
"react-native-clean-project": "^4.0.1",
|
"react-native-clean-project": "^4.0.1",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.1",
|
"packageManager": "yarn@4.1.0",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"expo-av@^13.0.2": "patch:expo-av@npm%3A13.0.2#./.yarn/patches/expo-av-npm-13.0.2-7a651776f1.patch",
|
"expo-av@^13.0.2": "patch:expo-av@npm%3A13.0.2#./.yarn/patches/expo-av-npm-13.0.2-7a651776f1.patch",
|
||||||
"react-native-share-menu@^6.0.0": "patch:react-native-share-menu@npm%3A6.0.0#./.yarn/patches/react-native-share-menu-npm-6.0.0-f1094c3204.patch",
|
"react-native-share-menu@^6.0.0": "patch:react-native-share-menu@npm%3A6.0.0#./.yarn/patches/react-native-share-menu-npm-6.0.0-f1094c3204.patch",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user