1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
Commit graph

30 commits

Author SHA1 Message Date
hogliux
b1d3069464 Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files 2016-12-19 16:12:02 +00:00
hogliux
7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets 2016-12-19 16:11:55 +00:00
hogliux
1845437fe1 Only moan about all-lowercase AU manufacturer codes 2016-10-27 09:52:42 +01:00
hogliux
348dc1fa79 Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects 2016-10-20 11:45:01 +01:00
hogliux
a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 2016-10-20 10:39:16 +01:00
tpoole
83d0854572 Added a microphone permission option to the iOS exporter 2016-09-27 17:30:10 +01:00
hogliux
05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version 2016-09-16 15:58:40 +01:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
hogliux
ca62e560f3 Revert support for hosting your own VST bundles on iOS 2016-07-16 16:13:54 +02:00
hogliux
05835ecfa1 Generate bitcode bundles on iOS 2016-07-14 10:05:04 +01:00
hogliux
54243ef0c0 Support hosting your own VST bundles on iOS 2016-05-23 15:41:45 +01:00
hogliux
e12c801846 Always add build scripts - even for Aggregate targets 2016-05-13 11:32:37 +01:00
hogliux
dbf915603d Fix RTAS support 2016-05-05 19:52:19 +01:00
jules
d9e3cdac16 Removed a few references to var::null 2016-04-28 10:10:00 +01:00
jules
1cbd0a005b Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources 2016-04-27 10:10:45 +01:00
hogliux
61b27593c5 Fix plug-in projects with whitespaces in their name 2016-04-20 10:19:53 +01:00
Timur Doumler
1e41e3d11d Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up. 2016-04-19 17:04:07 +01:00
Timur Doumler
4b1cabb87d Minor refactoring, clean-up, whitespace. 2016-04-19 17:04:06 +01:00
Timur Doumler
6d69f1b062 Added new Xcode option to strip of local symbols (off by default). 2016-04-19 17:04:06 +01:00
Timur Doumler
37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 2016-04-19 17:04:06 +01:00
jules
e030a583c1 Projucer: fixes for binary paths and Android Studio 2016-04-19 12:11:23 +01:00
Timur Doumler
59f28855a3 Minor refactoring for a bit more clarity in the deprecated Xcode post-build script check. 2016-04-15 10:28:28 +01:00
Timur Doumler
367f6eeb36 Fixed bug with wrong checksum for deprecated Xcode post-build script. 2016-04-15 10:28:27 +01:00
jules
effb421be1 Projucer: Updated some font use and removed the EULA if running without the live-coding DLL 2016-04-14 18:18:10 +01:00
jules
025d04cbd1 Projucer: Added warning when trying to load projects with out-of-date build scripts 2016-04-14 17:41:31 +01:00
Timur Doumler
68451eeeec Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded. 2016-04-14 12:13:03 +01:00
Timur Doumler
0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 2016-04-13 17:40:30 +01:00
jules
5049babe51 Projucer: Fixed a typo that prevented the OSXLibs setting working 2016-04-08 15:20:24 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00