Changeset 14687
- Timestamp:
- Feb 27, 2016, 10:54:04 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r14678 r14687 465 465 C1077A51183EB29600634C22 /* file.h in Headers */ = {isa = PBXBuildFile; fileRef = C1077A4D183EB29600634C22 /* file.h */; }; 466 466 C1305EBE186A13B100F03351 /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = C1305EB8186A134000F03351 /* file.c */; }; 467 C15320211C82602500CC21E2 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8D1107310486CEB800E47090 /* Info.plist */; }; 467 468 C1639A741A55F4E000E42033 /* libb64.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C1639A6F1A55F4D600E42033 /* libb64.a */; }; 468 469 C1639A781A55F56600E42033 /* cdecode.c in Sources */ = {isa = PBXBuildFile; fileRef = C1639A761A55F56600E42033 /* cdecode.c */; }; … … 2634 2635 A2DC497015842D5C00758FF1 /* Magnet@2x.png in Resources */, 2635 2636 A2DC497215842D8000758FF1 /* PauseHover@2x.png in Resources */, 2637 C15320211C82602500CC21E2 /* Info.plist in Resources */, 2636 2638 A2DC497615842D9700758FF1 /* PauseOff@2x.png in Resources */, 2637 2639 A2DC497815842D9C00758FF1 /* PauseOn@2x.png in Resources */, -
trunk/macosx/Info.plist
r14591 r14687 95 95 <false/> 96 96 <key>SUFeedURL</key> 97 <string>http ://update.transmissionbt.com/appcast.xml</string>97 <string>https://update.transmissionbt.com/appcast.xml</string> 98 98 <key>SUPublicDSAKeyFile</key> 99 99 <string>sparkle_dsa_pub.pem</string>
Note: See TracChangeset
for help on using the changeset viewer.