./README.md in cupertino-0.8.0 vs ./README.md in cupertino-0.8.1

- old
+ new

@@ -53,10 +53,19 @@ # Comment / Uncomment Devices to Turn Off / On for Provisioning Profile Johnny Appleseed iPad 0123456789012345678901234567890123abcdef # Johnny Appleseed iPhone abcdef0123456789012345678901234567890123 + + $ ios profiles:devices:add MyApp_Development_Profile "Johnny Appleseed iPad"=0123456789012345678901234567890123abcdef "Johnny Appleseed iPhone"=abcdef0123456789012345678901234567890123 + +_Adds (without an editor) a list of devices to a provisioning profile_ + + $ ios profiles:devices:remove MyApp_Development_Profile "Johnny Old iPad"=0123456789012345678901234567890123abcdef "Johnny Old iPhone"=abcdef0123456789012345678901234567890123 + +_Removes (without an editor) a list of devices from a provisioning profile_ + ### App IDs $ ios app_ids:list +-----------------------------+------------------------+-------------------+-------------------+ @@ -86,9 +95,11 @@ - `logout` - `devices:add` - `devices:list` - `profiles:list` - `profiles:manage:devices` +- `profiles:manage:devices:add` +- `profiles:manage:devices:remove` - `profiles:download` - `certificates:list [development|distribution]` - `certificates:download` - `app_ids:list`