This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Description
I am calling storeLoginForURLString:... with this passwordGenerationOptions dictionary:
NSDictionary *passwordGenerationOptions = @{
AppExtensionGeneratedPasswordMinLengthKey: @(20),
AppExtensionGeneratedPasswordMaxLengthKey: @(64)
};
The resulting default 1Password entry has a password with twelve characters. The Length slider is set to 4.