forked from mirror/smcFanControl
Fixed compile on OS X 10.11/ Xcode 7.x
This commit is contained in:
@ -21,7 +21,6 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
#import <smc.h>
|
#import <smc.h>
|
||||||
#import <MachineDefaults.h>
|
#import <MachineDefaults.h>
|
||||||
|
|||||||
@ -34,5 +34,10 @@
|
|||||||
<string>NSApplication</string>
|
<string>NSApplication</string>
|
||||||
<key>SUFeedURL</key>
|
<key>SUFeedURL</key>
|
||||||
<string>http://www.eidac.de/smcfancontrol/smcfancontrol.xml</string>
|
<string>http://www.eidac.de/smcfancontrol/smcfancontrol.xml</string>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user