Skip to content

This package contains the bundle identifiers of all iOS/iPadOS/macOS/tvOS native (system) Apple's apps. Designed to be used with XCTest.

License

Notifications You must be signed in to change notification settings

rzakhar/XCTApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XCTApps

This package contains an enumeration of all iOS, iPadsOS, macOS, and tvOS apps developed by Apple.

Designed to be used with XCTest.

import XCTest
import XCTApps

class ExampleTests: XCTestCase {
    func testOpenSafari() {
        XCTApps.safari.app.launch()
    }
}

About

This package contains the bundle identifiers of all iOS/iPadOS/macOS/tvOS native (system) Apple's apps. Designed to be used with XCTest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages