/core/externals/google-toolbox-for-mac/XcodeConfig/Target/DebugUnittest.xcconfig

http://macfuse.googlecode.com/ · Xcode Config · 29 lines · 1 code · 2 blank · 26 comment · 0 complexity · e2794431665d356ed739f42df30e3c15 MD5 · raw file

  1. //
  2. // DebugUnittest.xcconfig
  3. //
  4. // Xcode configuration file for a debug unittest target.
  5. //
  6. // This is a _Target_ config file, for use in the "Based on" popup of the
  7. // settings dialog for a target. Do not attempt to apply this as the base
  8. // of an Xcode configuration in the project settings dialog.
  9. //
  10. // Copyright 2006-2008 Google Inc.
  11. //
  12. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  13. // use this file except in compliance with the License. You may obtain a copy
  14. // of the License at
  15. //
  16. // http://www.apache.org/licenses/LICENSE-2.0
  17. //
  18. // Unless required by applicable law or agreed to in writing, software
  19. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  20. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  21. // License for the specific language governing permissions and limitations under
  22. // the License.
  23. //
  24. // Unittests are loadable bundles
  25. #include "../subconfig/Unittest.xcconfig"
  26. // See comments in ReleaseUnittest.xcconfig regarding BUNDLE_LOADER and
  27. // how it should be set if you are running into link errors.