mirror of
https://github.com/samsonjs/appleuniversal-xctemplates.git
synced 2026-06-30 05:39:32 +00:00
Required=1 for class prefix to avoid templating issues
This commit is contained in:
parent
42a9076beb
commit
eba7a6116a
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<string>com.apple.dt.unit.applicationBase</string>
|
||||
<string>com.apple.dt.unit.iosBase_Definitions</string>
|
||||
<string>com.apple.dt.unit.crossPlatformBase</string>
|
||||
<string>com.apple.dt.unit.prefixable</string>
|
||||
</array>
|
||||
<key>Platforms</key>
|
||||
<array>
|
||||
|
|
@ -172,6 +173,8 @@
|
|||
<string>text</string>
|
||||
<key>Placeholder</key>
|
||||
<string>XYZ</string>
|
||||
<key>Required</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Identifier</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue