public
Description: A Mac OS X photo uploader program for my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photoupload/
Clone URL: git://github.com/dustin/photoupload.git
Updated version to 1.1
dustin (author)
Tue Mar 29 23:01:39 -0800 2005
commit  cc7db22bc7415152eb2113a92a7f8237952199be
tree    29350a6d7048e845efc8b3914d03c08db6c6dc3b
parent  41eb1f145fa85b34c9f2404b18024aa955b90efa
...
1
2
3
4
5
 
 
6
...
1
2
3
 
 
4
5
6
0
@@ -1,6 +1,6 @@
0
 /* Localized versions of Info.plist keys */
0
 
0
 CFBundleName = "PhotoUpload";
0
-CFBundleShortVersionString = "PhotoUpload version 1.0";
0
-CFBundleGetInfoString = "PhotoUpload version 1.0, Copyright 2004-2005 SPY Internetworking.";
0
+CFBundleShortVersionString = "PhotoUpload version 1.1";
0
+CFBundleGetInfoString = "PhotoUpload version 1.1, Copyright 2004-2005 SPY Internetworking.";
0
 NSHumanReadableCopyright = "Copyright 2004-2005 SPY Internetworking.";
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@
0
   <key>CFBundleSignature</key>
0
   <string>????</string>
0
   <key>CFBundleVersion</key>
0
- <string>1.0</string>
0
+ <string>1.1</string>
0
   <key>NSMainNibFile</key>
0
   <string>MainMenu</string>
0
   <key>NSPrincipalClass</key>

Comments

    No one has commented yet.