diff --git a/LCUtils.m b/LCUtils.m index c32ae68..62c4687 100644 --- a/LCUtils.m +++ b/LCUtils.m @@ -117,6 +117,8 @@ + (void)removeCodeSignatureFromBundleURL:(NSURL *)appURL { + (NSProgress *)signAppBundle:(NSString *)path completionHandler:(void (^)(BOOL success, NSError *error))completionHandler { NSError *error; + // Remove faulty file + [NSFileManager.defaultManager removeItemAtPath:[path stringByAppendingPathComponent:@"LiveContainer"] error:nil]; // Remove PlugIns folder [NSFileManager.defaultManager removeItemAtPath:[path stringByAppendingPathComponent:@"PlugIns"] error:nil];