PageRenderTime 45ms CodeModel.GetById 42ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://macfuse.googlecode.com/
Xcode Config | 37 lines | 4 code | 5 blank | 28 comment | 0 complexity | c1847fabcfecae14ab341f6cb2b9351d MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. //
  2. // ReleaseiOS.xcconfig
  3. //
  4. // Xcode configuration file for building a Release configuration of a project
  5. // for iOS.
  6. //
  7. // Copyright 2011 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. // Pull in the general settings
  26. #include "../subconfig/General.xcconfig"
  27. // iOS settings.
  28. #include "../subconfig/iOS.xcconfig"
  29. // Release settings
  30. #include "../subconfig/Release.xcconfig"
  31. // Merge settings
  32. #include "../subconfig/GTMMerge.xcconfig"