1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Build: Add LSHandlerRank key to filetype associations dict

This commit is contained in:
reuk 2021-11-24 18:08:31 +00:00
parent 1509d6796b
commit 6468088100
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -206,6 +206,7 @@ namespace build_tools
addPlistDictionaryKey (*dict2, "CFBundleTypeRole", "Editor");
addPlistDictionaryKey (*dict2, "CFBundleTypeIconFile", "Icon");
addPlistDictionaryKey (*dict2, "NSPersistentStoreTypeKey", "XML");
addPlistDictionaryKey (*dict2, "LSHandlerRank", "Default");
}
arrayTag->createNewChildElement ("string")->addTextElement (ex);