1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/extras/Projucer/Source
reuk 540001365c
Projucer: Fix temporary project save/open in Xcode on Monterey
Previously, when saving a temporary project, two native dialogs would be
created. The first was very short-lived, as it was automatically
dismissed by the second dialog. On older macOS versions, this appeared
to work correctly (the first dialog was so short-lived that it did not
appear to the user). However, on macOS 12.0, the second dialog fails to
display altogether.

Displaying two file chooser dialogs feels like a programming error, so
the code has been reorganised a bit to avoid this case.
2021-11-01 10:04:35 +00:00
..
Application Fix GCC Wshadow warnings 2021-09-14 08:42:56 +01:00
BinaryData Update the JUCE logo 2021-08-23 11:00:36 +01:00
CodeEditor Projucer: Fix open documents not closing when no callback is provided 2021-10-06 12:21:41 +01:00
ComponentEditor Projucer: Fix a crash in BinaryResources::browseForResource() 2021-10-11 10:10:48 +01:00
Licenses Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
LiveBuildEngine/UI Projucer: Removed the live build 2021-05-14 12:54:07 +01:00
Project Projucer: Fix temporary project save/open in Xcode on Monterey 2021-11-01 10:04:35 +00:00
ProjectSaving Projucer: Add "audioplugin_" prefix to Unity plug-ins on Linux 2021-10-25 08:26:13 +01:00
Settings Projucer: Fixed a bug recalling code editor colour schemes when invoked from the command-line 2020-12-14 12:01:35 +00:00
Utility Projucer: Allow setting the network multicast entitlement in the Xcode exporter 2021-09-22 10:23:04 +01:00