Changing Info.plist to associate .gds files with klayout

This commit is contained in:
Thomas Ferreira de Lima 2018-03-06 21:43:08 -05:00
parent 3d5fe871e2
commit 1e9c7b1246
1 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,17 @@
<string>APPL</string>
<key>CFBundleVersion</key>
<string>${VERSION}</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gds</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSPrincipalClass</key>