Skip to content

Commit fde7641

Browse files
committed
Merge pull request #211 from macvim-dev/feature/sparkle
Enable sparkle update
2 parents 5fa7ca5 + f1add63 commit fde7641

File tree

129 files changed

+3107
-613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+3107
-613
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deploy:
4343
provider: releases
4444
api_key:
4545
secure: HYHKVbuSG2Trc5zEN+aQO0TO/020qtTokoaaatd9GhQ/ImOI2uhOuVsk47mcViCINyE9+wwVEr23Tk7GqzsJBS66FoZJeOsgYoO/LFlQjCYyya+48Ajez6I2VAIGKn0JD6jpW+ZYIX7MAWLCQKv/vW03MrBMDLZvjB89pHe72MLQFlVcEzxsWnr7smTzLcuKShkV+AVZopE/HRdY1k/zjWf/TzcJgqXwThuJOPYY+CcGUv1CMJjWB8pBuH31pbQ2AVOXV7VG5oxy2HSbCeDRShKT3GooecWj7xjh9SApNqEIzC44RlufgyC73M0DeILUasmbF0g2Q+AsDaj3+9w3LbLbmfpV5kEM9E/PbzWEn+0EgRKV+HCscZnPMlzkiVWKnjzfwKGMOmTwD0aN4Bt6Y9z+UvQKfsQN+6wHmh7xcSpaeR1J6PBeaCd+QyhD7t9ZxP2qmZWCBMFpnkqO4+LoclJNV+IxYstNFjaKIvxEe/S9GM2w+i2cSDDrxSNz+kUGWzshyu6HXxRtrNo+qM6sCO8TiOMMALPAkLCJT2P/TPMRkdy2wjCDwprc1ePDqikIHIGGwQ8Csd5IqFUcJs405xw4HfVkOuhWL/SpLuI6OHOVQqAkqMEMaEhlfh1swFNkT4ffDJGzvklB8v2980B003eWbcHr6lMGtpqQecqgS9A=
46-
file: src/MacVim/build/Release/MacVim-7.4.dmg
46+
file: src/MacVim/build/Release/MacVim.dmg
4747
skip_cleanup: true
4848
on:
4949
all_branches: true

src/MacVim/English.lproj/MainMenu.nib/classes.nib

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/MacVim/English.lproj/MainMenu.nib/designable.nib

Lines changed: 211 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/MacVim/English.lproj/MainMenu.nib/info.nib

Lines changed: 0 additions & 27 deletions
This file was deleted.
Binary file not shown.

src/MacVim/Info.plist

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,11 @@
12561256
</array>
12571257
<key>CFBundleVersion</key>
12581258
<string>91</string>
1259+
<key>NSAppTransportSecurity</key>
1260+
<dict>
1261+
<key>NSAllowsArbitraryLoads</key>
1262+
<true/>
1263+
</dict>
12591264
<key>NSMainNibFile</key>
12601265
<string>MainMenu</string>
12611266
<key>NSPrincipalClass</key>
@@ -1301,7 +1306,9 @@
13011306
</dict>
13021307
</array>
13031308
<key>SUFeedURL</key>
1304-
<string>http://b4winckler.github.com/macvim/appcast/stable.xml</string>
1309+
<string>https://raw.githubusercontent.com/macvim-dev/macvim/gh-pages/appcast/latest.xml</string>
1310+
<key>SUPublicDSAKeyFile</key>
1311+
<string>dsa_pub.pem</string>
13051312
<key>NSAppleScriptEnabled</key>
13061313
<true/>
13071314

0 commit comments

Comments
 (0)