mirror of https://github.com/opa334/TrollStore.git
1.4.5
This commit is contained in:
parent
030ab8fd58
commit
617bc045d4
|
@ -1,6 +1,6 @@
|
|||
Package: com.opa334.trollstoreroothelper
|
||||
Name: trollstoreroothelper
|
||||
Version: 1.4.4
|
||||
Version: 1.4.5
|
||||
Architecture: iphoneos-arm
|
||||
Description: An awesome tool of some sort!!
|
||||
Maintainer: opa334
|
||||
|
|
|
@ -905,12 +905,8 @@ int installTrollStore(NSString* pathToTar)
|
|||
}
|
||||
|
||||
void refreshAppRegistrations(BOOL system)
|
||||
{
|
||||
// avoid registering TrollStore itself as user ever
|
||||
if(system)
|
||||
{
|
||||
registerPath(trollStoreAppPath(), NO, system);
|
||||
}
|
||||
|
||||
// the reason why there is even an option to register everything as user
|
||||
// is because it fixes an issue where app permissions would reset during an icon cache reload
|
||||
|
@ -1162,8 +1158,7 @@ int MAIN_NAME(int argc, char *argv[], char *envp[])
|
|||
} else if([cmd isEqualToString:@"refresh-all"])
|
||||
{
|
||||
cleanRestrictions();
|
||||
refreshAppRegistrations(NO); // <- fix app permissions resetting
|
||||
sleep(5); // <- fix app permission fix causing apps to move on home screen (?)
|
||||
//refreshAppRegistrations(NO); // <- fixes app permissions resetting, causes apps to move around on home screen, so I had to disable it
|
||||
[[LSApplicationWorkspace defaultWorkspace] _LSPrivateRebuildApplicationDatabasesForSystemApps:YES internal:YES user:YES];
|
||||
refreshAppRegistrations(YES);
|
||||
killall(@"backboardd", YES);
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<string>iPhoneOS</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.4.4</string>
|
||||
<string>1.4.5</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIDeviceFamily</key>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package: com.opa334.trollstorehelper
|
||||
Name: TrollStore Helper
|
||||
Version: 1.4.4
|
||||
Version: 1.4.5
|
||||
Architecture: iphoneos-arm
|
||||
Description: Helper utility to install and manage TrollStore!
|
||||
Maintainer: opa334
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<string>iPhoneOS</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.4.4</string>
|
||||
<string>1.4.5</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIDeviceFamily</key>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package: com.opa334.trollstore
|
||||
Name: TrollStore
|
||||
Version: 1.4.4
|
||||
Version: 1.4.5
|
||||
Architecture: iphoneos-arm
|
||||
Description: An awesome application!
|
||||
Maintainer: opa334
|
||||
|
|
Loading…
Reference in New Issue