1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/extras/Projucer/Source/Project
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
..
Modules Refactoring: Use any_of(), all_of() or, none_of() instead of find_if() where possible 2021-10-06 16:59:06 +01:00
UI Projucer: Fix temporary project save/open in Xcode on Monterey 2021-11-01 10:04:35 +00:00
jucer_Project.cpp Projucer: Fix temporary project save/open in Xcode on Monterey 2021-11-01 10:04:35 +00:00
jucer_Project.h Projucer: Fix temporary project save/open in Xcode on Monterey 2021-11-01 10:04:35 +00:00