Skip to content

Commit

Permalink
xCFramework merge all
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Nov 5, 2024
1 parent 4c2638b commit fa8a5e7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-xcframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: 'build-macos.yml'
# - name: Wait build-xros
# uses: NathanFirmo/wait-for-other-action@v1.0.4
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# workflow: 'build-xros.yml'
# - name: Wait build-catos
# uses: NathanFirmo/wait-for-other-action@v1.0.4
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# workflow: 'build-catos.yml'
- name: Wait build-xros
uses: NathanFirmo/wait-for-other-action@v1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: 'build-xros.yml'
- name: Wait build-catos
uses: NathanFirmo/wait-for-other-action@v1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: 'build-catos.yml'
- name: Wait build-tvos
uses: NathanFirmo/wait-for-other-action@v1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: 'build-tvos.yml'
# - name: Wait build-watchos
# uses: NathanFirmo/wait-for-other-action@v1.0.4
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# workflow: 'build-watchos.yml'
- name: Wait build-watchos
uses: NathanFirmo/wait-for-other-action@v1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: 'build-watchos.yml'
build-xcframework:
runs-on: macos-14
needs: wait-for-workflows
Expand Down Expand Up @@ -107,11 +107,11 @@ jobs:
});
const release = process.env.RELEASE;
const platforms = ["ios", "macos", "tvos"];
const platformTargets = { ios: "ios", macos: "osx", tvos: "tvos" };
const platforms = ["ios", "macos", "tvos", "catos", "xros", "watchos"];
const platformTargets = { ios: "ios", macos: "osx", tvos: "tvos", catos: "catos", xros: "xros", watchos: "watchos"};
const artifactNamesToDownload = new Set();
const max = 9; // The maximum suffix number for artifacts
const max = 18; // The maximum suffix number for artifacts
// Generate artifact names dynamically based on platforms, target mappings, and max count
for (const platform of platforms) {
Expand Down

0 comments on commit fa8a5e7

Please sign in to comment.