Skip to content

Commit

Permalink
Add docc with intro and example
Browse files Browse the repository at this point in the history
  • Loading branch information
juri committed Dec 6, 2024
1 parent f5e2fb6 commit e5e4d6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Sources/ProvisionInfoKit/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ``ProvisionInfoKit``

ProvisionInfoKit is a Swift library for parsing provisioning profiles. It gives you all the metadata fields,
entitlements, device list and certificates in the profile.



## Usage

```swift
let data = try Data(contentsOf: url)
let profile = try Profile(data: data)
```

0 comments on commit e5e4d6f

Please sign in to comment.