Created
April 26, 2018 12:09
-
-
Save malcommac/f98343de7eedcde4828f56af5565cc5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
do { | |
let appPList = try PListFile<InfoPList>() | |
// then read values | |
let url = appPList.data.configuration.url // it’s an URL | |
} catch let err { | |
print(“Failed to parse data: \(err)”) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment