ios-app-utils

v1.1.1
Utility functions for iOS app files
appium iOS bundleId

ios-app-utils

Utility functions for iOS app files.

let app = "path/to/app.app"
let bundleId = await extractBundleId(app)

console.log(bundleId) // io.appium.TestApp

Watch

npm run watch

Test

npm test
npm i ios-app-utils

Metadata

Downloads