Created
November 22, 2018 14:48
-
-
Save iamchiwon/7920d01faab4332caafd03090219959d to your computer and use it in GitHub Desktop.
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 characters
| <?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> | |
| // ======================================== | |
| // | |
| // Lorem Ipsum is simply dummy text of the | |
| // printing and typesetting industry. | |
| // | |
| // Lorem Ipsum has been the industry's | |
| // standard dummy text ever since the 1500s, | |
| // when an unknown printer took a galley of | |
| // type and scrambled it to make a type | |
| // specimen book. | |
| // | |
| // ---------------------------------------- | |
| // | |
| // Project : ___PROJECTNAME___ | |
| // File : ___FILENAME___ | |
| // Date : ___DATE___ | |
| // Auther : ___FULLUSERNAME___ | |
| // | |
| // ======================================== | |
| </string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment