diff --git a/Frameworks/Account/DataExtensions.swift b/Frameworks/Account/DataExtensions.swift index 779e14c64..cffdf1c62 100644 --- a/Frameworks/Account/DataExtensions.swift +++ b/Frameworks/Account/DataExtensions.swift @@ -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" diff --git a/Frameworks/Account/xcconfig/Account_project.xcconfig b/Frameworks/Account/xcconfig/Account_project.xcconfig index 148ea9b25..ca916b2fa 100644 --- a/Frameworks/Account/xcconfig/Account_project.xcconfig +++ b/Frameworks/Account/xcconfig/Account_project.xcconfig @@ -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