Last active
September 24, 2024 12:49
-
-
Save shingohry/35663c29368a621b3e8ab2739ff151ac to your computer and use it in GitHub Desktop.
Xcode file template (original)
This file contains 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>SupportsSwiftPackage</key> | |
<true/> | |
<key>Kind</key> | |
<string>Xcode.IDEFoundation.TextSubstitutionFileTemplateKind</string> | |
<key>Description</key> | |
<string>A SwiftUI custom view with text</string> | |
<key>Summary</key> | |
<string>SwiftUI View</string> | |
<key>SortOrder</key> | |
<string>1</string> | |
<key>AllowedTypes</key> | |
<array> | |
<string>public.swift-source</string> | |
</array> | |
<key>Platforms</key> | |
<array /> | |
<key>DefaultCompletionName</key> | |
<string>SwiftUIView</string> | |
<key>MainTemplateFile</key> | |
<string>___FILEBASENAME___.swift</string> | |
<key>Image</key> | |
<dict> | |
<key>FileTypeIcon</key> | |
<string>swift</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment