Merge pull request #63225 from bruvzg/mac_rename
This commit is contained in:
commit
a9e4eac7b9
245 changed files with 1151 additions and 1149 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
|
@ -139,10 +139,10 @@ doc_classes/* @godotengine/documentation
|
|||
# Platform
|
||||
|
||||
/platform/android/ @godotengine/android
|
||||
/platform/iphone/ @godotengine/ios
|
||||
/platform/ios/ @godotengine/ios
|
||||
/platform/javascript/ @godotengine/html5
|
||||
/platform/linuxbsd/ @godotengine/linux-bsd
|
||||
/platform/osx/ @godotengine/macos
|
||||
/platform/macos/ @godotengine/macos
|
||||
/platform/uwp/ @godotengine/uwp
|
||||
/platform/windows/ @godotengine/windows
|
||||
|
||||
|
|
|
|||
2
.github/workflows/ios_builds.yml
vendored
2
.github/workflows/ios_builds.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: ./.github/actions/godot-build
|
||||
with:
|
||||
sconsflags: ${{ env.SCONSFLAGS }}
|
||||
platform: iphone
|
||||
platform: ios
|
||||
target: release
|
||||
tools: false
|
||||
tests: false
|
||||
|
|
|
|||
4
.github/workflows/macos_builds.yml
vendored
4
.github/workflows/macos_builds.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
target: release_debug
|
||||
tools: true
|
||||
tests: true
|
||||
bin: "./bin/godot.osx.opt.tools.64"
|
||||
bin: "./bin/godot.macos.opt.tools.64"
|
||||
|
||||
- name: Template (target=release, tools=no)
|
||||
cache-name: macos-template
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
uses: ./.github/actions/godot-build
|
||||
with:
|
||||
sconsflags: ${{ env.SCONSFLAGS }}
|
||||
platform: osx
|
||||
platform: macos
|
||||
target: ${{ matrix.target }}
|
||||
tools: ${{ matrix.tools }}
|
||||
tests: ${{ matrix.tests }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue