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
|
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
|
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
|
5623dcda09
|
Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter
|
2020-01-24 14:54:56 +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
|
a54da0b832
|
Fixed some more typos
|
2020-01-07 08:53:23 +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
|
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
|
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 |
|
Tom Poole
|
214e59aaa8
|
Projucer: Put recommended warning flags before other flags
|
2019-08-08 11:15: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 |
|
ed
|
49a7b30bae
|
Projucer: Added macOS 10.15 and iOS 13 support
|
2019-06-24 15:05:51 +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 |
|
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 |
|
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
|
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 |
|
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
|
ba7e1f7658
|
Projucer: Added options to configure macOS Hardened Runtime
|
2019-02-21 14:51:28 +00:00 |
|
ed
|
e987d89624
|
Projucer: Fix a localisation warning in the latest version of Xcode 10 for generated projects
|
2019-02-11 16:05:53 +00:00 |
|
ed
|
b2e2346745
|
Projucer: Add an option to specify per-file compiler flags
|
2019-01-22 15:48:15 +00:00 |
|
Tom Poole
|
a7048275d7
|
Projucer: Write .xcsettings files using tabs
|
2019-01-15 16:36:45 +00:00 |
|
ed
|
ebd6a7b0bb
|
Projucer: Don't add ".storyboard" extension when adding the launch storyboard name to the plist
|
2019-01-10 16:58:13 +00:00 |
|
ed
|
4eeca92437
|
Projucer: Add a blank launch screen storyboard to iOS projects if no custom xcassets folder is set so that the latest iOS device resolutions are supported and add a field to the iOS exporter which allows a custom storyboard file to be used instead
|
2019-01-09 14:33:21 +00:00 |
|