Skip to content

Commit 8b53f9d

Browse files
jdolanCopilot
andcommitted
Move build-xcframework.sh from scripts/ to Frameworks/
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 43a0b39 commit 8b53f9d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/cache@v4
2727
with:
2828
path: .build-xcframework
29-
key: xcframework-${{ env.SDL3_VERSION }}-ios-${{ env.IOS_MIN }}-${{ hashFiles('Sources/ObjectivelyGPU/**/*.c', 'Sources/ObjectivelyGPU/**/*.h', 'scripts/build-xcframework.sh') }}
29+
key: xcframework-${{ env.SDL3_VERSION }}-ios-${{ env.IOS_MIN }}-${{ hashFiles('Sources/ObjectivelyGPU/**/*.c', 'Sources/ObjectivelyGPU/**/*.h', 'Frameworks/build-xcframework.sh') }}
3030
restore-keys: |
3131
xcframework-${{ env.SDL3_VERSION }}-ios-${{ env.IOS_MIN }}-
3232
@@ -39,7 +39,7 @@ jobs:
3939
GH_TOKEN: ${{ github.token }}
4040

4141
- name: Build xcframeworks
42-
run: bash scripts/build-xcframework.sh
42+
run: bash Frameworks/build-xcframework.sh
4343

4444
- name: Zip xcframeworks
4545
run: |

ObjectivelyGPU.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
);
532532
runOnlyForDeploymentPostprocessing = 0;
533533
shellPath = /bin/sh;
534-
shellScript = "exec \"$SRCROOT/scripts/build-xcframework.sh\"\n";
534+
shellScript = "exec \"$SRCROOT/Frameworks/build-xcframework.sh\"\n";
535535
showEnvVarsInLog = 0;
536536
};
537537
SC00100000000000000000A0 /* Compile Shaders */ = {

0 commit comments

Comments
 (0)