Browse Source

Remove version strings from Info.plist on Mac

tags/v0.3.2
Andrew Belt 7 years ago
parent
commit
90b3cc251c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Info.plist

+ 3
- 3
Info.plist View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.vcvrack.rack</string> <string>com.vcvrack.rack</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.0.0</string>
<string></string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
@@ -21,9 +21,9 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icon</string> <string>icon</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>0.0.0</string>
<string></string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.0</string>
<string></string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>


Loading…
Cancel
Save