1.1.1 • Published 8 years ago

ios-app-utils v1.1.1

Weekly downloads
17
License
Apache-2.0
Repository
github
Last release
8 years ago

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