Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Üye Ol
Giriş Yap
Mighel88
/
NoUninstall
şundan çatallanmış
mac-user669/NoUninstall
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Removes the ability to uninstall any apps. Mirror of
https://github.com/mac-user669/NoUninstall
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
İşlemeler
1
Dal
Ağaç:
b236340691
master
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'b236340691'den
${ noResults }
NoUninstall
/
Tweak.x
Tweak.x
66B
Ham
Normal Görünüm
Geçmiş
Initial
4 yıl önce
1
2
3
4
5
6
%hook SBLeafIcon
-(BOOL)isUninstallSupported {
return NO;
}
%end