Skip to content

Commit e5e4d6f

Browse files
committed
Add docc with intro and example
1 parent f5e2fb6 commit e5e4d6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ``ProvisionInfoKit``
2+
3+
ProvisionInfoKit is a Swift library for parsing provisioning profiles. It gives you all the metadata fields,
4+
entitlements, device list and certificates in the profile.
5+
6+
7+
8+
## Usage
9+
10+
```swift
11+
let data = try Data(contentsOf: url)
12+
let profile = try Profile(data: data)
13+
```

0 commit comments

Comments
 (0)