Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Rekisteröidy
Kirjaudu sisään
Mighel88
/
NoUninstall
forkattu lähteestä
mac-user669/NoUninstall
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
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.
1
Commit
1
Haara
Puu:
9aefa994d9
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '9aefa994d9'
${ noResults }
NoUninstall
/
Tweak.x
Tweak.x
66B
Raaka
Normal View
Historia
Initial
4 vuotta sitten
1
2
3
4
5
6
%hook SBLeafIcon
-(BOOL)isUninstallSupported {
return NO;
}
%end