/core/externals/update-engine/externals/google-toolbox-for-mac/XcodeConfig/subconfig/iOS.xcconfig

http://macfuse.googlecode.com/ · Xcode Config · 23 lines · 1 code · 2 blank · 20 comment · 0 complexity · 3cc246b67efdcee7f56ce9c7184b2356 MD5 · raw file

  1. //
  2. // iOS.xcconfig
  3. //
  4. // Xcode configuration file for building on iOS.
  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. // Set default SDK.
  20. SDKROOT = iphoneos
  21. // Use IPHONEOS_DEPLOYMENT_TARGET to set the min iOS version you will require.