PageRenderTime 29ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/core/externals/google-toolbox-for-mac/XcodeConfig/Project/DebugiPhone312.xcconfig

http://macfuse.googlecode.com/
Xcode Config | 41 lines | 4 code | 6 blank | 31 comment | 0 complexity | b9a9ae2f3671a1ab9cd584efb972e271 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. //
  2. // DebugiPhone312.xcconfig
  3. //
  4. // Xcode configuration file for building a Debug configuration of a project
  5. // for iPhone OS 3.1.2.
  6. //
  7. // Copyright 2009 Google Inc.
  8. //
  9. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  10. // use this file except in compliance with the License. You may obtain a copy
  11. // of the License at
  12. //
  13. // http://www.apache.org/licenses/LICENSE-2.0
  14. //
  15. // Unless required by applicable law or agreed to in writing, software
  16. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  17. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  18. // License for the specific language governing permissions and limitations under
  19. // the License.
  20. //
  21. // This is a _Configuration_ Xcode config file for use in the "Based on" popup
  22. // of the project configuration editor. Do _not_ use this as the config base
  23. // and individual Xcode target, there are other configuration files for that
  24. // purpose.
  25. // This file will be going away, please migrate off it. Instead Apple wants
  26. // you to use the "current" SDK, use DebugiOS.xcconfig and set your min
  27. // supported iOS version in your project file.
  28. // Pull in the general settings
  29. #include "../subconfig/General.xcconfig"
  30. // iPhone settings.
  31. #include "../subconfig/iPhone312.xcconfig"
  32. // Debug settings
  33. #include "../subconfig/Debug.xcconfig"
  34. // Merge settings
  35. #include "../subconfig/GTMMerge.xcconfig"