Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakaplan authored Oct 12, 2021
1 parent 09b1c6c commit 12a1c70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Decode an info property list in an external executable into an `NSDictionary`:
```swift
let executableURL = URL(fileUrlWithPath: <# path here #>)
let data = try EmbeddedPropertyListReader.info.readExternal(from: executableURL)
let plist = try PropertyListSerialization.propertyList(from: data,
format: nil) as? NSDictionary
let plist = try PropertyListSerialization.propertyList(from: data, format: nil) as? NSDictionary
```

### Example — Create `Decodable` Using `BundleVersion`
Expand Down

0 comments on commit 12a1c70

Please sign in to comment.