This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Removed the "Update to recommended settings" warning for the latest version of Xcode
tags/2021-05-28
tpoole
8 years ago
parent
cb6d43cbae
commit
9c5f6dbe10
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h
+ 1
- 1
extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h
View File
@@ -2431,7 +2431,7 @@ private:
{
String attributes;
attributes << "{ LastUpgradeCheck = 0
44
0; ";
attributes << "{ LastUpgradeCheck = 0
82
0; ";
if (projectType.isGUIApplication() || projectType.isAudioPlugin())
{
Write
Preview
Loading…
Cancel
Save