From ea1ec6aab619688a910c6abd4c6782717ca963b1 Mon Sep 17 00:00:00 2001 From: Chris Li Date: Thu, 13 Oct 2016 15:39:01 -0400 Subject: [PATCH] update comment syntax --- Kiwix-iOS/Info.plist | 2 +- Kiwix-iOSWidgets/Bookmarks/Info.plist | 2 +- Kiwix/Operations/ScanLocalBookOperation.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kiwix-iOS/Info.plist b/Kiwix-iOS/Info.plist index db583a82..6fa4a869 100644 --- a/Kiwix-iOS/Info.plist +++ b/Kiwix-iOS/Info.plist @@ -49,7 +49,7 @@ CFBundleVersion - 1.8.1715 + 1.8.1739 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/Kiwix-iOSWidgets/Bookmarks/Info.plist b/Kiwix-iOSWidgets/Bookmarks/Info.plist index b93635d7..92d8513c 100644 --- a/Kiwix-iOSWidgets/Bookmarks/Info.plist +++ b/Kiwix-iOSWidgets/Bookmarks/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1.8.1715 + 1.8.1739 NSExtension NSExtensionMainStoryboard diff --git a/Kiwix/Operations/ScanLocalBookOperation.swift b/Kiwix/Operations/ScanLocalBookOperation.swift index 4f64f4f9..7c38b367 100644 --- a/Kiwix/Operations/ScanLocalBookOperation.swift +++ b/Kiwix/Operations/ScanLocalBookOperation.swift @@ -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()) }