Skip to content

Commit 51a2a18

Browse files
committed
changing version updater to my server
1 parent cb224cb commit 51a2a18

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
31460CD4124185BA00B90AED /* ReadMe.txt in Resources */ = {isa = PBXBuildFile; fileRef = 31460CAF124185BA00B90AED /* ReadMe.txt */; };
6161
31460CD5124185BA00B90AED /* Source Code License.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 31460CB0124185BA00B90AED /* Source Code License.rtf */; };
6262
31460CD6124185BA00B90AED /* TODO in Resources */ = {isa = PBXBuildFile; fileRef = 31460CB1124185BA00B90AED /* TODO */; };
63+
31DAA7ED1317737100463846 /* gitx_l_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 31DAA7EC1317737100463846 /* gitx_l_pub.pem */; };
6364
3BC07F4C0ED5A5C5009A7768 /* HistoryViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */; };
6465
3BC07F4D0ED5A5C5009A7768 /* CommitViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */; };
6566
47DBDB580E94EDE700671A1E /* DBPrefsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47DBDB570E94EDE700671A1E /* DBPrefsWindowController.m */; };
@@ -346,6 +347,7 @@
346347
31460CAF124185BA00B90AED /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
347348
31460CB0124185BA00B90AED /* Source Code License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Source Code License.rtf"; sourceTree = "<group>"; };
348349
31460CB1124185BA00B90AED /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; };
350+
31DAA7EC1317737100463846 /* gitx_l_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gitx_l_pub.pem; sourceTree = "<group>"; };
349351
32CA4F630368D1EE00C91783 /* GitX_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GitX_Prefix.pch; sourceTree = "<group>"; };
350352
3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HistoryViewTemplate.png; path = Images/HistoryViewTemplate.png; sourceTree = "<group>"; };
351353
3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CommitViewTemplate.png; path = Images/CommitViewTemplate.png; sourceTree = "<group>"; };
@@ -815,6 +817,7 @@
815817
21025C1112947AB200D87200 /* sourceListActionOver.png */,
816818
02B41A5F123E307F00DFC531 /* PBCommitHookFailedSheet.xib */,
817819
F5F7D0641062E7940072C81C /* UpdateKey.pem */,
820+
31DAA7EC1317737100463846 /* gitx_l_pub.pem */,
818821
F50A41130EBB872D00208746 /* Widgets */,
819822
47DBDB920E94F47200671A1E /* Preference Icons */,
820823
D26DC6440E782C9000C777B2 /* gitx.icns */,
@@ -1424,6 +1427,7 @@
14241427
212A49AB12A31328009DAFAD /* deleted_file.png in Resources */,
14251428
212A49AD12A31350009DAFAD /* ignored_file.png in Resources */,
14261429
212A49AF12A3135C009DAFAD /* modified_file.png in Resources */,
1430+
31DAA7ED1317737100463846 /* gitx_l_pub.pem in Resources */,
14271431
);
14281432
runOnlyForDeploymentPostprocessing = 0;
14291433
};

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>SUPublicDSAKeyFile</key>
6-
<string>UpdateKey.pem</string>
6+
<string>gitx_l_pub.pem</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleName</key>
@@ -61,7 +61,7 @@
6161
<key>NSPrincipalClass</key>
6262
<string>NSApplication</string>
6363
<key>SUFeedURL</key>
64-
<string>http://gitx.frim.nl/Downloads/appcast.xml</string>
64+
<string>http://gitx.laullon.com/appcast.xml</string>
6565
<key>NSServices</key>
6666
<array>
6767
<dict>

0 commit comments

Comments
 (0)