Browse Source

Add Info.plist

tags/v0.3.0
Andrew Belt 7 years ago
parent
commit
4e18045052
1 changed files with 32 additions and 0 deletions
  1. +32
    -0
      Info.plist

+ 32
- 0
Info.plist View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleName</key>
<string>Rack</string>
<key>CFBundleDisplayName</key>
<string>Rack</string>
<key>CFBundleIdentifier</key>
<string>com.vcvrack.rack</string>
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>RACK</string>
<key>CFBundleExecutable</key>
<string>Rack</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleLongVersionString</key>
<string>0.0.0</string>
<key>CFBundleShortVersionString</key>
<string>0.0</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>NO</string>
</dict>
</plist>

Loading…
Cancel
Save