This website works better with JavaScript.
Начало
Каталог
Регистрация
Вход
Mighel88
/
NoUninstall
разклонено от
mac-user669/NoUninstall
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
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.
2
Ревизии
1
Клон
ИН на ревизия:
b236340691
master
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от 'b236340691'
${ noResults }
NoUninstall
/
Tweak.x
Tweak.x
66B
Директен файл
Normal View
История
Initial
преди 4 години
1
2
3
4
5
6
%hook SBLeafIcon
-(BOOL)isUninstallSupported {
return NO;
}
%end