mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Convert Account to Swift 5.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user