CryptoSwift-TestHostApp-Shared.xcconfig 2.3 KB

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