Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clm
Commits
37a42deb
Commit
37a42deb
authored
Apr 29, 2003
by
Diederik van Arkel
Browse files
Support for building resource section of MacIde;
parent
326ebd64
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
CleanIDE/MacSupport/aboutIDE.r
0 → 100755
View file @
37a42deb
This diff is collapsed.
Click to expand it.
CleanIDE/MacSupport/carbonIde.app.icns
0 → 100755
View file @
37a42deb
File added
CleanIDE/MacSupport/carbonIde.obj.icns
0 → 100755
View file @
37a42deb
File added
CleanIDE/MacSupport/carbonIde.plist
0 → 100755
View file @
37a42deb
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist
version=
"0.9"
>
<dict>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleIdentifier
</key>
<string>
nl.hilt.CleanIde
</string>
<key>
CFBundleName
</key>
<string>
CleanIde
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleSignature
</key>
<string>
3PRM
</string>
<key>
CFBundleDevelopmentRegion
</key>
<string>
English
</string>
<key>
LSPrefersCarbon
</key>
<true/>
<key>
CFBundleVersion
</key>
<string>
2.0.2d1
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.2d1
</string>
<key>
CFBundleLongVersionString
</key>
<string>
2.0.2d1, © 1987-2003 University of Nijmegen
</string>
<key>
CFBundleIconFile
</key>
<string>
128
</string>
<key>
NSAppleScriptEnabled
</key>
<string>
No
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
Copyright (c) 1987-2003 University of Nijmegen
</string>
<key>
CFBundleDocumentTypes
</key>
<array>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
TEXT
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
129
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean text document
</string>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
txt
</string>
<string>
text
</string>
</array>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
</dict>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
TEXT
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
129
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean implementation module
</string>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
icl
</string>
</array>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
</dict>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
TEXT
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
129
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean definition module
</string>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
dcl
</string>
</array>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
</dict>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
TEXT
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
129
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean Foreign module
</string>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
fcl
</string>
</array>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
</dict>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
TEXT
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
129
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean ABC module
</string>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
abc
</string>
</array>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
</dict>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
CgOb
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
130
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean code object
</string>
<key>
CFBundleTypeRole
</key>
<string>
Viewer
</string>
</dict>
<dict>
<key>
CFBundleTypeOSTypes
</key>
<array>
<string>
****
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
131
</string>
<key>
CFBundleTypeName
</key>
<string>
Clean document
</string>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
pict
</string>
</array>
<key>
CFBundleTypeRole
</key>
<string>
Viewer
</string>
</dict>
</array>
</dict>
</plist>
CleanIDE/MacSupport/carbonIde.r
0 → 100755
View file @
37a42deb
This diff is collapsed.
Click to expand it.
CleanIDE/MacSupport/carbonIde.txt.icns
0 → 100755
View file @
37a42deb
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment