This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 name : TrollSpeed_${{ env.GIT_TAG }}
120120 path : |
121121 TrollSpeed/packages/TrollSpeed_*.tipa
122- TrollSpeed/packages/TrollSpeed+Intents_ *.tipa
122+ TrollSpeed/packages/TrollSpeed+AppIntents16_ *.tipa
123123 TrollSpeed/packages/ch.xxtou.hudapp_*.deb
124124
125125 - name : Upload symbols
@@ -136,5 +136,5 @@ jobs:
136136 body_path : TrollSpeed/CHANGELOG.txt
137137 files : |
138138 TrollSpeed/packages/TrollSpeed_*.tipa
139- TrollSpeed/packages/TrollSpeed+Intents_ *.tipa
139+ TrollSpeed/packages/TrollSpeed+AppIntents16_ *.tipa
140140 TrollSpeed/packages/ch.xxtou.hudapp_*.deb
Original file line number Diff line number Diff line change 1- - Feature: Add App Intents (i.e. Shortcuts) support for iOS 16 and above, use `TrollSpeed+Intents_ *.tipa`.
2- - For those who don't want to use App Intents or are using iOS 15 and below, use `TrollSpeed_*.tipa`.
1+ - Feature: Add “ App Intents” (i.e. “ Shortcuts” ) support for iOS 16 and above, use `TrollSpeed+AppIntents16_ *.tipa`.
2+ - For those who don't want to use “ App Intents” or are using iOS 15 and below, use `TrollSpeed_*.tipa`.
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ ldid -Sentitlements.plist Payload/TrollSpeed.app
3030zip -qr TrollSpeed.tipa Payload
3131cd -
3232mkdir -p packages
33- mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+Intents_ $VERSION .tipa
33+ mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+AppIntents16_ $VERSION .tipa
You can’t perform that action at this time.
0 commit comments