Merge pull request #1182 from danielpunkass/deployment-target-update
Deployment target update + minor fix
This commit is contained in:
commit
06e3d60e37
@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14868" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="15504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment identifier="macosx"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15504"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14868"/>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<scenes>
|
<scenes>
|
||||||
<!--Application-->
|
<!--Application-->
|
||||||
@ -606,7 +605,6 @@
|
|||||||
<connections>
|
<connections>
|
||||||
<outlet property="checkForUpdatesMenuItem" destination="1nF-7O-aKU" id="JmT-jc-DJ8"/>
|
<outlet property="checkForUpdatesMenuItem" destination="1nF-7O-aKU" id="JmT-jc-DJ8"/>
|
||||||
<outlet property="debugMenuItem" destination="UqE-mp-gtV" id="OnR-lr-Zlt"/>
|
<outlet property="debugMenuItem" destination="UqE-mp-gtV" id="OnR-lr-Zlt"/>
|
||||||
<outlet property="enableWebInspectorMenuItem" destination="EwI-z4-ZA3" id="EGp-lP-f91"/>
|
|
||||||
<outlet property="groupArticlesByFeedMenuItem" destination="Zxm-O6-NRE" id="gwn-VT-2YZ"/>
|
<outlet property="groupArticlesByFeedMenuItem" destination="Zxm-O6-NRE" id="gwn-VT-2YZ"/>
|
||||||
<outlet property="sortByNewestArticleOnTopMenuItem" destination="TNS-TV-n0U" id="gix-Nd-9k4"/>
|
<outlet property="sortByNewestArticleOnTopMenuItem" destination="TNS-TV-n0U" id="gix-Nd-9k4"/>
|
||||||
<outlet property="sortByOldestArticleOnTopMenuItem" destination="iii-kP-qoF" id="fTe-Tf-EWG"/>
|
<outlet property="sortByOldestArticleOnTopMenuItem" destination="iii-kP-qoF" id="fTe-Tf-EWG"/>
|
||||||
|
@ -61,9 +61,7 @@ final class DetailWebViewController: NSViewController, WKUIDelegate {
|
|||||||
let preferences = WKPreferences()
|
let preferences = WKPreferences()
|
||||||
preferences.minimumFontSize = 12.0
|
preferences.minimumFontSize = 12.0
|
||||||
preferences.javaScriptCanOpenWindowsAutomatically = false
|
preferences.javaScriptCanOpenWindowsAutomatically = false
|
||||||
preferences.javaEnabled = false
|
|
||||||
preferences.javaScriptEnabled = true
|
preferences.javaScriptEnabled = true
|
||||||
preferences.plugInsEnabled = false
|
|
||||||
|
|
||||||
let configuration = WKWebViewConfiguration()
|
let configuration = WKWebViewConfiguration()
|
||||||
configuration.preferences = preferences
|
configuration.preferences = preferences
|
||||||
|
@ -39,7 +39,7 @@ GCC_WARN_UNDECLARED_SELECTOR = YES
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES
|
GCC_WARN_UNUSED_FUNCTION = YES
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES
|
GCC_WARN_UNUSED_VARIABLE = YES
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.14.4
|
MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 13.0
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0
|
||||||
//SDKROOT = macosx
|
//SDKROOT = macosx
|
||||||
SWIFT_SWIFT3_OBJC_INFERENCE = Off
|
SWIFT_SWIFT3_OBJC_INFERENCE = Off
|
||||||
|
@ -5,4 +5,4 @@ CURRENT_PROJECT_VERSION = 2612
|
|||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||||
COMBINE_HIDPI_IMAGES = YES
|
COMBINE_HIDPI_IMAGES = YES
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.14.4
|
MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user