240 Commits (cd4aba9e43346198b98c6e9d29366961d6a6f1e9)

Author SHA1 Message Date
  Tom Poole 1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
  ed f58fe19815 Projucer: Fixed an error when setting the macOS SDK to the current version 6 years ago
  ed cb7e325d51 Fixed some variable shadowing warnings 6 years ago
  ed 16d0697216 Projucer: Escape quotes in plug-in shared code linker flag 6 years ago
  Lukasz Kozakiewicz b4617412c2 Projucer: add project level repositories section to Android exporter. 6 years ago
  ed 8aa1573eaa Projucer: Removed some unused settings from the Android exporter 6 years ago
  jules 0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
  Lukasz Kozakiewicz 556eda320b Projucer: add "Extra module's build gradle content" field to Android exporter. 6 years ago
  Lukasz Kozakiewicz abff8ccfdf Projucer: add "Custom gradle.settings content" field to Android exporter. 6 years ago
  ed a2017062f5 Projucer: Use correct newline chars when writing XML 6 years ago
  ed 8e02cf9292 Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit 6 years ago
  jules 62ead7dc7d Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 6 years ago
  jules 2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
  Lukasz Kozakiewicz 7c4601473a Android: fix PushNotifications that got broken by Android low level code rework. 6 years ago
  ed 08798a9b72 Projucer: Updated ProjectExporter::getCurrentPlatformExporterName() to VS2019 on Windows 6 years ago
  Tom Poole e41bb41a1e Fixed a typo 6 years ago
  Tom Poole 28ce837575 Projucer: Added macOS app sandboxing options 6 years ago
  ed 84c05cbecc Projucer: Added an option to the Xcode exporter to override the project bundle identifier 6 years ago
  ed 251ec6daa8 iOS: Made it clear that the "Audio Background Capability" setting must be enabled for MidiInput/Output::createNewDevice() to succeed 6 years ago
  ed 4dad6ee028 Projucer: Add a project setting to specify a shell script that will be run after saving 6 years ago
  ed ead04aa9f2 Projucer: Ensure that custom Xcode schemes are fully removed when the "Keep Custom Xcode Schemes" setting is disabled 6 years ago
  ed 78f3f299d5 Projucer: Tidy up a couple of places not using ValueWithDefault objects in the Xcode exporter 6 years ago
  Tom Poole 78aa1af18b MacOS: Removed the "update to latest version" Xcode warning 6 years ago
  ed e6ea529902 Projucer: Increase the height of the "Custom Xcode Flags" field 6 years ago
  Tom Poole c91f872f9a CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 6 years ago
  ed 33901385de Projucer: Always add custom launch screen storyboard files to iOS projects even when a custom xcassets folder is specified 6 years ago
  ed 2fd7c587ad Projucer: Made the "Custom Launch Storyboard" setting in the iOS exporter take a path to the .storyboard file to be used relative to the project root folder and add this file as an Xcode resource directly 6 years ago
  Tom Poole 42301905e2 Projucer: Fixed a bug exporting CLion projects 6 years ago
  ed d84b3d62bd Projucer: Added a VS2019 exporter 6 years ago
  Tom Poole ba7e1f7658 Projucer: Added options to configure macOS Hardened Runtime 6 years ago
  ed 38da38f658 Projucer: Minor formatting tweaks in the makefile exporter code 6 years ago
  ed e987d89624 Projucer: Fix a localisation warning in the latest version of Xcode 10 for generated projects 6 years ago
  ed 3913269620 Revert commit 49359df and e5204ba to ensure that ValueWithDefault objects can be set to non-default empty strings 6 years ago
  ed 49359dfe34 Projucer: Fixed a bug when setting the Makefile exporter architecture to <None> 6 years ago
  ed 574f6ebd9b Projucer: Fixed a typo in the legacy VST binary copy location setting documentation in the VS exporter 6 years ago
  ed ee89aa8898 Projucer: Removed some unused variables from ResourceFile 6 years ago
  ed ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 6 years ago
  ed b2e2346745 Projucer: Add an option to specify per-file compiler flags 6 years ago
  Tom Poole 4d6921ff7d CLion: Added support for application icons 6 years ago
  ed e7750ecd92 Projucer: Initialise legacy VST SDK path value in Code::Blocks exporter 6 years ago
  Tom Poole 020f3aa512 CLion: Fixed a Rez error when building AU plug-ins 6 years ago
  Tom Poole a7048275d7 Projucer: Write .xcsettings files using tabs 6 years ago
  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