We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a3fd1 commit f9a0828Copy full SHA for f9a0828
1 file changed
build.sh
@@ -21,6 +21,7 @@ xcodebuild clean build archive \
21
-destination 'generic/platform=iOS' \
22
-archivePath TrollSpeed \
23
CODE_SIGNING_ALLOWED=NO \
24
+IPHONEOS_DEPLOYMENT_TARGET=16.0 \
25
THEOS="$GITHUB_WORKSPACE/theos" | xcpretty
26
27
chmod 0644 Resources/Info.plist
@@ -30,7 +31,6 @@ codesign --remove-signature TrollSpeed.app
30
31
cd - || exit
32
cd TrollSpeed.xcarchive/Products || exit
33
mv Applications Payload
-rm -f Payload/TrollSpeed.app/Frameworks/libswift_Concurrency.dylib
34
ldid -Sentitlements.plist Payload/TrollSpeed.app
35
chmod 0644 Payload/TrollSpeed.app/Info.plist
36
zip -qr TrollSpeed.tipa Payload
0 commit comments