Browse Source

Add some Info.plist properties

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
e28d6262fd
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Info.plist

+ 3
- 1
Info.plist View File

@@ -2,6 +2,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>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleName</key>
@@ -11,7 +13,7 @@
<key>CFBundleIdentifier</key>
<string>com.vcvrack.rack</string>
<key>CFBundleVersion</key>
<string></string>
<string>{VERSION}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>


Loading…
Cancel
Save