~ubuntu-branches/ubuntu/wily/oolite/wily-proposed

« back to all changes in this revision

Viewing changes to DebugOXP/Resources/Info.plist

  • Committer: Package Import Robot
  • Author(s): Nicolas Boulenguez
  • Date: 2011-12-22 00:22:39 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20111222002239-pr3upeupp4jw1psp
Tags: 1.76-1
* New upstream.
* watch: scan upstream stable releases instead of dev snapshots.
* control: use default gobjc instead of explicit 4.6.
* rules: use dpkg-dev build flags.

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>CFBundleName</key>
 
10
        <string>${PRODUCT_NAME}</string>
 
11
        <key>CFBundleIconFile</key>
 
12
        <string></string>
 
13
        <key>CFBundleIdentifier</key>
 
14
        <string>org.aegidian.oolite.debugoxp</string>
 
15
        <key>CFBundleInfoDictionaryVersion</key>
 
16
        <string>6.0</string>
 
17
        <key>CFBundlePackageType</key>
 
18
        <string>BNDL</string>
 
19
        <key>CFBundleVersion</key>
 
20
        <string>${VERSION}</string>
 
21
        <key>NSPrincipalClass</key>
 
22
        <string>OODebugController</string>
 
23
</dict>
 
24
</plist>