App

Undocumented

  • Mechanica**

    macOS*: Returns true if the current app is sandboxed. **iOS, **tvOS, **watchOS* returns always true.

    Declaration

    Swift

    public static var isSandboxed: Bool
  • Mechanica

    Returns true if the current app is running Unit Tests.

    Declaration

    Swift

    public static var isRunningUnitTests: Bool
  • Mechanica

    Returns the app identifier (bundleIdenfier or its executable file name).

    Declaration

    Swift

    public static var identifier: String?