Convert Account to Swift 5.
This commit is contained in:
parent
10cdc1553e
commit
0e44c135ae
|
@ -16,9 +16,9 @@ public extension Notification.Name {
|
||||||
|
|
||||||
public extension Feed {
|
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 homePageURL = "homePageURL"
|
||||||
public static let iconURL = "iconURL"
|
public static let iconURL = "iconURL"
|
||||||
public static let faviconURL = "faviconURL"
|
public static let faviconURL = "faviconURL"
|
||||||
|
|
|
@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||||
SDKROOT = macosx
|
SDKROOT = macosx
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13
|
MACOSX_DEPLOYMENT_TARGET = 10.13
|
||||||
CLANG_ENABLE_OBJC_WEAK = YES
|
CLANG_ENABLE_OBJC_WEAK = YES
|
||||||
SWIFT_VERSION = 4.0
|
SWIFT_VERSION = 5.0
|
||||||
COMBINE_HIDPI_IMAGES = YES
|
COMBINE_HIDPI_IMAGES = YES
|
||||||
|
|
||||||
COPY_PHASE_STRIP = NO
|
COPY_PHASE_STRIP = NO
|
||||||
|
|
Loading…
Reference in New Issue