Skip to content

Instantly share code, notes, and snippets.

@mono0926
Created June 28, 2015 23:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mono0926/9d9a9b6560860a53280c to your computer and use it in GitHub Desktop.
Save mono0926/9d9a9b6560860a53280c to your computer and use it in GitHub Desktop.
NSLocalizedString snippet
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDECodeSnippetCompletionPrefix</key>
<string>localized</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>All</string>
</array>
<key>IDECodeSnippetContents</key>
<string>NSLocalizedString(&lt;#String#&gt;, tableName: &lt;#String?#&gt;, comment: &lt;#String#&gt;)</string>
<key>IDECodeSnippetIdentifier</key>
<string>7F8DC8CA-4BC3-42D9-B35E-7DE0810422B9</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Swift</string>
<key>IDECodeSnippetSummary</key>
<string>localized</string>
<key>IDECodeSnippetTitle</key>
<string>localized</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>2</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment