Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BatchLabs/Batch-iOS-SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: BatchLabs/Batch-iOS-SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 29, 2024

  1. ci: bump macos version

    arnaud-roland committed Oct 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    80dded4 View commit details

Commits on Oct 30, 2024

  1. ci: update build docc

    arnaud-roland committed Oct 30, 2024
    Copy the full SHA
    8918333 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/documentation.yml
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-13
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -29,10 +29,10 @@ jobs:
- name: Build DocC
run: |
# Build DocArchive
cd Sources && xcodebuild docbuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO"
cd Sources && xcodebuild docbuild -scheme Batch -derivedDataPath ./BatchBuild
# Transform for static hosting
`xcrun -find docc` process-archive transform-for-static-hosting build/Release-iphoneos/Batch.doccarchive --hosting-base-path Batch-iOS-SDK --output-path ../docs
`xcrun -find docc` process-archive transform-for-static-hosting ./BatchBuild/Build/Products/Debug-maccatalyst/Batch.doccarchive --hosting-base-path Batch-iOS-SDK --output-path ../docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3