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:
parent
1509d6796b
commit
6468088100
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue