Tinder / sign-here

A straightforward tool that enables the creation of Provisioning Profiles and Certificates for deploying Apple based software
35 stars 7 forks source link

Added new keychain path log #18

Closed omarzl closed 4 months ago

omarzl commented 4 months ago

This pull request adds a log after the keychain is created:

INFO: Running command line: bazel-bin/Sources/SignHereTool/sign-here create-keychain --keychain-name TestKeychain --keychain-password ***
Keychain created in the path: /Users/omarzl/Library/Keychains/TestKeychain-db

This small change can add these improvements:

Added tests for the new error types:

bazel test //Tests/...
//Tests/SignHereLibraryTests:SignHereUnitTests                  (cached) PASSED in 0.6s
    PASSED  .Tests/SignHereLibraryTests/SignHereUnitTests.test-runner.sh (0.0s)
Test cases: finished with 1 passing and 0 failing out of 1 test cases