diff --git a/.github/workflows/deploy_docc.yml b/.github/workflows/deploy_docc.yml index b885e7e..5bfd752 100644 --- a/.github/workflows/deploy_docc.yml +++ b/.github/workflows/deploy_docc.yml @@ -39,6 +39,9 @@ jobs: - name: Build DocC run: | make build_docc + - name: Copy latest appcast.xml + run: | + cp sparkle/appcast.xml docs/appcast.xml - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 - name: Upload artifact diff --git a/Makefile b/Makefile index 5a7c9ba..11662d9 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,5 @@ build_docc: --target IAPModel \ --target IAPView \ --transform-for-static-hosting \ - --hosting-base-path InAppPurchaseViewer/IAPViewer + --hosting-base-path InAppPurchaseViewer diff --git a/README.md b/README.md index f2df9e7..4a8f51c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Get the statuses for all of a customer’s auto-renewable subscriptions in your ## How to contribute -- [Docs](https://shimastripe.com/InAppPurchaseViewer/IAPViewer/documentation) +- [Docs](https://shimastripe.com/InAppPurchaseViewer/documentation) ### Build Development scheme diff --git a/sparkle/appcast.xml b/sparkle/appcast.xml new file mode 100644 index 0000000..6e9fc89 --- /dev/null +++ b/sparkle/appcast.xml @@ -0,0 +1,30 @@ + + + + InAppPurchaseViewer + + 1.5.0 + Sun, 06 Oct 2024 09:08:14 +0900 + 31 + 1.5.0 + 14.0 + + + + 1.4.0 + Sun, 21 Jul 2024 04:55:56 +0900 + 24 + 1.4.0 + 14.0 + + + + 1.3.1 + Thu, 30 May 2024 06:04:51 +0900 + 21 + 1.3.1 + 14.0 + + + + \ No newline at end of file