Gathering detailed insights and metrics for appium-xcode
Gathering detailed insights and metrics for appium-xcode
Gathering detailed insights and metrics for appium-xcode
Gathering detailed insights and metrics for appium-xcode
Xcode related utilities. Get version number and path to executable.
npm install appium-xcode
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
16 Stars
270 Commits
14 Forks
15 Watching
2 Branches
25 Contributors
Updated on 16 Oct 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-10%
46,967
Compared to previous day
Last week
3.4%
253,916
Compared to previous week
Last month
20.3%
1,067,860
Compared to previous month
Last year
23%
9,101,339
Compared to previous year
10
18
ES7 module for interacting with Xcode and Xcode-related functions. Used by various Appium drivers.
All functions are async
, meaning they return promises which can be awaited via await
.
Most functions are memoized, so after they are called once, they will simply return the same value. Remember that calling require()
multiple times returns the same instantiation of a module if it has already been instantiated, so the memoization will be preserved across multiple files in the same project.
Some functions have an auto-retry built into them, they will retry silently a number of times. This is because the Xcode commands sometimes just flake and return bad values (or don't return).
memoized
gets path to Xcode Developer root.
memoized, retry
returns the version of Xcode formatted as a string, for example 6.3.1
, or a version object if parse
is true
memoized, retry
returns the highest IOS SDK version supported by Xcode.
eg: '8.3'
memoized, retry
returns highest tvOS SDK version supported by Xcode.
eg: '10.1'
npm test
npm e2e-test
After cloning appium-xcode, execute npm link
in the appium-xcode directory. Next run npm link appium-xcode
from the appium directory. This will symlink appium-xcode to node_modules/appium-xcode. If the clone becomes out of date remember to unlink or delete node_modules and reinstall.
For quick debugging you could cd into the node_modules/appium-xcode folder and run npm install
followed by npm run build
.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
security policy file detected
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/22 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More