~ubuntu-branches/debian/stretch/opentyrian/stretch

« back to all changes in this revision

Viewing changes to macosx/Info.plist

  • Committer: Package Import Robot
  • Author(s): Etienne Millon
  • Date: 2015-03-31 08:48:54 UTC
  • Revision ID: package-import@ubuntu.com-20150331084854-f5a4uoz7uv3vopk6
Tags: upstream-2.1.20130907+dfsg
ImportĀ upstreamĀ versionĀ 2.1.20130907+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
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
<dict>
 
5
        <key>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleExecutable</key>
 
8
        <string>${EXECUTABLE_NAME}</string>
 
9
        <key>CFBundleIconFile</key>
 
10
        <string>tyrian</string>
 
11
        <key>CFBundleIdentifier</key>
 
12
        <string>com.opentyrian.OpenTyrian</string>
 
13
        <key>CFBundleInfoDictionaryVersion</key>
 
14
        <string>6.0</string>
 
15
        <key>CFBundleName</key>
 
16
        <string>${PRODUCT_NAME}</string>
 
17
        <key>CFBundlePackageType</key>
 
18
        <string>APPL</string>
 
19
        <key>CFBundleShortVersionString</key>
 
20
        <string>${VERSION} (${SVN_REVISION})</string>
 
21
        <key>CFBundleSignature</key>
 
22
        <string>????</string>
 
23
        <key>CFBundleVersion</key>
 
24
        <string>${VERSION} (${SVN_REVISION})</string>
 
25
        <key>NSMainNibFile</key>
 
26
        <string>MainMenu</string>
 
27
        <key>NSPrincipalClass</key>
 
28
        <string>NSApplication</string>
 
29
</dict>
 
30
</plist>