mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Merge branch 'beta'
This commit is contained in:
commit
6fc5b1be74
@ -566,7 +566,7 @@ API_AVAILABLE(ios(10))
|
|||||||
[resultData writeToFile:filePath atomically:false];
|
[resultData writeToFile:filePath atomically:false];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (@available(iOS 11, *)) {
|
/*if (@available(iOS 11, *)) {
|
||||||
NSData *currentEncryptedData = [NSData dataWithContentsOfFile:encryptedPath];
|
NSData *currentEncryptedData = [NSData dataWithContentsOfFile:encryptedPath];
|
||||||
|
|
||||||
LocalPrivateKey *localPrivateKey = [self getLocalPrivateKey:baseAppBundleId];
|
LocalPrivateKey *localPrivateKey = [self getLocalPrivateKey:baseAppBundleId];
|
||||||
@ -589,7 +589,7 @@ API_AVAILABLE(ios(10))
|
|||||||
[encryptedData writeToFile:encryptedPath atomically:false];
|
[encryptedData writeToFile:encryptedPath atomically:false];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
CFAbsoluteTime endTime = CFAbsoluteTimeGetCurrent();
|
CFAbsoluteTime endTime = CFAbsoluteTimeGetCurrent();
|
||||||
NSLog(@"deviceSpecificEncryptionParameters took %f ms", (endTime - startTime) * 1000.0);
|
NSLog(@"deviceSpecificEncryptionParameters took %f ms", (endTime - startTime) * 1000.0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user