Add the Merlin syntax information

This commit is contained in:
Jeremy Rand 2019-07-19 15:16:43 -05:00
parent 4a4314525a
commit ffabbac463
2 changed files with 72 additions and 1 deletions

View File

@ -165,6 +165,77 @@
<string>true</string>
<key>version</key>
<string>1.0</string>
</dict>
<key>Xcode.FileDataType.merlin.Assembly</key>
<dict>
<key>id</key>
<string>Xcode.FileDataType.merlin.Assembly</string>
<key>localizedDescription</key>
<string>Merlin Assembly Source</string>
<key>name</key>
<string>File type for Merlin assembly</string>
<key>point</key>
<string>Xcode.FileDataType</string>
<key>typeConformedTo</key>
<array>
<dict>
<key>typeIdentifier</key>
<string>public.assembly-source</string>
</dict>
</array>
<key>typeIdentifier</key>
<string>com.rand-family.xcode.merlin</string>
<key>version</key>
<string>1.0</string>
</dict>
<key>Xcode.FileDataTypeDetector.merlin.Assembly</key>
<dict>
<key>detectedTypeIdentifier</key>
<string>com.rand-family.xcode.merlin</string>
<key>id</key>
<string>Xcode.FileDataTypeDetector.merlin.Assembly</string>
<key>matchesExtension</key>
<string>s</string>
<key>point</key>
<string>Xcode.FileDataTypeDetector</string>
</dict>
<key>Xcode.SourceCodeLanguage.merlin-Assembly</key>
<dict>
<key>commentSyntax</key>
<array>
<dict>
<key>prefix</key>
<string>;</string>
</dict>
</array>
<key>conformsTo</key>
<array>
<dict>
<key>identifier</key>
<string>Xcode.SourceCodeLanguage.Generic</string>
</dict>
</array>
<key>fileDataType</key>
<array>
<dict>
<key>identifier</key>
<string>com.rand-family.xcode.merlin</string>
</dict>
</array>
<key>id</key>
<string>Xcode.SourceCodeLanguage.merlin-Assembly</string>
<key>languageName</key>
<string>Merlin Assembly</string>
<key>languageSpecification</key>
<string>xcode.lang.asm.merlin</string>
<key>name</key>
<string>Merlin Assembly</string>
<key>point</key>
<string>Xcode.SourceCodeLanguage</string>
<key>supportsIndentation</key>
<string>true</string>
<key>version</key>
<string>1.0</string>
</dict>
</dict>
</dict>

View File

@ -63,7 +63,7 @@ done < $PROJECTS
rm -f $PROJECTS
pkgbuild --root $TMPDIR --version 1.1 --identifier com.halcyontouch.Apple2gsTemplate.pkg --install-location /Library/Developer/Xcode/ --scripts pkg/scripts/ Apple2GSXcodeTemplate.pkg
pkgbuild --root $TMPDIR --version 2.0.1 --identifier com.halcyontouch.Apple2gsTemplate.pkg --install-location /Library/Developer/Xcode/ --scripts pkg/scripts/ Apple2GSXcodeTemplate.pkg
productbuild --distribution pkg/Distribution.xml --resource ./pkg temp.pkg
rm Apple2GSXcodeTemplate.pkg
productsign --sign "Developer ID Installer" temp.pkg Apple2GSXcodeTemplate.pkg