@@ -10,7 +10,7 @@ while :; do
10
10
11
11
make clean
12
12
rm -rf .theos
13
- make FINALPACKAGE=1 SIDELOADED=1
13
+ make SIDELOADED=1
14
14
15
15
if [ $? -eq 0 ]; then
16
16
echo -e ' \033[1m\033[32mMake command succeeded.\033[0m'
@@ -22,7 +22,7 @@ while :; do
22
22
if [ -e ./packages/com.atebits.Tweetie2.ipa ]; then
23
23
echo -e ' \033[1m\033[32mBuilding the IPA.\033[0m'
24
24
cyan -i packages/com.atebits.Tweetie2.ipa -o packages/BHTwitter-sideloaded --ignore-encrypted \
25
- -uwf .theos/obj/keychainfix.dylib .theos/obj/BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
25
+ -uwf .theos/obj/debug/ keychainfix.dylib .theos/obj/debug /BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
26
26
27
27
echo -e ' \033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
28
28
else
@@ -36,7 +36,7 @@ while :; do
36
36
make clean
37
37
rm -rf .theos
38
38
export THEOS_PACKAGE_SCHEME=rootless
39
- make package FINALPACKAGE=1
39
+ make package
40
40
41
41
echo -e ' \033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
42
42
break
@@ -46,7 +46,7 @@ while :; do
46
46
47
47
make clean
48
48
rm -rf .theos
49
- make FINALPACKAGE=1
49
+ make
50
50
51
51
if [ $? -eq 0 ]; then
52
52
echo -e ' \033[1m\033[32mMake command succeeded.\033[0m'
@@ -59,7 +59,7 @@ while :; do
59
59
echo -e ' \033[1m\033[32mBuilding the IPA.\033[0m'
60
60
61
61
cyan -i packages/com.atebits.Tweetie2.ipa -o packages/BHTwitter-trollstore.tipa --ignore-encrypted \
62
- -uwf .theos/obj/BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
62
+ -uwf .theos/obj/debug/ BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
63
63
64
64
echo -e ' \033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
65
65
else
@@ -73,10 +73,10 @@ while :; do
73
73
make clean
74
74
rm -rf .theos
75
75
unset THEOS_PACKAGE_SCHEME
76
- make package FINALPACKAGE=1
76
+ make package
77
77
78
78
echo -e ' \033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
79
79
break
80
80
;;
81
81
esac
82
- done
82
+ done
0 commit comments