mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 08:09:41 +01:00
Correct the SwiftUI deployment target
This commit is contained in:
parent
6f09a6682d
commit
6b5bb6a45b
@ -41,6 +41,6 @@ PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen
|
||||
PRODUCT_NAME = NetNewsWire
|
||||
|
||||
// Override NetNewsWire_project.xcconfig until we are ready to only target 10.16
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.16
|
||||
MACOSX_DEPLOYMENT_TARGET = 11.0
|
||||
SWIFT_SWIFT3_OBJC_INFERENCE = Off
|
||||
SWIFT_VERSION = 5.3
|
||||
|
Loading…
Reference in New Issue
Block a user