This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree 3 files changed +9
-16
lines changed
layout/Applications/TrollSpeed.app
3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 27
27
cd TrollSpeed.xcarchive/Products
28
28
mv Applications Payload
29
29
ldid -Sentitlements.plist Payload/TrollSpeed.app
30
+ chmod 0644 Payload/TrollSpeed.app/Info.plist
30
31
zip -qr TrollSpeed.tipa Payload
31
32
cd -
32
33
mkdir -p packages
Original file line number Diff line number Diff line change @@ -33,9 +33,11 @@ chmod 0644 layout/DEBIAN/control
33
33
RAND_BUILD_STR=$( openssl rand -hex 4)
34
34
35
35
# Write the Info.plist file
36
- defaults write $( pwd) /Resources/Info.plist CFBundleShortVersionString $VERSION
37
- defaults write $( pwd) /Resources/Info.plist CFBundleVersion $RAND_BUILD_STR
38
- plutil -convert xml1 $( pwd) /Resources/Info.plist
39
- defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
40
- defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleVersion $RAND_BUILD_STR
41
- plutil -convert xml1 $( pwd) /supports/Sandbox-Info.plist
36
+ defaults write $PWD /Resources/Info.plist CFBundleShortVersionString $VERSION
37
+ defaults write $PWD /Resources/Info.plist CFBundleVersion $RAND_BUILD_STR
38
+ plutil -convert xml1 $PWD /Resources/Info.plist
39
+ chmod 0644 $PWD /Resources/Info.plist
40
+ defaults write $PWD /supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
41
+ defaults write $PWD /supports/Sandbox-Info.plist CFBundleVersion $RAND_BUILD_STR
42
+ plutil -convert xml1 $PWD /supports/Sandbox-Info.plist
43
+ chmod 0644 $PWD /supports/Sandbox-Info.plist
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments