mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 05:18:31 -04:00
update comment syntax
This commit is contained in:
parent
a76e817d14
commit
ea1ec6aab6
@ -49,7 +49,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.1715</string>
|
<string>1.8.1739</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.1715</string>
|
<string>1.8.1739</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionMainStoryboard</key>
|
<key>NSExtensionMainStoryboard</key>
|
||||||
|
@ -54,7 +54,7 @@ class ScanLocalBookOperation: Operation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override func operationDidFinish(errors: [ErrorType]) {
|
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 {
|
if shouldMigrateBookmarks {
|
||||||
produceOperation(BookmarkMigrationOperation())
|
produceOperation(BookmarkMigrationOperation())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user