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


Loading…
Cancel
Save