Skip to content

Commit 0fbf747

Browse files
committed
Update version and copyright info
1 parent 12e9dc5 commit 0fbf747

File tree

5 files changed

+26
-23
lines changed

5 files changed

+26
-23
lines changed

Credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="http://GitX.frim.nl">GitX Homepage</a>
1+
<a href="http://rowanj.github.com/gitx/">GitX Homepage</a>

English.lproj/InfoPlist.strings

-4 Bytes
Binary file not shown.

English.lproj/PBRemoteProgressSheet.xib

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<data>
44
<int key="IBDocument.SystemTarget">1070</int>
55
<string key="IBDocument.SystemVersion">11B2118</string>
6-
<string key="IBDocument.InterfaceBuilderVersion">1923</string>
6+
<string key="IBDocument.InterfaceBuilderVersion">1934</string>
77
<string key="IBDocument.AppKitVersion">1138.1</string>
88
<string key="IBDocument.HIToolboxVersion">566.00</string>
99
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
1010
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
11-
<string key="NS.object.0">1923</string>
11+
<string key="NS.object.0">1934</string>
1212
</object>
1313
<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
1414
<bool key="EncodedWithXMLCoder">YES</bool>
@@ -58,6 +58,7 @@
5858
<object class="NSPSMatrix" key="NSDrawMatrix"/>
5959
<string key="NSFrame">{{18, 16}, {361, 20}}</string>
6060
<reference key="NSSuperview" ref="1006"/>
61+
<reference key="NSNextKeyView"/>
6162
<int key="NSpiFlags">16394</int>
6263
<double key="NSMaxValue">100</double>
6364
</object>
@@ -66,6 +67,7 @@
6667
<int key="NSvFlags">274</int>
6768
<string key="NSFrame">{{17, 56}, {363, 17}}</string>
6869
<reference key="NSSuperview" ref="1006"/>
70+
<reference key="NSNextKeyView" ref="214375840"/>
6971
<bool key="NSEnabled">YES</bool>
7072
<object class="NSTextFieldCell" key="NSCell" id="476186767">
7173
<int key="NSCellFlags">67239424</int>
@@ -100,6 +102,7 @@
100102
</object>
101103
<string key="NSFrameSize">{397, 93}</string>
102104
<reference key="NSSuperview"/>
105+
<reference key="NSNextKeyView" ref="939163389"/>
103106
</object>
104107
<string key="NSScreenRect">{{0, 0}, {1920, 1058}}</string>
105108
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>

GitX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,7 @@
14551455
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
14561456
INSTALL_PATH = "$(HOME)/Applications";
14571457
PRODUCT_NAME = GitX;
1458+
VERSIONING_SYSTEM = "apple-generic";
14581459
WRAPPER_EXTENSION = app;
14591460
ZERO_LINK = YES;
14601461
};
@@ -1474,6 +1475,7 @@
14741475
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
14751476
INSTALL_PATH = "$(HOME)/Applications";
14761477
PRODUCT_NAME = GitX;
1478+
VERSIONING_SYSTEM = "apple-generic";
14771479
WRAPPER_EXTENSION = app;
14781480
};
14791481
name = Release;

Info.plist

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>SUPublicDSAKeyFile</key>
6-
<string>UpdateKey.pem</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>English</string>
9-
<key>CFBundleName</key>
10-
<string>${PRODUCT_NAME}</string>
117
<key>CFBundleDocumentTypes</key>
128
<array>
139
<dict>
@@ -46,22 +42,22 @@
4642
<string>nl.frim.GitX</string>
4743
<key>CFBundleInfoDictionaryVersion</key>
4844
<string>6.0</string>
45+
<key>CFBundleName</key>
46+
<string>${PRODUCT_NAME}</string>
4947
<key>CFBundlePackageType</key>
5048
<string>APPL</string>
49+
<key>CFBundleShortVersionString</key>
50+
<string>0.9</string>
5151
<key>CFBundleSignature</key>
5252
<string>????</string>
5353
<key>CFBundleVersion</key>
54-
<string>SHORT_VERSION</string>
55-
<key>CFBundleGitVersion</key>
56-
<string>GIT_VERSION</string>
57-
<key>CFBundleShortVersionString</key>
58-
<string>SHORT_VERSION</string>
54+
<string>1</string>
55+
<key>NSAppleScriptEnabled</key>
56+
<true/>
5957
<key>NSMainNibFile</key>
6058
<string>MainMenu</string>
6159
<key>NSPrincipalClass</key>
6260
<string>NSApplication</string>
63-
<key>SUFeedURL</key>
64-
<string>http://gitx.frim.nl/Downloads/appcast.xml</string>
6561
<key>NSServices</key>
6662
<array>
6763
<dict>
@@ -70,6 +66,13 @@
7066
<key>default</key>
7167
<string>&amp;</string>
7268
</dict>
69+
<key>NSMenuItem</key>
70+
<dict>
71+
<key>default</key>
72+
<string>Complete SHA1</string>
73+
</dict>
74+
<key>NSMessage</key>
75+
<string>completeSha</string>
7376
<key>NSPortName</key>
7477
<string>GitX</string>
7578
<key>NSReturnTypes</key>
@@ -80,18 +83,13 @@
8083
<array>
8184
<string>NSStringPboardType</string>
8285
</array>
83-
<key>NSMessage</key>
84-
<string>completeSha</string>
85-
<key>NSMenuItem</key>
86-
<dict>
87-
<key>default</key>
88-
<string>Complete SHA1</string>
89-
</dict>
9086
</dict>
9187
</array>
92-
<key>NSAppleScriptEnabled</key>
93-
<true/>
9488
<key>OSAScriptingDefinition</key>
9589
<string>GitX.sdef</string>
90+
<key>SUFeedURL</key>
91+
<string>http://gitx.frim.nl/Downloads/appcast.xml</string>
92+
<key>SUPublicDSAKeyFile</key>
93+
<string>UpdateKey.pem</string>
9694
</dict>
9795
</plist>

0 commit comments

Comments
 (0)