1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Projucer: Various fixes and improvements to PIPGenerator

This commit is contained in:
ed 2018-03-15 11:15:11 +00:00
parent 711e75bdc8
commit ef2d1fa9fd
12 changed files with 194 additions and 28 deletions

View file

@ -37,6 +37,9 @@ ProjucerAnalyticsDestination::ProjucerAnalyticsDestination()
}
auto dataDir = File::getSpecialLocation (File::userApplicationDataDirectory)
#if JUCE_MAC
.getChildFile ("Application Support")
#endif
.getChildFile ("Projucer")
.getChildFile ("Analytics");