mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Cleaned up and restructured some app startup code. Updated some iPhone settings.
This commit is contained in:
parent
7f643bc7e0
commit
6c4d8023bd
54 changed files with 1499 additions and 990 deletions
|
|
@ -295,7 +295,7 @@ const File PropertiesFile::getDefaultAppSettingsFile (const String& applicationN
|
|||
// mustn't have illegal characters in this name..
|
||||
jassert (applicationName == File::createLegalFileName (applicationName));
|
||||
|
||||
#if JUCE_MAC || JUCE_IPHONE
|
||||
#if JUCE_MAC || JUCE_IOS
|
||||
File dir (commonToAllUsers ? "/Library/Preferences"
|
||||
: "~/Library/Preferences");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue