From 175a18c66f3aed9b508154f600aa3f01a7aedd10 Mon Sep 17 00:00:00 2001 From: Thomas Willson Date: Sat, 10 Sep 2016 23:07:05 -0700 Subject: [PATCH] Fix main interface file. --- Info.plist | 72 ++++++++++++++++++++++++------------------------------ 1 file changed, 32 insertions(+), 40 deletions(-) diff --git a/Info.plist b/Info.plist index 23e19a83..2c28ea77 100644 --- a/Info.plist +++ b/Info.plist @@ -25,7 +25,7 @@ NSAppleScriptEnabled NSMainNibFile - Interface + MainMenu NSPrincipalClass NSApplication OSAScriptingDefinition @@ -40,45 +40,37 @@ dsa_pub.pem NSAppTransportSecurity - NSExceptionDomains - - tom-tech.com - - - NSIncludesSubdomains - - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - - bbci.co.uk - - - NSIncludesSubdomains - - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - - bbc.co.uk - - - NSIncludesSubdomains - - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - - itv.co.uk - - - NSIncludesSubdomains - - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - - + NSExceptionDomains + + tom-tech.com + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + + bbci.co.uk + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + + bbc.co.uk + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + + itv.co.uk + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + +