/core/externals/google-toolbox-for-mac/XcodeConfig/subconfig/MacOSX.xcconfig

http://macfuse.googlecode.com/ · Xcode Config · 24 lines · 1 code · 2 blank · 21 comment · 0 complexity · 35e0c6f49bf0ad521db09b51d251efdf MD5 · raw file

  1. //
  2. // MacOSX.xcconfig
  3. //
  4. // Xcode configuration file for building on Mac OS X.
  5. //
  6. // Copyright 2011 Google Inc.
  7. //
  8. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  9. // use this file except in compliance with the License. You may obtain a copy
  10. // of the License at
  11. //
  12. // http://www.apache.org/licenses/LICENSE-2.0
  13. //
  14. // Unless required by applicable law or agreed to in writing, software
  15. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  16. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  17. // License for the specific language governing permissions and limitations under
  18. // the License.
  19. //
  20. // Set default SDK.
  21. SDKROOT = macosx
  22. // Use MACOSX_DEPLOYMENT_TARGET to set the min OS version you will require.