diff --git a/pkg/Plug-ins/OrcaM.ideplugin/Contents/Resources/OrcaM.xcplugindata b/pkg/Plug-ins/OrcaM.ideplugin/Contents/Resources/OrcaM.xcplugindata index 4afe45d..a3626ee 100755 --- a/pkg/Plug-ins/OrcaM.ideplugin/Contents/Resources/OrcaM.xcplugindata +++ b/pkg/Plug-ins/OrcaM.ideplugin/Contents/Resources/OrcaM.xcplugindata @@ -165,6 +165,77 @@ true version 1.0 + + Xcode.FileDataType.merlin.Assembly + + id + Xcode.FileDataType.merlin.Assembly + localizedDescription + Merlin Assembly Source + name + File type for Merlin assembly + point + Xcode.FileDataType + typeConformedTo + + + typeIdentifier + public.assembly-source + + + typeIdentifier + com.rand-family.xcode.merlin + version + 1.0 + + Xcode.FileDataTypeDetector.merlin.Assembly + + detectedTypeIdentifier + com.rand-family.xcode.merlin + id + Xcode.FileDataTypeDetector.merlin.Assembly + matchesExtension + s + point + Xcode.FileDataTypeDetector + + Xcode.SourceCodeLanguage.merlin-Assembly + + commentSyntax + + + prefix + ; + + + conformsTo + + + identifier + Xcode.SourceCodeLanguage.Generic + + + fileDataType + + + identifier + com.rand-family.xcode.merlin + + + id + Xcode.SourceCodeLanguage.merlin-Assembly + languageName + Merlin Assembly + languageSpecification + xcode.lang.asm.merlin + name + Merlin Assembly + point + Xcode.SourceCodeLanguage + supportsIndentation + true + version + 1.0 diff --git a/pkg/createPackage b/pkg/createPackage index ae47b2b..4a44f00 100755 --- a/pkg/createPackage +++ b/pkg/createPackage @@ -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