App
Undocumented
-
Mechanica**
macOS*: Returns
true
if the current app is sandboxed. **iOS, **tvOS, **watchOS* returns alwaystrue
.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 itsexecutable
file name).Declaration
Swift
public static var identifier: String?