1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Fix the type of the iokit sandbox exception in the Xcode exporter

This commit is contained in:
attila 2023-10-03 20:33:14 +02:00
parent f0d147a470
commit ef61128127
8 changed files with 197 additions and 42 deletions

View file

@ -101,7 +101,6 @@ public:
virtual bool canCopeWithDuplicateFiles() = 0;
virtual bool supportsUserDefinedConfigurations() const = 0; // false if exporter only supports two configs Debug and Release
virtual void updateDeprecatedSettings() {}
virtual void updateDeprecatedSettingsInteractively() {}
virtual void initialiseDependencyPathValues() {}
// IDE targeted by exporter