Skip to content

Commit

Permalink
Updates for latest Swiftness
Browse files Browse the repository at this point in the history
 * can no longer use %@ for numbers as implicit conversion to objects no longer happens
 * Bump version
  • Loading branch information
Alan Westbrook committed Sep 10, 2016
1 parent 0504bb8 commit ccde954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Orangered-Swift/Info.plist
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Orangered-Swift/StatusItemController.swift
Expand Up @@ -336,7 +336,7 @@ class StatusItemController: NSObject, NSUserNotificationCenterDelegate {

if mailCount > 1 {
note.informativeText = String
.localizedStringWithFormat(NSLocalizedString("You have %@ unread messages on reddit",
.localizedStringWithFormat(NSLocalizedString("You have %i unread messages on reddit",
comment: "plural message notification text"),
mailCount)
}
Expand Down

0 comments on commit ccde954

Please sign in to comment.