mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Added constructor check for buffers
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export const INIT = {
|
||||
INVALID_BUFFERS:
|
||||
"Cannot set buffers in constructor: expected object but received %s",
|
||||
} as const;
|
||||
|
||||
export const CERTIFICATES = {
|
||||
INVALID:
|
||||
"Invalid certificate(s) loaded. %s. Please provide valid WWDR certificates and developer signer certificate and key (with passphrase).\nRefer to docs to obtain them",
|
||||
|
||||
Reference in New Issue
Block a user