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
This package has been deprecated
Author message:
Use app utils bundled in appium-ios-driver
Utility functions for iOS app files.
let app = "path/to/app.app"
let bundleId = await extractBundleId(app)
console.log(bundleId) // io.appium.TestApp
npm run watch
npm test
Version | Downloads (Last 7 Days) | Published |
---|
Version | Downloads (Last 7 Days) | Published |
---|
npm i ios-app-utils
7
1.1.1
Apache-2.0