Browse Source

fixed the juce demo plugin plist macro expansion tags

tags/2021-05-28
Julian Storer 15 years ago
parent
commit
d8eaebab83
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      extras/audio plugins/demo/build/mac/Info.plist

+ 5
- 5
extras/audio plugins/demo/build/mac/Info.plist View File

@@ -5,15 +5,15 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>EXECUTABLE_NAME</string>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>VERSION_STR</string>
<string>${VERSION_STR}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.rawmaterialsoftware.PRODUCT_NAME</string>
<string>com.rawmaterialsoftware.${PRODUCT_NAME}</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PRODUCT_NAME</string>
<string>${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
@@ -23,7 +23,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>PTul</string> <string>PTul</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>VERSION_NUM</string>
<string>${VERSION_NUM}</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
</dict> </dict>


Loading…
Cancel
Save