Convert Account to Swift 5.

This commit is contained in:
Brent Simmons 2019-03-31 16:12:17 -07:00
parent 10cdc1553e
commit 0e44c135ae
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ public extension Notification.Name {
public extension Feed {
public static let FeedSettingUserInfoKey = "feedSetting"
static let FeedSettingUserInfoKey = "feedSetting"
public struct FeedSettingKey {
struct FeedSettingKey {
public static let homePageURL = "homePageURL"
public static let iconURL = "iconURL"
public static let faviconURL = "faviconURL"

View File

@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 4.0
SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES
COPY_PHASE_STRIP = NO