Skip to content

Commit 0cea368

Browse files
committed
Editor Role for document types
1 parent 57df79f commit 0cea368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/oracle/appbundler/AppBundlerTask.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ private void writeInfoPlist(File file) throws IOException {
682682
xout.writeCharacters("\n");
683683

684684
writeProperty(xout, "CFBundleURLName", identifier, 4);
685+
writeProperty(xout, "CFBundleTypeRole", "Editor", 4);
685686
writeStringArray(xout, "CFBundleURLSchemes",registeredProtocols, 4);
686687

687688
writeIndentation(xout, 3);

0 commit comments

Comments
 (0)