Skip to content

Instantly share code, notes, and snippets.

@irichardson
Created January 7, 2015 19:38
Show Gist options
  • Save irichardson/b79b1521e4de14f29228 to your computer and use it in GitHub Desktop.
Save irichardson/b79b1521e4de14f29228 to your computer and use it in GitHub Desktop.
- (void)createPlist {
NSArray* countries = ApplicationDelegate.countries;
for (SHCountry *country in countries) {
NSLog(@"<dict><key>%@</key><string>%@</string></dict>",country.countryIsoCode, country.countryDisplayName);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment