Class MacOSIncludedApp.Builder

    • Method Detail

      • bundleId

        public MacOSIncludedApp.Builder bundleId​(String bundleId)
        “The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration.”
        Parameters:
        bundleId - value of bundleId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • bundleVersion

        public MacOSIncludedApp.Builder bundleVersion​(String bundleVersion)
        “The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration.”
        Parameters:
        bundleVersion - value of bundleVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)