Browse Source

Changed Projucer deployment target to 10.9 in Debug config (was 'default') and re-saved.

tags/2021-05-28
Timur Doumler 9 years ago
parent
commit
9dda8452b3
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj
  2. +1
    -1
      extras/Projucer/Projucer.jucer

+ 1
- 0
extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj View File

@@ -2107,6 +2107,7 @@
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)");
INFOPLIST_FILE = Info-App.plist;
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
OTHER_CPLUSPLUSFLAGS = "-Wall -Wshadow -Wno-missing-field-initializers -Wshadow -Wshorten-64-to-32 -Wstrict-aliasing -Wuninitialized -Wunused-parameter -Wconversion -Wsign-compare -Wint-conversion -Woverloaded-virtual -Wreorder -Wconstant-conversion -Wsign-conversion";
PRODUCT_BUNDLE_IDENTIFIER = com.juce.theprojucer;


+ 1
- 1
extras/Projucer/Projucer.jucer View File

@@ -10,7 +10,7 @@
customPList="<plist>
<dict>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
		<key>NSExceptionDomains</key>
		<dict>
			<key>amazonaws.com</key>
			<dict>
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
				<true/>
				<key>NSIncludesSubdomains</key>
				<true/>
			</dict>
		</dict>
	</dict>
</dict>
</plist>">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Projucer"
osxSDK="default" osxCompatibility="default" osxArchitecture="default"
osxSDK="default" osxCompatibility="10.9 SDK" osxArchitecture="default"
headerPath="" libraryPath="" cppLibType="libc++"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
osxSDK="default" osxCompatibility="10.7 SDK" osxArchitecture="default"


Loading…
Cancel
Save