Skip to content

Commit

Permalink
README: case-sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Jul 28, 2017
1 parent 7d546f0 commit 4ac89a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,20 @@ For example, to build a serialized package, you would just add `serialNumber` to
</dict>
```

Similarly, for a device-licensed package for a license pool called 'Complete':
Similarly, for a device-licensed package for a license pool called 'Creative Cloud All Apps':

```plist
<key>ccpinfo</key>
<dict>
< !-- other ccpinfo items here -->
<key>devicePoolName</key>
<string>Complete</string>
<string>Creative Cloud All Apps</string>
</dict>
```

#### Case-sensitivity

`organizationName` and `devicePoolName`, and any other keys used for the `ccpinfo` dictionary are case-sensitive, and should match what you see in the CCP user interface.



Expand Down

0 comments on commit 4ac89a2

Please sign in to comment.