Revision: 2794
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2794&view=rev
Author:   hofman
Date:     2007-08-31 04:57:41 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
Change creator code, because SKIM was already registered.

Modified Paths:
--------------
    trunk/Info.plist
    trunk/SKDocument.m
    trunk/SKNotesDocument.m

Modified: trunk/Info.plist
===================================================================
--- trunk/Info.plist    2007-08-31 11:33:28 UTC (rev 2793)
+++ trunk/Info.plist    2007-08-31 11:57:41 UTC (rev 2794)
@@ -355,7 +355,7 @@
        <key>CFBundleShortVersionString</key>
        <string>0.7</string>
        <key>CFBundleSignature</key>
-       <string>SKIM</string>
+       <string>SKim</string>
        <key>CFBundleVersion</key>
        <string>v10</string>
        <key>LSMinimumSystemVersion</key>

Modified: trunk/SKDocument.m
===================================================================
--- trunk/SKDocument.m  2007-08-31 11:33:28 UTC (rev 2793)
+++ trunk/SKDocument.m  2007-08-31 11:57:41 UTC (rev 2794)
@@ -413,7 +413,7 @@
     
     // only set the creator code for our native types
     if ([typeName isEqualToString:SKPDFDocumentType] || [typeName 
isEqualToString:SKPDFBundleDocumentType] || [typeName 
isEqualToString:SKNotesDocumentType])
-        [dict setObject:[NSNumber numberWithUnsignedLong:'SKIM'] 
forKey:NSFileHFSCreatorCode];
+        [dict setObject:[NSNumber numberWithUnsignedLong:'SKim'] 
forKey:NSFileHFSCreatorCode];
     
     if ([[[absoluteURL path] pathExtension] isEqualToString:@"pdf"] || 
([typeName isEqualToString:SKPDFDocumentType] || [typeName 
isEqualToString:SKEmbeddedPDFDocumentType] || [typeName 
isEqualToString:SKBarePDFDocumentType]))
         [dict setObject:[NSNumber numberWithUnsignedLong:'PDF '] 
forKey:NSFileHFSTypeCode];

Modified: trunk/SKNotesDocument.m
===================================================================
--- trunk/SKNotesDocument.m     2007-08-31 11:33:28 UTC (rev 2793)
+++ trunk/SKNotesDocument.m     2007-08-31 11:57:41 UTC (rev 2794)
@@ -145,7 +145,7 @@
     
     // only set the creator code for our native types
     if ([typeName isEqualToString:SKNotesDocumentType])
-        [dict setObject:[NSNumber numberWithUnsignedLong:'SKIM'] 
forKey:NSFileHFSCreatorCode];
+        [dict setObject:[NSNumber numberWithUnsignedLong:'SKim'] 
forKey:NSFileHFSCreatorCode];
     
     if ([[[absoluteURL path] pathExtension] isEqualToString:@"rtf"] || 
[typeName isEqualToString:SKNotesRTFDocumentType])
         [dict setObject:[NSNumber numberWithUnsignedLong:'RTF '] 
forKey:NSFileHFSTypeCode];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to