This helper returns the name of the breadcrumbs partial configured to be used in your project, i.e., the value of options[:Breadcrumbs].

Returns:

  • (String)

    The name of the configured breadcrumbs partial.

- (String) cfBundleIdentifier

Returns the product CFBundleIdentifier for the current target as configured in your config.rb.

Returns:

  • (String)

    The cfBundleIdentifier.

- (String) cfBundleName

Returns the product CFBundleName for the current target as configured in your config.rb.

Returns:

  • (String)

    The CFBundleName.

- (String) partials_dir

Returns the name of the configured partials directory to use by default with the partials helper, i.e., the value of options[:partials_dir].

Returns:

  • (String)

    The path of the configured default partials directory.

- (String) product_name

Returns the ProductName for the current target as configured in your config.rb.

Returns:

  • (String)

    The ProductName.

- (String) product_uri

Returns the ProductURI for the current target as configured in your config.rb.

Returns:

  • (String)

    The ProductURI.

- (String) product_version

Returns the ProductVersion for the current target as configured in your config.rb.

Returns:

  • (String)

    The ProductVersion.