iOS-Base.xcconfig 581 B

123456789101112131415
  1. //
  2. // This file defines additional configuration options that are appropriate only
  3. // for iOS. This file is not standalone -- it is meant to be included into
  4. // a configuration file for a specific type of target.
  5. //
  6. // Xcode needs this to find archived headers if SKIP_INSTALL is set
  7. HEADER_SEARCH_PATHS = $(OBJROOT)/UninstalledProducts/include
  8. // Where to find embedded frameworks
  9. LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks
  10. // The base SDK to use (if no version is specified, the latest version is
  11. // assumed)
  12. SDKROOT = iphoneos