adds mac build
This commit is contained in:
55
Builds/MacOSX/Info-AU.plist
Normal file
55
Builds/MacOSX/Info-AU.plist
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
<?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>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.yourcompany.Reverb</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string></string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
|
<key>AudioComponents</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>yourcompany: Reverb</string>
|
||||||
|
<key>description</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>factoryFunction</key>
|
||||||
|
<string>ReverbAUFactory</string>
|
||||||
|
<key>manufacturer</key>
|
||||||
|
<string>Manu</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>aufx</string>
|
||||||
|
<key>subtype</key>
|
||||||
|
<string>C3tc</string>
|
||||||
|
<key>version</key>
|
||||||
|
<integer>65536</integer>
|
||||||
|
<key>resourceUsage</key>
|
||||||
|
<dict>
|
||||||
|
<key>network.client</key>
|
||||||
|
<true/>
|
||||||
|
<key>temporary-exception.files.all.read-write</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
29
Builds/MacOSX/Info-Standalone_Plugin.plist
Normal file
29
Builds/MacOSX/Info-Standalone_Plugin.plist
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<?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>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.yourcompany.Reverb</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string></string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
29
Builds/MacOSX/Info-VST3.plist
Normal file
29
Builds/MacOSX/Info-VST3.plist
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<?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>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.yourcompany.Reverb</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string></string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
29
Builds/MacOSX/Info-VST3_Manifest_Helper.plist
Normal file
29
Builds/MacOSX/Info-VST3_Manifest_Helper.plist
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<?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>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.yourcompany.Reverb</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>Reverb</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string></string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
BIN
Builds/MacOSX/RecentFilesMenuTemplate.nib
generated
Normal file
BIN
Builds/MacOSX/RecentFilesMenuTemplate.nib
generated
Normal file
Binary file not shown.
2052
Builds/MacOSX/Reverb.xcodeproj/project.pbxproj
Normal file
2052
Builds/MacOSX/Reverb.xcodeproj/project.pbxproj
Normal file
File diff suppressed because it is too large
Load Diff
20
Reverb.jucer
20
Reverb.jucer
@ -50,5 +50,25 @@
|
|||||||
<MODULEPATH id="juce_gui_extra" path="../../../../../usr/share/juce/modules"/>
|
<MODULEPATH id="juce_gui_extra" path="../../../../../usr/share/juce/modules"/>
|
||||||
</MODULEPATHS>
|
</MODULEPATHS>
|
||||||
</LINUX_MAKE>
|
</LINUX_MAKE>
|
||||||
|
<XCODE_MAC targetFolder="Builds/MacOSX">
|
||||||
|
<CONFIGURATIONS>
|
||||||
|
<CONFIGURATION isDebug="1" name="Debug"/>
|
||||||
|
<CONFIGURATION isDebug="0" name="Release"/>
|
||||||
|
</CONFIGURATIONS>
|
||||||
|
<MODULEPATHS>
|
||||||
|
<MODULEPATH id="juce_audio_basics" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_audio_devices" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_audio_formats" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_audio_plugin_client" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_audio_processors" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_audio_utils" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_core" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_data_structures" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_events" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_graphics" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_gui_basics" path="../../juce"/>
|
||||||
|
<MODULEPATH id="juce_gui_extra" path="../../juce"/>
|
||||||
|
</MODULEPATHS>
|
||||||
|
</XCODE_MAC>
|
||||||
</EXPORTFORMATS>
|
</EXPORTFORMATS>
|
||||||
</JUCERPROJECT>
|
</JUCERPROJECT>
|
||||||
|
Reference in New Issue
Block a user