ed
|
521c250413
|
Projucer: Remove custom VST3 path options
|
5 years ago |
ed
|
74df988e9d
|
Projucer: Added all iOS orientations options
|
5 years ago |
ed
|
19ef27410e
|
Projucer: Added virtual updateDeprecatedSettings() method to ProjectExporter
|
5 years ago |
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
5 years ago |
reuk
|
2ca69e8f70
|
Projucer: Stop requiring JuceHeader to be included in projects
|
5 years ago |
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
18df1b0937
|
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
|
5 years ago |
ed
|
620383e93c
|
Projucer: Added a setting for enabling and setting the macOS NSAppleEventsUsageDescription plist key
|
5 years ago |
ed
|
a091a29929
|
Projucer: Cleaned up some exporter code
|
5 years ago |
reuk
|
0dd3b02728
|
Projucer: Set hidden symbol visibility on macOS and Linux
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
ad241f8fec
|
Projucer: Only add com.apple.security.app-sandbox entitlement by default to AUv3 projects on macOS
|
5 years ago |
ed
|
11b184e43f
|
Projucer: Updated some code that was using an incorrect method to get module config flags
|
5 years ago |
Tom Poole
|
2650458e1f
|
Projucer: Changed the Xcode subproject paths to be relative to the build directory rather than the project directory
|
5 years ago |
ed
|
1c3128fc50
|
Projucer: Add push notifications entitlement to audio plug-in projects if exporter setting is enabled
|
5 years ago |
ed
|
f530adf19e
|
Projucer: Always add entitlements file for targets with hardened runtime enabled
|
5 years ago |
ed
|
631f1fae75
|
Projucer: Fixed an incorrect key when adding app sandbox entitlements in the Xcode exporter
|
5 years ago |
ed
|
3a2480b3a7
|
Projucer: Only add Xcode entitlements file to targets which require it
|
5 years ago |
ed
|
fdc9831e60
|
Projucer: Only add plug-in properties to plug-in projects
|
5 years ago |
ed
|
5623dcda09
|
Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter
|
5 years ago |
ed
|
7a25bc9961
|
Projucer: Updated the documentation for the "Strip Local Symbols" Xcode exporter setting
|
5 years ago |
Tom Poole
|
f5991879c5
|
Projucer: Added options for macOS temporary exception sandboxing entitlements
|
5 years ago |
Tom Poole
|
997b217179
|
macOS: Fixed compatibility targeting macOS 10.10 and earlier when building against the 10.15 SDK
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
Tom Poole
|
b5f1beef7f
|
Projucer: Better setting of the default macOS SDK value
|
5 years ago |
Tom Poole
|
2c4ccf7b77
|
Projucer: Fixed an issue when using the macOS hardened runtime in plug-in projects
|
5 years ago |
Tom Poole
|
8b88fd7594
|
Projucer: Fixed an issue setting MacOS base SDKs and deployment targets
|
5 years ago |
Tom Poole
|
246ab9f129
|
Projucer: Disabled default local code signing in Xcode
|
5 years ago |
ed
|
ed588307b7
|
Projucer: Added Bluetooth permissions setting needed for iOS 13.0+
|
5 years ago |
Tom Poole
|
78fd7a7364
|
Projucer: Fixed a Launch Images Source issue in Xcode 11
|
5 years ago |
Tom Poole
|
a6c458af5a
|
Projucer: Add entitlements template file by default
|
5 years ago |
ed
|
4edb0d2c90
|
Tidied up some divider comments
|
5 years ago |
ed
|
81f3b3fe43
|
Projucer: Add extra linker flags to shared code target
|
5 years ago |
Tom Poole
|
214e59aaa8
|
Projucer: Put recommended warning flags before other flags
|
5 years ago |
ed
|
f950061ed5
|
Projucer: Avoid linking external libraries in the shared code target on macOS
|
5 years ago |
ed
|
a94610dfaf
|
Projucer: Don't add Xcode resource files to exporters other than Xcode
|
5 years ago |
ed
|
49a7b30bae
|
Projucer: Added macOS 10.15 and iOS 13 support
|
5 years ago |
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 |
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 |
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 |
Tom Poole
|
1774052b61
|
MacOS: Removed the "update to latest version" Xcode warning
|
6 years ago |