1
0
Fork 0
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:
Julian Storer 2010-07-10 11:41:07 +01:00
parent 7f643bc7e0
commit 6c4d8023bd
54 changed files with 1499 additions and 990 deletions

View file

@ -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");