214 Commits (2fd7c587adb2c334d4d23e44c0770a1ff9432899)

Author SHA1 Message Date
  ed ebd6a7b0bb Projucer: Don't add ".storyboard" extension when adding the launch storyboard name to the plist 6 years ago
  ed 4eeca92437 Projucer: Add a blank launch screen storyboard to iOS projects if no custom xcassets folder is set so that the latest iOS device resolutions are supported and add a field to the iOS exporter which allows a custom storyboard file to be used instead 6 years ago
  ed f67d2e01be Projucer: Ensure that additional Java libs specified in the Android exporter are copied to the app folder 6 years ago
  ed 31025ae3e6 Projucer: Initialise the legacy VST dependency in the Makefile exporter so that the path is correctly added to the build 6 years ago
  ed 203b50a189 Projucer: Use the legacy build system for Xcode projects to work around some issues with Xcode 10 6 years ago
  Tom Poole d06a2b8c13 Fixed compatibility with GCC 4.8 6 years ago
  ed 4710fd7b1f Projucer: Copy the Unity GUI script to the bundle resources folder on macOS to fix a code signing issue 6 years ago
  Tom Poole b206729988 Code::Blocks: Fixed a bug linking curl more often than required 6 years ago
  Tom Poole 81634a788b Code::Blocks: Fixed an issue building plug-ins with spaces in their name 6 years ago
  ed 1f40a7b10e Projucer: Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings 6 years ago
  ed 5b9f834fb3 Projucer: Display relative exporter specific SDK paths correctly 6 years ago
  ed 725079f6bc Projucer: Add VST2 and VST3 SDK path options to project exporters if hosting is enabled 6 years ago
  ed a2002354a1 Projucer: Trim the Oboe repository path string when saving the Android exporter 6 years ago
  Lukasz Kozakiewicz de8d029cfe Update Android project template to have recommended default values 6 years ago
  ed 47f607c2d3 Projucer: Allow dynamic library targets in the iOS exporter 6 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 6 years ago
  ed d543df6aff Projucer: Sanitise Unity plug-in names when generating the C# script class name 6 years ago
  Tom Poole 35033add4c Linux: Prevent unnecessary relinking in Makefiles 6 years ago
  ed fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 6 years ago
  Lukasz Kozakiewicz 2718ce96f0 Updates to support the latest Oboe (c5c3cc17f7). 6 years ago
  ed c4663b5aec Projucer: Fixed a bug when recalling empty SDK path values 6 years ago
  ed 3a77e52210 Projucer: Define JucePlugin_Name earlier in AppConfig.h so that JUCE_STANDALONE_APPLICATION is set correctly 6 years ago
  ed dbd48a755c Projucer: Only add platform toolset, target platform version and IPP setting properties to configuration property groups in the VS exporter 6 years ago
  ed 86bdcbae15 Projucer: Add a cp command to the Makefile exporter to copy the Unity GUI script to the build directory 6 years ago
  ed 0f103ac7e7 Projucer: Ensure that per-exporter SDK paths are backwards compatible 6 years ago
  ed c407d528b1 Projucer: Fixed a bug where per-exporter SDK paths would not be saved/recalled correctly 6 years ago
  ed c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 6 years ago
  ed a17d3e2bab Projucer: Fixed a typo and made property name capitalisation consistent in the Android exporter 6 years ago
  ed e00d990737 Projucer: Added a missing check for Unity plug-in when adding the plug-in binary copy step option in the Xcode exporter 6 years ago
  jules 03a118d380 Projucer: Removed a long-dormant PPC setting! 6 years ago
  ed 192830dc97 Projucer: Fixed an issue where saving a project could fail silently without showing an alert window 6 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
  Tom Poole 6626462908 Projucer: Create icns files with a more modern format 6 years ago
  Tom Poole 885168568d Projucer: Enabled adding Xcode subprojects 6 years ago
  Tom Poole 81153ca8de Fixed another typo 6 years ago
  Tom Poole 52fd18b807 Fixed a typo 6 years ago
  Tom Poole 38fbecf9c3 MacOS: Added NSMicrophoneUsageDescription and NSCameraUsageDescription to the plist 6 years ago
  ed 907cbb5a2c Projucer: Remove the <uses-sdk> element from the Android manifest.xml file to fix some errors in Android Studio 3.2 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  ed 823d5c58e6 Projucer: Added macOS 10.14 and iOS 12.0 support to the Xcode exporter 6 years ago
  Tom Poole bdc7a5977a Projucer: Improved the format of Xcode pbxproj files 6 years ago
  ed 68f0ba2a7b Projucer: Only delete unwanted files in generated JuceLibraryCode folder after a successful save 6 years ago
  ed c59cd2d9f1 Projucer: Set SKIP_INSTALL for shared code target in the Xcode exporter to fix iOS app archive validation in Xcode 10 6 years ago
  ed bb0a0d3cb6 Projucer: Use a workaround to set the VS2017 Windows target platform option to the latest Windows 10 SDK installed on the build machine by default 6 years ago
  Tom Poole 6f5b15e345 Projucer: Added a framework search path to the Xcode exporter 6 years ago
  ed 38fcc1163d Projucer: Partially reverted commit ff263ec to allow per-project VST3/AAX/RTAS SDK path overrides 6 years ago
  ed ff263ecded Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path 6 years ago
  ed 06abfc16ce Projucer: Added an option to set the /MP (multi-processor compilation) option in the Visual Studio exporter 6 years ago
  ed f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 6 years ago
  ed 89bef8879b Projucer: Fixed a bug in the VS exporter causing the PlatformToolset property to be duplicated 6 years ago