Skip to content
Snippets Groups Projects
Commit ef642bea authored by George Nachman's avatar George Nachman
Browse files

Set SUFeedURL in Info.plist. Sometimes Sparkle doesn't see the user defaults...

Set SUFeedURL in Info.plist. Sometimes Sparkle doesn't see the user defaults key and then dies because it lacks a URL. The down side of this is that beta users may not pull from the beta track and the experiment bucket will get more than its fair share of requests on the stable track. But it beats the heck out of crashing for no reason.

Analysis here:

https://github.com/sparkle-project/Sparkle/issues/1139
parent cf3c8a06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -240,5 +240,7 @@
<string>https://iterm2.com/appcasts/testing.xml</string>
<key>SUFeedURLForFinal</key>
<string>https://iterm2.com/appcasts/final.xml</string>
<key>SUFeedURL</key>
<string>https://iterm2.com/appcasts/final.xml</string>
</dict>
</plist>
Loading
Loading
@@ -240,5 +240,7 @@
<string>https://iterm2.com/appcasts/nightly.xml</string>
<key>SUFeedURLForFinal</key>
<string>https://iterm2.com/appcasts/final.xml</string>
<key>SUFeedURL</key>
<string>https://iterm2.com/appcasts/final.xml</string>
</dict>
</plist>
Loading
Loading
@@ -240,5 +240,7 @@
<string>https://iterm2.com/appcasts/testing3.xml</string>
<key>SUFeedURLForFinal</key>
<string>https://iterm2.com/appcasts/final.xml</string>
<key>SUFeedURL</key>
<string>https://iterm2.com/appcasts/final.xml</string>
</dict>
</plist>
Loading
Loading
@@ -240,5 +240,7 @@
<string>https://iterm2.com/appcasts/testing.xml</string>
<key>SUFeedURLForFinal</key>
<string>https://iterm2.com/appcasts/final.xml</string>
<key>SUFeedURL</key>
<string>https://iterm2.com/appcasts/final.xml</string>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment