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:
parent
711e75bdc8
commit
ef2d1fa9fd
12 changed files with 194 additions and 28 deletions
|
|
@ -37,6 +37,9 @@ ProjucerAnalyticsDestination::ProjucerAnalyticsDestination()
|
|||
}
|
||||
|
||||
auto dataDir = File::getSpecialLocation (File::userApplicationDataDirectory)
|
||||
#if JUCE_MAC
|
||||
.getChildFile ("Application Support")
|
||||
#endif
|
||||
.getChildFile ("Projucer")
|
||||
.getChildFile ("Analytics");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue