Skip to content

Commit ebed504

Browse files
committed
Update DarwinPrivateFrameworks
1 parent 1e9139b commit ebed504

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/compatibility_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
OPENRENDERBOX_COMPATIBILITY_TEST: 1
2323
OPENRENDERBOX_USE_LOCAL_DEPS: 1
2424
OPENRENDERBOX_TARGET_RELEASE: 2024
25-
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE: 2024
25+
DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE: 2024
2626
GH_TOKEN: ${{ github.token }}
2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
OPENRENDERBOX_COMPATIBILITY_TEST: 0
2626
OPENRENDERBOX_USE_LOCAL_DEPS: 1
2727
OPENRENDERBOX_TARGET_RELEASE: 2024
28-
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE: 2024
28+
DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE: 2024
2929
GH_TOKEN: ${{ github.token }}
3030
steps:
3131
- uses: actions/checkout@v4

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
OPENRENDERBOX_COMPATIBILITY_TEST: 0
2222
OPENRENDERBOX_USE_LOCAL_DEPS: 1
2323
OPENRENDERBOX_TARGET_RELEASE: 2024
24-
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE: 2024
24+
DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE: 2024
2525
GH_TOKEN: ${{ github.token }}
2626
steps:
2727
- uses: actions/checkout@v4

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ if renderBoxCondtion {
264264
package.dependencies.append(privateFrameworkRepo)
265265
openRenderBoxShimsTarget.addRBSettings()
266266

267-
let rbVersion = EnvManager.shared.withDomain("DARWIN_PRIVATE_FRAMEWORKS") {
267+
let rbVersion = EnvManager.shared.withDomain("DarwinPrivateFrameworks") {
268268
envIntValue("TARGET_RELEASE", default: 2024)
269269
}
270270
package.platforms = switch rbVersion {

0 commit comments

Comments
 (0)