Skip to content

Commit e33bb3d

Browse files
fix: certificates and provision parsing should work on macOS Catalina
Currently, in case you pass `--provision` to `tns prepare/build/run/debug/test` command and you have macOS Catalina installed, CLI fails with error: `Expected "SHA-1 hash: " or end of input but "S" found`. The problem is that the `security` command used by `ios-mobileprovision-finder` package has a different output in macOS Catalina. To fix this, update the ios-mobileprovision-finder version.
1 parent be3128a commit e33bb3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"iconv-lite": "0.4.11",
4848
"inquirer": "6.2.0",
4949
"ios-device-lib": "0.6.0",
50-
"ios-mobileprovision-finder": "1.0.10",
50+
"ios-mobileprovision-finder": "1.0.11",
5151
"ios-sim-portable": "4.0.9",
5252
"istextorbinary": "2.2.1",
5353
"jimp": "0.2.28",

0 commit comments

Comments
 (0)