Skip to content

Commit

Permalink
Fix broken command definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bgannin committed Apr 8, 2018
1 parent 558aca5 commit 4e54b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PragmaticXcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<key>XCSourceEditorCommandClassName</key>
<string>$(PRODUCT_MODULE_NAME).CustomWarningCommand</string>
<key>XCSourceEditorCommandIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER). CustomWarningCommand</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).CustomWarningCommand</string>
<key>XCSourceEditorCommandName</key>
<string>Insert Custom Warning</string>
</dict>
Expand Down

0 comments on commit 4e54b44

Please sign in to comment.