macOS: change min supported OS from 10.6 to 10.7.

This commit is contained in:
Alex Szpakowski
2022-05-09 21:53:40 -07:00
committed by Sam Lantinga
parent 6422a5d259
commit d35c737f1c
7 changed files with 20 additions and 21 deletions
@@ -4048,7 +4048,7 @@
);
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = ../../include;
MACOSX_DEPLOYMENT_TARGET = 10.6;
MACOSX_DEPLOYMENT_TARGET = 10.7;
};
name = Debug;
};
@@ -4175,7 +4175,7 @@
);
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
HEADER_SEARCH_PATHS = ../../include;
MACOSX_DEPLOYMENT_TARGET = 10.6;
MACOSX_DEPLOYMENT_TARGET = 10.7;
};
name = Release;
};
+1 -1
View File
@@ -30,6 +30,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<string>10.7</string>
</dict>
</plist>