~ubuntu-branches/ubuntu/wily/monodevelop/wily

« back to all changes in this revision

Viewing changes to external/monomac/samples/CoreAnimationBook/QCBackground/Info.plist

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (19.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120527180820-fydl21qnbnfr8w2t
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

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//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
 
4
<dict>
 
5
        <key>CFBundleIdentifier</key>
 
6
        <string>com.yourcompany.QCBackground</string>
 
7
        <key>CFBundleName</key>
 
8
        <string>QCBackground</string>
 
9
        <key>CFBundleVersion</key>
 
10
        <string>1</string>
 
11
        <key>LSMinimumSystemVersion</key>
 
12
        <string>10.6</string>
 
13
        <key>NSMainNibFile</key>
 
14
        <string>MainMenu</string>
 
15
        <key>NSPrincipalClass</key>
 
16
        <string>NSApplication</string>
 
17
</dict>
 
18
</plist>