Fixed compile on OS X 10.11/ Xcode 7.x

This commit is contained in:
Hendrik Holtmann
2015-12-18 15:30:19 +01:00
parent c78366cebb
commit 825feeebfc
3 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <openssl/evp.h>
#import <Cocoa/Cocoa.h>
#import <smc.h>
#import <MachineDefaults.h>

View File

@ -34,5 +34,10 @@
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>http://www.eidac.de/smcfancontrol/smcfancontrol.xml</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>