mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 21:05:09 -04:00
update comment syntax
This commit is contained in:
parent
a76e817d14
commit
ea1ec6aab6
@ -49,7 +49,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.8.1715</string>
|
||||
<string>1.8.1739</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.8.1715</string>
|
||||
<string>1.8.1739</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionMainStoryboard</key>
|
||||
|
@ -54,7 +54,7 @@ class ScanLocalBookOperation: Operation {
|
||||
}
|
||||
|
||||
override func operationDidFinish(errors: [ErrorType]) {
|
||||
print("Scan finshed, lasted for \(-time.timeIntervalSinceNow) seconds.")
|
||||
print(String(format: "Scan finshed, lasted for %.4f seconds.", -time.timeIntervalSinceNow))
|
||||
if shouldMigrateBookmarks {
|
||||
produceOperation(BookmarkMigrationOperation())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user