Last active
October 20, 2018 02:39
-
-
Save backviet/c71c1a210a430f11d0315f0b073506d3 to your computer and use it in GitHub Desktop.
Revisions
-
backviet revised this gist
Oct 20, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> -
backviet created this gist
Oct 20, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>