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
|
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 |
ed
|
3d04a23c0f
|
Projucer: Only add the juce_audio_plugin_client module path to XCode's header search paths if it is included in the project
|
8 years ago |
jules
|
9b02982f4e
|
Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists
|
8 years ago |
ed
|
ff7cfb8824
|
Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode
|
8 years ago |
jules
|
2f6fd99243
|
Projucer: Added an Xcode setting to control the Xcode USE_HEADERMAP flag, and disabled this by default to enforce compatibility with other compilers and IDEs.
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
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 |