🔒️ fix(ipatool): add keychain passphrase to global flags
Add keychain passphrase to global flags for ipatool to ensure secure access to the keychain during non-interactive operations. This change is necessary to prevent potential security issues when using the ipatool in automated environments.
This commit is contained in:
@ -2,5 +2,5 @@ package constants
|
||||
|
||||
const (
|
||||
IPAToolPath = "ipatool"
|
||||
GlobalFlags = "--non-interactive --format json"
|
||||
GlobalFlags = "--non-interactive --format json --keychain-passphrase 1234567890"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user