show real version, bug fixes

This commit is contained in:
dayanch96
2023-07-29 18:50:16 +03:00
parent e8c23c0e8f
commit d0f7d9521c
13 changed files with 201 additions and 11 deletions
+2 -2
View File
@@ -133,6 +133,6 @@ static NSString *accessGroupID() {
%end
%ctor {
NSString *embeddedMobileProvisionPath = [[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"];
if ([[NSFileManager defaultManager] fileExistsAtPath:embeddedMobileProvisionPath]) %init(gSideloading);
if ([[NSFileManager defaultManager] fileExistsAtPath:[[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]])
%init(gSideloading);
}