CryptoSwift-TestHostApp-Shared.xcconfig 2.2 KB

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