chore(apple): Add file header template for xcode (#9068)

When creating new files in Xcode, it's helpful if the file header is
already formatted properly.
This commit is contained in:
Jamil
2025-05-10 05:26:37 -07:00
committed by GitHub
parent 3f4e004a48
commit 07fa91f713

View File

@@ -0,0 +1,14 @@
<?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>ORGANIZATIONNAME</key>
<string>Firezone, Inc.</string>
<key>FILEHEADER</key>
<string>
// ___FILENAME___
// © ___YEAR___ ___ORGANIZATIONNAME___
// LICENSE: Apache-2.0
// </string>
</dict>
</plist>