Skip to content

Commit

Permalink
Added Xcode snippet for Not yet implemented warning in Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
aenglund committed Jan 8, 2016
1 parent 7fe7737 commit 070bcff
Showing 1 changed file with 26 additions and 0 deletions.
@@ -0,0 +1,26 @@
<?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>nyi</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>All</string>
</array>
<key>IDECodeSnippetContents</key>
<string>// WARNING: - Not yet implemented</string>
<key>IDECodeSnippetIdentifier</key>
<string>BB888E80-C361-4A8C-9A4A-53FB4EB269F5</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Swift</string>
<key>IDECodeSnippetSummary</key>
<string>Not yet implemented - Warning - Swift</string>
<key>IDECodeSnippetTitle</key>
<string>Not yet implemented</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>0</integer>
</dict>
</plist>

0 comments on commit 070bcff

Please sign in to comment.