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 |
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 |