diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2016-05-03 23:14:24 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2016-05-03 23:29:48 -0700 |
commit | 299b01eabf827a7435b5d6004d50637ac710bbc7 (patch) | |
tree | 208c35f67c8cd15f4fcc64f15388026cedb67a48 /hw/xquartz/bundle/Info.plist.cpp | |
parent | 16d6733c63727d910eb516d7f6950f4675281f2d (diff) |
XQuartz: Update release feed URL to use new https URL
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/bundle/Info.plist.cpp')
-rw-r--r-- | hw/xquartz/bundle/Info.plist.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index 06e33f871..d98eaa644 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -34,20 +34,7 @@ <key>SUPublicDSAKeyFile</key> <string>sparkle.pem</string> <key>SUFeedURL</key> - <string>http://xquartz.macosforge.org/downloads/sparkle/release.xml</string> - <key>NSAppTransportSecurity</key> - <dict> - <key>NSExceptionDomains</key> - <dict> - <key>macosforge.org</key> - <dict> - <key>NSIncludesSubdomains</key> - <true/> - <key>NSExceptionAllowsInsecureHTTPLoads</key> - <true/> - </dict> - </dict> - </dict> + <string>https://www.xquartz.org/releases/sparkle/release.xml</string> #endif <key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string> |