69 Commits (768139a298254bfdb01b871e4b061664ad22f21c)

Author SHA1 Message Date
  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 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 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
  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 f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 6 years ago
  ed 9ae332cc8f Projucer: Replace search paths starting with "~" with "$(HOME)" in the Xcode exporter to make Xcode 10 happy 6 years ago
  ed fccad2d72b Projucer: Remove empty strings before adding Xcode custom resource folders 6 years ago
  Tom Poole 28b7f42992 Projucer: Updated to latest Xcode warning suggestions 7 years ago
  jules 1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
  hogliux 9ab9b28f46 AU: Add resourceUsage plist entry to non-sandbox safe plug-ins so that they still load in GarageBand 7 years ago
  hogliux fefbbc89b4 AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand) 7 years ago
  hogliux cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 7 years ago
  Lukasz Kozakiewicz 70ad10155f Projucer: add option to Xcode exporter to embed a framework in an app bundle. 7 years ago
  ed 527625b699 Added support for building Unity native audio plugins on desktop platforms 7 years ago
  Lukasz Kozakiewicz 772185f2b0 Add camera support for iOS and Android. 7 years ago
  ed f29fa75477 Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole c7c26fa9f0 Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
  ed d5d2938126 Projucer: Allow relative paths in the "Extra Frameworks" field of the Xcode exporter 7 years ago
  Tom Poole 92ff4e285c Updated the Xcode exporter upgrade warnings 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed 03eb182e7d Revert commit ba130cd 7 years ago
  ed dfc2eb9760 Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected 7 years ago
  ed 49c4f0c0f3 Projucer: Don't set the OSX SDK version if using default 7 years ago
  ed 791c7c5ea4 Projucer: Fixed a bug where the OSX base SDK version was not being set due to an extra "SDK" being added to the end of the version string 7 years ago
  ed 96f1fb43c1 Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected 7 years ago
  ed 5cb7e920ee Projucer: Don't set the OSX SDK version if using default 7 years ago
  ed 0f9a0e8c7a Projucer: Fixed a bug where the OSX base SDK version was not being set due to an extra "SDK" being added to the end of the version string 7 years ago
  Tom Poole ba130cdd8c Removed the OS X 10.5 and 10.6 deployment target options from the Projucer 7 years ago
  ed cca893a5a2 Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type 7 years ago
  ed b0344308f5 Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly 7 years ago
  ed 0cfa1e4b7a Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups 7 years ago
  ed 32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 7 years ago
  ed 06773f18bb Projucer: Add C++17 flag to exporters that support it 7 years ago
  Tom Poole 07968421a1 iOS: Made the default Microphone Usage Description less generic 7 years ago
  ed 36f6ff854e Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions 7 years ago
  ed 2d43125a95 Projucer: Cleaned up the exporter code 7 years ago
  jules 415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
  ed 3caca8743d Projucer: Fixed a bug when using '~' in Xcode install paths 7 years ago
  jules 8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
  ed e5ddf29bf9 Projucer: Removed some calls to trim() when getting the plugin and plugin manufacturer code 7 years ago
  ed 1603f21976 Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault 7 years ago