1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
Commit graph

290 commits

Author SHA1 Message Date
ed
e49e2bac7a Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter 2020-03-12 09:45:03 +00:00
reuk
0dd3b02728 Projucer: Set hidden symbol visibility on macOS and Linux 2020-03-12 09:22:35 +00:00
ed
7c75c6da70 Projucer: Added -Wswitch-enum, -Wswitch-default, and -Wredundant-decls to recommended GCC warning flags and -Wswitch-enum to recommended Clang warning flags 2020-03-09 17:40:12 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
618f3645b2 Android: Fixed some issues in the native content sharing code 2020-03-03 17:24:39 +00:00
ed
ad241f8fec Projucer: Only add com.apple.security.app-sandbox entitlement by default to AUv3 projects on macOS 2020-03-02 12:14:49 +00:00
ed
11b184e43f Projucer: Updated some code that was using an incorrect method to get module config flags 2020-02-26 16:22:42 +00:00
Tom Poole
2650458e1f Projucer: Changed the Xcode subproject paths to be relative to the build directory rather than the project directory 2020-02-11 18:45:49 +00:00
ed
1c3128fc50 Projucer: Add push notifications entitlement to audio plug-in projects if exporter setting is enabled 2020-02-11 16:37:16 +00:00
ed
f530adf19e Projucer: Always add entitlements file for targets with hardened runtime enabled 2020-02-10 10:52:18 +00:00
ed
c73c5512d5 Projucer: Refactored the module handling code 2020-02-06 15:41:45 +00:00
Tom Poole
b452662ae7 Projucer: Changed the default architecture specified in Linux Makefiles 2020-02-05 14:12:29 +00:00
ed
631f1fae75 Projucer: Fixed an incorrect key when adding app sandbox entitlements in the Xcode exporter 2020-02-04 10:48:44 +00:00
ed
3a2480b3a7 Projucer: Only add Xcode entitlements file to targets which require it 2020-02-03 09:54:46 +00:00
ed
fdc9831e60 Projucer: Only add plug-in properties to plug-in projects 2020-02-03 09:54:46 +00:00
ed
c8da037147 Projucer: Replace Unix line endings with Windows in the Visual Studio exporter pre- and post-build steps 2020-01-31 10:21:40 +00:00
ed
5623dcda09 Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter 2020-01-24 14:54:56 +00:00
ed
7484ac3dd3 Projucer: Updated all project templates to use include search path when including JuceHeader.h 2020-01-21 16:25:33 +00:00
ed
7a25bc9961 Projucer: Updated the documentation for the "Strip Local Symbols" Xcode exporter setting 2020-01-20 15:45:43 +00:00
Tom Poole
f5991879c5 Projucer: Added options for macOS temporary exception sandboxing entitlements 2020-01-08 11:34:07 +00:00
Tom Poole
997b217179 macOS: Fixed compatibility targeting macOS 10.10 and earlier when building against the 10.15 SDK 2020-01-07 16:12:10 +00:00
ed
2f6053b64e Android: Removed hard dependency on billing client library 2020-01-07 12:32:26 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
ed
605d0978ce Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices 2020-01-06 17:15:31 +00:00
ed
027e12e3a6 Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library 2020-01-06 16:19:05 +00:00
Tom Poole
b5f1beef7f Projucer: Better setting of the default macOS SDK value 2020-01-02 13:30:27 +00:00
Tom Poole
2c4ccf7b77 Projucer: Fixed an issue when using the macOS hardened runtime in plug-in projects 2019-12-19 12:12:04 +00:00
Tom Poole
147bbef730 Projucer: Removed an unused function 2019-12-12 21:59:18 +00:00
ed
74b19b94b0 Projucer: Replaced a use of String::formatted() that was causing issues in the Android exporter 2019-11-06 08:53:58 +00:00
Tom Poole
8b88fd7594 Projucer: Fixed an issue setting MacOS base SDKs and deployment targets 2019-10-24 17:32:13 +01:00
Tom Poole
246ab9f129 Projucer: Disabled default local code signing in Xcode 2019-10-04 12:10:22 +01:00
ed
ed588307b7 Projucer: Added Bluetooth permissions setting needed for iOS 13.0+ 2019-10-03 17:29:42 +01:00
Tom Poole
78fd7a7364 Projucer: Fixed a Launch Images Source issue in Xcode 11 2019-10-01 09:30:35 +01:00
Tom Poole
a6c458af5a Projucer: Add entitlements template file by default 2019-09-26 12:17:14 +01:00
ed
e7273fa0a1 Projucer: Removed a workaround for setting the C++ language standard to C++17 in the MSVC exporter 2019-09-09 10:09:14 +01:00
ed
4edb0d2c90 Tidied up some divider comments 2019-09-06 12:00:26 +01:00
ed
81f3b3fe43 Projucer: Add extra linker flags to shared code target 2019-09-04 12:10:07 +01:00
ed
a45fd2657c Projucer: Define current version when saving projects and check for outdated projects 2019-08-15 11:23:34 +01:00
Tom Poole
214e59aaa8 Projucer: Put recommended warning flags before other flags 2019-08-08 11:15:40 +01:00
ed
7a7ea0a471 Projucer: Only add the exporter VST SDK path options to exporters that support the formats 2019-07-30 10:11:40 +01:00
ed
f950061ed5 Projucer: Avoid linking external libraries in the shared code target on macOS 2019-07-17 16:45:42 +01:00
ed
a94610dfaf Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +01:00
Tom Poole
ec43e11abc VS2013: Removed the VS2013 exporter from the Projucer 2019-07-11 14:16:06 +01:00
ed
1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 2019-07-09 14:38:27 +01:00
ed
8c31fb2511 Projucer: Removed an unused method 2019-07-04 09:38:59 +01:00
ed
2d503c7a9d Projucer: Fixed an issue adding the juce_gui_basics javaopt folder when push notifications are enabled 2019-07-02 09:27:20 +01:00
ed
f3ea7e2b29 Projucer: Set the project name in Android settings.gradle file 2019-07-02 09:25:14 +01:00
ed
212eb09e7e Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled 2019-06-25 09:57:54 +01:00
ed
49a7b30bae Projucer: Added macOS 10.15 and iOS 13 support 2019-06-24 15:05:51 +01:00
ed
73b1e45336 Projucer: Only add module javaopt folder to project in the Android exporter if the module is enabled 2019-06-24 12:42:18 +01:00