public
Description: A popular sample Cocoa application rewritten in Nu. Original code by Aaron Hillegass, ported to Nu by Tim Burks.
Homepage: http://programming.nu/posts/2007/12/12/nupagepacker
Clone URL: git://github.com/timburks/nupagepacker.git
Added custom icon to avoid confusion with the original PagePacker.
timburks (author)
Sun Dec 09 13:23:52 -0800 2007
commit  037e01524323a2cdf648d49c921dd6d7612d86c4
tree    4cc0a2f1bf0778a7cc6dcb92c01e9cc89e6cd831
parent  b056c97ca901999e31ab5df0373003e259321bdc
...
14
15
16
17
 
18
19
20
21
22
23
24
 
25
26
27
...
36
37
38
39
 
40
41
42
...
14
15
16
 
17
18
19
20
21
22
23
 
24
25
26
27
...
36
37
38
 
39
40
41
42
0
@@ -14,14 +14,14 @@
0
      (dict "CFBundleDevelopmentRegion" "English"
0
            "CFBundleDocumentTypes"
0
            (array (dict "CFBundleTypeExtensions" (array "pp")
0
- "CFBundleTypeIconFile" "PPApp.icns"
0
+ "CFBundleTypeIconFile" "NuPPApp.icns"
0
                         "CFBundleTypeName" "DocumentType"
0
                         "CFBundleTypeRole" "Editor"
0
                         "NSDocumentClass" "MyDocument"))
0
            "CFBundleExecutable" "NuPagePacker"
0
            "CFBundleHelpBookFolder" "PagePackerHelp"
0
            "CFBundleHelpBookName" "PagePacker Help"
0
- "CFBundleIconFile" "PPApp"
0
+ "CFBundleIconFile" "NuPPApp"
0
            "CFBundleIdentifier" "nu.programming.NuPagePacker"
0
            "CFBundleInfoDictionaryVersion" "6.0"
0
            "CFBundleName" "PagePacker"
0
@@ -36,7 +36,7 @@
0
 ;; application description
0
 (set @application "NuPagePacker")
0
 (set @application_identifier "nu.programming.nupagepacker")
0
-(set @application_icon_file "PPApp.icns")
0
+(set @application_icon_file "NuPPApp.icns")
0
 (set @application_help_folder "PagePackerHelp")
0
 
0
 ;; build configuration

Comments

    No one has commented yet.