53 Commits (750ab85fe94db6b82e76c5e205e56c4c8d8c3896)

Author SHA1 Message Date
  tpoole 837ac2143c Fixed iOS code sign entitlements bug 8 years ago
  tpoole 8f6fa6f6c7 Changed the JUCE modules from groups to folder references in Xcode 8 years ago
  tpoole 0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 8 years ago
  tpoole cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 8 years ago
  tpoole aceb07770d Updated Xcode compatibility to 8.3 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  hogliux e59a81dd9c Cleaned up some code in recent commits in the Projucer's XCode exporter 8 years ago
  hogliux 24d02528e0 Fixed an AAX bug where the Projucer's Xcode exporter would generate linker settings pointing to the wrong version of the AAXLibrary 8 years ago
  tpoole a2ee6339e1 Restored JUCE modules as Xcode groups and resaved all projects 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  tpoole 69c07d357f Changed Xcode C standard from c99 to c11 8 years ago
  tpoole 302c42125c Fixed dynamic library filenames in Makefiles 8 years ago
  tpoole ab4f269c60 Removed brackets from build target names and resaved all projects 8 years ago
  tpoole 0d660187a9 Used Xcode folder references instead of groups for JUCE modules 8 years ago
  tpoole 9147d986c9 Removed the C++98 build option from the Projucer 8 years ago
  hogliux c504875b3f Silenced a MSVC 2013 warning in the previous commit 8 years ago
  hogliux d933b4af84 Fixed RTAS compilation on Windows and OS X 8 years ago
  tpoole 9c5f6dbe10 Removed the "Update to recommended settings" warning for the latest version of Xcode 8 years ago
  hogliux 04696f8082 Always build the AUv3 target with at least 10.11 SDK 8 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  hogliux 0117aace01 Added support for multi-target exporters and standalone plug-in format 8 years ago
  jules 284fc826e2 Tidied up some Projucer code that was causing build errors in VS2013/15 8 years ago
  tpoole 4b507cde06 Fixed Xcode exporter macro escapes for '"' 8 years ago
  hogliux b1d3069464 Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files 8 years ago
  hogliux 7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets 8 years ago
  hogliux 1845437fe1 Only moan about all-lowercase AU manufacturer codes 8 years ago
  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 8 years ago
  hogliux a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 8 years ago
  tpoole 83d0854572 Added a microphone permission option to the iOS exporter 8 years ago
  hogliux 05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version 8 years ago
  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. 8 years ago
  tpoole 9f31d6498a Use a bespoke VST2 interface 8 years ago
  hogliux ca62e560f3 Revert support for hosting your own VST bundles on iOS 8 years ago
  hogliux 05835ecfa1 Generate bitcode bundles on iOS 8 years ago
  hogliux 54243ef0c0 Support hosting your own VST bundles on iOS 9 years ago
  hogliux e12c801846 Always add build scripts - even for Aggregate targets 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  jules d9e3cdac16 Removed a few references to var::null 9 years ago
  jules 1cbd0a005b Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources 9 years ago
  hogliux 61b27593c5 Fix plug-in projects with whitespaces in their name 9 years ago
  Timur Doumler 1e41e3d11d Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up. 9 years ago
  Timur Doumler 4b1cabb87d Minor refactoring, clean-up, whitespace. 9 years ago
  Timur Doumler 6d69f1b062 Added new Xcode option to strip of local symbols (off by default). 9 years ago
  Timur Doumler 37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 9 years ago
  jules e030a583c1 Projucer: fixes for binary paths and Android Studio 9 years ago
  Timur Doumler 59f28855a3 Minor refactoring for a bit more clarity in the deprecated Xcode post-build script check. 9 years ago
  Timur Doumler 367f6eeb36 Fixed bug with wrong checksum for deprecated Xcode post-build script. 9 years ago
  jules effb421be1 Projucer: Updated some font use and removed the EULA if running without the live-coding DLL 9 years ago
  jules 025d04cbd1 Projucer: Added warning when trying to load projects with out-of-date build scripts 9 years ago
  Timur Doumler 68451eeeec Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded. 9 years ago