CryptoSwift-TestHostApp-Shared.xcconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //
  2. // CryptoSwift-TestHostApp-Shared.xcconfig
  3. //
  4. // Generated by BuildSettingExtractor on 02/04/2018
  5. // https://github.com/dempseyatgithub/BuildSettingExtractor
  6. //
  7. // Asset Catalog App Icon Set Name
  8. //
  9. // Name of an asset catalog app icon set whose contents will be merged into the
  10. // `Info.plist`.
  11. ASSETCATALOG_COMPILER_APPICON_NAME =
  12. // Info.plist File
  13. //
  14. // The project-relative path to the property list file that contains the `Info.plist`
  15. // information used by bundles. For details on information property list files, see
  16. // [Information Property List
  17. // Files](https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/ConfigFiles.html#//apple_ref/doc/uid/20002091-CJBJIEDH)
  18. // in [Runtime Configuration
  19. // Guidelines](https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPRuntimeConfig/000-Introduction/introduction.html).
  20. INFOPLIST_FILE = CryptoSwift-TestHostApp/Info.plist
  21. // Runpath Search Paths
  22. //
  23. // This is a list of paths to be added to the `runpath` search path list for the image
  24. // being created. At runtime, `dyld` uses the `runpath` when searching for dylibs whose
  25. // load path begins with `@rpath/`. See [Dynamic Library Programming
  26. // Topics](https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/DynamicLibraries/000-Introduction/Introduction.html).
  27. LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks
  28. // Product Bundle Identifier
  29. //
  30. // A string that uniquely identifies the bundle. The string should be in reverse DNS
  31. // format using only alphanumeric characters (`A-Z`, `a-z`, `0-9`), the dot (`.`), and
  32. // the hyphen (`-`). This value is used as the `CFBundleIdentifier` in the `Info.plist`
  33. // of the built bundle.
  34. PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
  35. // Base SDK
  36. //
  37. // The name or path of the base SDK being used during the build. The product will be
  38. // built against the headers and libraries located inside the indicated SDK. This path
  39. // will be prepended to all search paths, and will be passed through the environment to
  40. // the compiler and linker. Additional SDKs can be specified in the `ADDITIONAL_SDKS`
  41. // setting.
  42. SDKROOT = iphoneos