~oluseyi-deactivatedaccount/pencil/trunk

« back to all changes in this revision

Viewing changes to Info.plist

  • Committer: volute
  • Date: 2007-07-23 22:27:45 UTC
  • Revision ID: svn-v4:f509e8e7-a431-0410-8952-ba4f3f4fc37f:trunk:33
Minor update: added icons in the layer menu in the timeline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3
 
<plist version="0.9">
 
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
4
4
<dict>
 
5
        <key>CFBundleExecutable</key>
 
6
        <string>Pencil</string>
 
7
        <key>CFBundleGetInfoString</key>
 
8
        <string>Created by Qt/QMake</string>
5
9
        <key>CFBundleIconFile</key>
6
 
        <string></string>
 
10
        <string>icons.icns</string>
7
11
        <key>CFBundlePackageType</key>
8
12
        <string>APPL</string>
9
 
        <key>CFBundleGetInfoString</key>
10
 
        <string>Created by Qt/QMake</string>
11
13
        <key>CFBundleSignature</key>
12
14
        <string>????</string>
13
 
        <key>CFBundleExecutable</key>
14
 
        <string>Pencil</string>
15
15
        <key>NOTE</key>
16
16
        <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
17
17
</dict>