From 0c51ce57ff9f77fc4aefbc625a75718b121f5d4c Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Sat, 27 Jan 2024 23:36:18 +0800 Subject: [PATCH] ci: add app intents release Signed-off-by: 82Flex <82flex@gmail.com> --- .github/workflows/build-release.yml | 4 ++-- CHANGELOG.txt | 4 ++-- build.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 16b1fb5..28c2f47 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -119,7 +119,7 @@ jobs: name: TrollSpeed_${{ env.GIT_TAG }} path: | TrollSpeed/packages/TrollSpeed_*.tipa - TrollSpeed/packages/TrollSpeed+Intents_*.tipa + TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa TrollSpeed/packages/ch.xxtou.hudapp_*.deb - name: Upload symbols @@ -136,5 +136,5 @@ jobs: body_path: TrollSpeed/CHANGELOG.txt files: | TrollSpeed/packages/TrollSpeed_*.tipa - TrollSpeed/packages/TrollSpeed+Intents_*.tipa + TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa TrollSpeed/packages/ch.xxtou.hudapp_*.deb diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 27c7d90..8d97049 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,2 +1,2 @@ -- Feature: Add App Intents (i.e. Shortcuts) support for iOS 16 and above, use `TrollSpeed+Intents_*.tipa`. -- For those who don't want to use App Intents or are using iOS 15 and below, use `TrollSpeed_*.tipa`. \ No newline at end of file +- Feature: Add “App Intents” (i.e. “Shortcuts”) support for iOS 16 and above, use `TrollSpeed+AppIntents16_*.tipa`. +- For those who don't want to use “App Intents” or are using iOS 15 and below, use `TrollSpeed_*.tipa`. \ No newline at end of file diff --git a/build.sh b/build.sh index 3cf2c1e..7d9e501 100755 --- a/build.sh +++ b/build.sh @@ -30,4 +30,4 @@ ldid -Sentitlements.plist Payload/TrollSpeed.app zip -qr TrollSpeed.tipa Payload cd - mkdir -p packages -mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+Intents_$VERSION.tipa +mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+AppIntents16_$VERSION.tipa