Skip to content

Commit

Permalink
more readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgette committed Dec 30, 2015
1 parent 5f0f84e commit e730e62
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions README.md
Expand Up @@ -65,11 +65,12 @@ Accepts a required options object, with the available options listed below. Opti

Note: Both enableServices and disableServices can be an array of strings, array of objects (with required key of service, optional key of value), or mixed.

|option | enableServices (array of strings or object with required service key)|
|-----|-----|
|example | { enableServices:['app-group', { service:'icloud', value:'legacy'}] }|
|command executed | enable_services --app-group --icloud 'legacy'|
|Description | Enable specific Application Services for a specific app on the Apple Developer Portal|
|Option | Example | Description | Command Executed |
|-----|-----|-----|
|enableServices (array of strings or object with required service key) | { enableServices:['app-group', { service:'icloud', value:'legacy'}] }| Enable specific Application Services for a specific app on the Apple Developer Portal| enable_services --app-group --icloud 'legacy'|

### Services that can be enabled

```
Expand All @@ -91,24 +92,24 @@ Note: Both enableServices and disableServices can be an array of strings, array
```

|option | disableServices (array of strings or object with required service key)|
|-----|-------|
|example | { disableServices:['app-group', { service:'icloud' }, 'data-protection'] }|
|command executed | disable_services --app-group --icloud --data-protection|
|Description | disable specific Application Services for a specific app on the Apple Developer Portal|
|Option | Example | Description | Command Executed |
|-----|-----|-----|
|disableServices (array of strings or object with required service key) | { disableServices:['app-group', { service:'icloud'}, 'data-protection'] }| Disable specific Application Services for a specific app on the Apple Developer Portal| disable_services --app-group --icloud --data-protection|

### Services that can be disabled

```
--app-group Disable App Groups
--associated-domains Disable Associated Domains
--data-protection Disable Data Protection
--healthkit Disable HealthKit
--homekit Disable HomeKit
--wireless-conf Disable Wireless Accessory Configuration
--icloud Disable iCloud
--inter-app-audio Disable Inter-App-Audio
--passbook Disable Passbook
--push-notification Disable Push notifications
--vpn-conf Disable VPN Configuration
app-group Disable App Groups
associated-domains Disable Associated Domains
data-protection Disable Data Protection
healthkit Disable HealthKit
homekit Disable HomeKit
wireless-conf Disable Wireless Accessory Configuration
icloud Disable iCloud
inter-app-audio Disable Inter-App-Audio
passbook Disable Passbook
push-notification Disable Push notifications
vpn-conf Disable VPN Configuration
```


Expand Down

0 comments on commit e730e62

Please sign in to comment.