Skip to content

Instantly share code, notes, and snippets.

@backviet
Last active October 20, 2018 02:39
Show Gist options
  • Save backviet/c71c1a210a430f11d0315f0b073506d3 to your computer and use it in GitHub Desktop.
Save backviet/c71c1a210a430f11d0315f0b073506d3 to your computer and use it in GitHub Desktop.

Revisions

  1. backviet revised this gist Oct 20, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions IDETemplateMacros.plist
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@
    <string>
    // ___FILENAME___
    // ___PROJECTNAME___
    //
    // Created by ___FULLUSERNAME___ on ___DATE___.
    // Copyright (C) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
    // </string>
  2. backviet created this gist Oct 20, 2018.
    13 changes: 13 additions & 0 deletions IDETemplateMacros.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <?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>FILEHEADER</key>
    <string>
    // ___FILENAME___
    // ___PROJECTNAME___
    // Created by ___FULLUSERNAME___ on ___DATE___.
    // Copyright (C) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
    // </string>
    </dict>
    </plist>