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:
119
119
name : TrollSpeed_${{ env.GIT_TAG }}
120
120
path : |
121
121
TrollSpeed/packages/TrollSpeed_*.tipa
122
- TrollSpeed/packages/TrollSpeed+Intents_ *.tipa
122
+ TrollSpeed/packages/TrollSpeed+AppIntents16_ *.tipa
123
123
TrollSpeed/packages/ch.xxtou.hudapp_*.deb
124
124
125
125
- name : Upload symbols
@@ -136,5 +136,5 @@ jobs:
136
136
body_path : TrollSpeed/CHANGELOG.txt
137
137
files : |
138
138
TrollSpeed/packages/TrollSpeed_*.tipa
139
- TrollSpeed/packages/TrollSpeed+Intents_ *.tipa
139
+ TrollSpeed/packages/TrollSpeed+AppIntents16_ *.tipa
140
140
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
30
30
zip -qr TrollSpeed.tipa Payload
31
31
cd -
32
32
mkdir -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