35 Commits (2e8ec2a757f360e5204416dba3ad6cc9bacf2cbd)

Author SHA1 Message Date
  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
  ed df35930a4f Projucer: Correct case for some iOS identifiers 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  Noah Dayan 5dfa8bc707 Fix description of exporter setting Duplicate Resources Folder For App Extension in jucer_ProjectExporter_Xcode.h 7 years ago
  Lukasz Kozakiewicz 3a3d889fd2 iOS: add an option to Projucer to allow a user to access application documents in a native file chooser. 7 years ago
  Tom Poole 03fef746d5 Projucer: Updated the latest MacOS SDK version 7 years ago
  ed ad0e97fef4 Projucer: Draw transparent iOS app icons onto a white background so that they are valid 7 years ago
  Tom Poole 458534056a CLion: Fixed a missing .a suffix when creating static libraries 7 years ago
  Lukasz Kozakiewicz b8b304e4cd PushNotifications: add OSX implementation. 7 years ago
  Tom Poole 763392ac4f Projucer: Removed some unused variables from the Xcode exporter 7 years ago
  hogliux 7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 7 years ago
  ed bf0881bfb2 Projucer: Fixed a few spelling errors 7 years ago
  ed 3c86b54846 Projucer: Set the "organization" attribute of Xcode projects to the "Company Name" specified in the project settings in the Projucer 7 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 7 years ago
  ed a166f01fce Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step 7 years ago
  ed 52afdcb2ff Projucer: Fixed a bug where plugin binary copy locations previously set in the Xcode exporter weren't being preserved 7 years ago
  ed d346d6ef50 Projucer: Added a post-build step to Visual Studio plugin targets that copies the plugin to a specified folder, or the default folder for its type if one is not specified 7 years ago
  tpoole 21315abce4 Projucer: Added beta CLion exporter support 7 years ago
  Lukasz Kozakiewicz 1dd687eeb9 InAppPurchases: enable IAP on OSX. 7 years ago
  hogliux 8cbd737a95 iOS: Added missing file to previous commit 7 years ago
  ed 559ff6778b Projucer: Added a link-time optimisation option to all exporters 7 years ago
  ed 38a4baa9dd Projucer: Added some missing marketing icons to the iOS exporter 7 years ago
  tpoole e85d3aaf1f Renamed XCode to Xcode in multiple places 7 years ago
  ed bffc53b336 Projucer: Added a company copyright field to the project settings 7 years ago
  ed 758351a28f Projucer: Added a device family option to the iOS exporter 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  Lukasz Kozakiewicz f65500ec7b InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off. 7 years ago
  ed 1bea9dd0f8 Projucer: Set the OSX deployment target of the aggregate target for use in pre-/post-build scripts 7 years ago
  ed b9ea65b0c1 Projucer: Fixed a couple of potential race conditions when saving a project 7 years ago
  ed 7ca714dfbb Projucer: Fixed a bug in the iOS exporter where app group entitlements weren't being added correctly 7 years ago
  tpoole 7a3e412cf2 Projucer: Fixed a bug in exporter tilda expansion 7 years ago
  tpoole f755050df5 Projucer: Added additional iOS deployment target versions 7 years ago
  tpoole 359af3f7b5 Projucer: Fixed a bug in exporter tilda expansion 7 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
  ed 2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 7 years ago
  ed 0e6699ce23 Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions 7 years ago
  Lukasz Kozakiewicz bd3be54a70 Projucer: iOSExporter: add support for Push Notifications entitlement and remote notifications Background Mode. 8 years ago
  tpoole 4965cdf030 Android: Added support for static libraries in modules 8 years ago