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 |
|
Tom Poole
|
1fd9c2f282
|
Projucer: Added an "add recommended warning flags" checkbox to the exporters
|
2019-06-11 16:44:29 +01:00 |
|
ed
|
f58fe19815
|
Projucer: Fixed an error when setting the macOS SDK to the current version
|
2019-06-10 12:28:32 +01:00 |
|
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
2019-06-04 17:59:02 +01:00 |
|
ed
|
16d0697216
|
Projucer: Escape quotes in plug-in shared code linker flag
|
2019-06-03 12:01:23 +01:00 |
|
Lukasz Kozakiewicz
|
b4617412c2
|
Projucer: add project level repositories section to Android exporter.
|
2019-05-31 17:49:16 +02:00 |
|
ed
|
8aa1573eaa
|
Projucer: Removed some unused settings from the Android exporter
|
2019-05-30 12:50:11 +01:00 |
|
jules
|
0fb8c8e82a
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
2019-05-19 08:16:27 +01:00 |
|
Lukasz Kozakiewicz
|
556eda320b
|
Projucer: add "Extra module's build gradle content" field to Android exporter.
|
2019-05-16 16:37:36 +01:00 |
|
Lukasz Kozakiewicz
|
abff8ccfdf
|
Projucer: add "Custom gradle.settings content" field to Android exporter.
|
2019-05-16 16:37:36 +01:00 |
|
ed
|
a2017062f5
|
Projucer: Use correct newline chars when writing XML
|
2019-05-15 16:57:54 +01:00 |
|
ed
|
8e02cf9292
|
Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit
|
2019-05-15 16:57:54 +01:00 |
|
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!
|
2019-05-15 11:02:03 +01:00 |
|
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
|
2019-05-09 10:51:19 +01:00 |
|
Lukasz Kozakiewicz
|
7c4601473a
|
Android: fix PushNotifications that got broken by Android low level code rework.
|
2019-05-08 13:48:50 +02:00 |
|
ed
|
08798a9b72
|
Projucer: Updated ProjectExporter::getCurrentPlatformExporterName() to VS2019 on Windows
|
2019-04-18 15:30:27 +01:00 |
|
Tom Poole
|
e41bb41a1e
|
Fixed a typo
|
2019-04-16 15:03:08 +01:00 |
|
Tom Poole
|
28ce837575
|
Projucer: Added macOS app sandboxing options
|
2019-04-16 14:32:56 +01:00 |
|
ed
|
84c05cbecc
|
Projucer: Added an option to the Xcode exporter to override the project bundle identifier
|
2019-04-08 11:52:11 +01:00 |
|
ed
|
251ec6daa8
|
iOS: Made it clear that the "Audio Background Capability" setting must be enabled for MidiInput/Output::createNewDevice() to succeed
|
2019-04-03 16:59:51 +01:00 |
|
ed
|
4dad6ee028
|
Projucer: Add a project setting to specify a shell script that will be run after saving
|
2019-03-22 16:51:54 +00:00 |
|
ed
|
ead04aa9f2
|
Projucer: Ensure that custom Xcode schemes are fully removed when the "Keep Custom Xcode Schemes" setting is disabled
|
2019-03-12 11:46:12 +00:00 |
|
ed
|
78f3f299d5
|
Projucer: Tidy up a couple of places not using ValueWithDefault objects in the Xcode exporter
|
2019-03-12 11:27:44 +00:00 |
|
Tom Poole
|
78aa1af18b
|
MacOS: Removed the "update to latest version" Xcode warning
|
2019-03-11 11:23:19 +00:00 |
|
ed
|
e6ea529902
|
Projucer: Increase the height of the "Custom Xcode Flags" field
|
2019-03-07 09:35:22 +00:00 |
|
Tom Poole
|
c91f872f9a
|
CLion: Fixed some issues loading a CMakeLists.txt generated on Windows
|
2019-03-04 14:06:46 +00:00 |
|
ed
|
33901385de
|
Projucer: Always add custom launch screen storyboard files to iOS projects even when a custom xcassets folder is specified
|
2019-02-28 16:19:48 +00:00 |
|
ed
|
2fd7c587ad
|
Projucer: Made the "Custom Launch Storyboard" setting in the iOS exporter take a path to the .storyboard file to be used relative to the project root folder and add this file as an Xcode resource directly
|
2019-02-28 10:53:37 +00:00 |
|
Tom Poole
|
42301905e2
|
Projucer: Fixed a bug exporting CLion projects
|
2019-02-22 10:51:08 +00:00 |
|