Command: ios keychain add

Usage: ios keychain add --key <key name> --data <entry data>

Adds a new entry to the iOS keychain using SecItemAdd.

The new keychain entry class would be kSecClassGenericPassword with no extra 
kSecAttrAccessControl set.

Examples:
   ios keychain add --key token --data 1122-33344-55122-55512
