Bump building chain

This commit is contained in:
xmflsct 2024-02-04 12:39:10 +01:00
parent a70dce9780
commit 41c09d4ae9
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
11 changed files with 2084 additions and 2084 deletions

View File

@ -7,12 +7,12 @@ on:
jobs:
build-ios:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: tj-actions/branch-names@v6
- uses: tj-actions/branch-names@v8
id: branch
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: corepack enable
@ -20,7 +20,7 @@ jobs:
- run: bundle install
- run: yarn app:build ios
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 }}
SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
LC_ALL: en_US.UTF-8
@ -38,18 +38,18 @@ jobs:
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
build-android:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: tj-actions/branch-names@v6
- uses: tj-actions/branch-names@v8
id: branch
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- run: corepack enable
- run: yarn install
- run: bundle install
@ -67,19 +67,19 @@ jobs:
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
create-release:
runs-on: macos-13
runs-on: macos-14
needs: [build-ios, build-android]
steps:
- uses: tj-actions/branch-names@v6
- uses: tj-actions/branch-names@v8
id: branch
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- run: corepack enable
- run: yarn install
- run: bundle install

2
.nvmrc
View File

@ -1 +1 @@
18
20

File diff suppressed because one or more lines are too long

893
.yarn/releases/yarn-4.1.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -4,4 +4,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs

View File

@ -43,10 +43,10 @@ newArchEnabled=false
# If set to false, you will be using JSC instead.
hermesEnabled=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
# org.gradle.daemon=true
# org.gradle.parallel=true
# org.gradle.configureondemand=true
# The hosted JavaScript engine
# Supported values: expo.jsEngine = "hermes" | "jsc"

View File

@ -1 +1 @@
Enjoy toooting! This version includes following improvements and fixes:
Enjoy toooting! This version includes improvements and fixes.

View File

@ -1 +1 @@
tooot-ing愉快此版本包括以下改进和修复:
tooot-ing愉快此版本包括改进和修复。

View File

@ -953,4 +953,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 1decd5b21ac0602154fbdba45a568b9c3acebb7c
COCOAPODS: 1.12.1
COCOAPODS: 1.15.0

View File

@ -12,7 +12,7 @@
"start": "react-native start",
"android": "react-native run-android",
"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)'",
"app:build": "bundle exec fastlane",
"clean": "react-native-clean-project"
@ -109,7 +109,7 @@
"react-native-clean-project": "^4.0.1",
"typescript": "^5.1.6"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.1.0",
"resolutions": {
"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",

2326
yarn.lock

File diff suppressed because it is too large Load Diff