Browse Source

DemoRunner: Changed the default setting for reporting app usage

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
99786cf7fd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      examples/DemoRunner/DemoRunner.jucer
  2. +1
    -1
      examples/DemoRunner/JuceLibraryCode/AppConfig.h

+ 1
- 1
examples/DemoRunner/DemoRunner.jucer View File

@@ -3,7 +3,7 @@
<JUCERPROJECT name="DemoRunner" projectType="guiapp" jucerVersion="5.4.6" defines="JUCE_DEMO_RUNNER=1&#10;JUCE_UNIT_TESTS=1"
bundleIdentifier="com.juce.demorunner" version="5.4.6" companyName="ROLI Ltd."
companyCopyright="Copyright (c) 2018 - ROLI Ltd." companyWebsite="https://www.juce.com/"
companyEmail="info@juce.com" id="yj7xMM" reportAppUsage="1">
companyEmail="info@juce.com" id="yj7xMM" reportAppUsage="0">
<MAINGROUP id="G8kbr7" name="DemoRunner">
<GROUP id="{20E3F84A-29E9-D5FF-4559-1A9E4A70CD60}" name="Source">
<GROUP id="{272A692A-6AFE-68BD-C8E8-63B3D62245B1}" name="Demos">


+ 1
- 1
examples/DemoRunner/JuceLibraryCode/AppConfig.h View File

@@ -40,7 +40,7 @@
#endif
#ifndef JUCE_REPORT_APP_USAGE
#define JUCE_REPORT_APP_USAGE 1
#define JUCE_REPORT_APP_USAGE 0
#endif
// END SECTION A


Loading…
Cancel
Save