We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1f086 commit b789c9aCopy full SHA for b789c9a
build.xml
@@ -73,8 +73,8 @@ questions.
73
<arg value="-arch"/>
74
<arg value="x86_64"/>
75
<arg value="-isysroot"/>
76
- <arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"/>
77
- <arg value="-mmacosx-version-min=10.7"/>
+ <arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"/>
+ <arg value="-mmacosx-version-min=10.8"/>
78
<arg value="appbundler/native/main.m"/>
79
</exec>
80
</target>
0 commit comments