~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to data/mac/Info.plist.in

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-v4d5tb1m3h3vi0dl
Tags: upstream-1.3.15
ImportĀ upstreamĀ versionĀ 1.3.15

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>CFBundleInfoDictionaryVersion</key>
 
6
        <string>6.0</string>
 
7
 
 
8
        <key>CFBundleIdentifier</key>
 
9
        <string>%%IDENTIFIER%%</string>
 
10
 
 
11
        <key>CFBundleName</key>
 
12
        <string>%%NAME%%</string>
 
13
 
 
14
        <key>CFBundlePackageType</key>
 
15
        <string>APPL</string>
 
16
 
 
17
        <key>CFBundleSignature</key>
 
18
        <string>%%SIGNATURE%%</string>
 
19
 
 
20
        <key>CFBundleDevelopmentRegion</key>
 
21
        <string>English</string>
 
22
 
 
23
        <key>CFBundleExecutable</key>
 
24
        <string>%%BINARY%%</string>
 
25
 
 
26
        <key>CFBundleVersion</key>
 
27
        <string>%%VERSION%%</string>
 
28
 
 
29
        <key>CFBundleShortVersionString</key>
 
30
        <string>%%VERSION%%</string>
 
31
 
 
32
        <key>CFBundleLongVersionString</key>
 
33
        <string>%%VERSION%%</string>
 
34
 
 
35
        <key>CFBundleIconFile</key>
 
36
        <string>%%ICON%%</string>
 
37
 
 
38
        <key>NSAppleScriptEnabled</key>
 
39
        <string>No</string>
 
40
 
 
41
        <key>NSHumanReadableCopyright</key>
 
42
        <string>Copyright (c) 2009 Dave Freese W1HKJ</string>
 
43
</dict>
 
44
</plist>