You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with Playtypus 5.4 & 5.3 /osx 10.4 – osx 12.4 and "Adobe Indesign files" droped files
If i create a Application with "Accept dropped items" it doesnt matter with or without interface, WITHOUT Remain running after execution with this code:
#!/bin/bash
say ${#@}
Only one file is recognized by the app if i drop both.
If i drop only one file the file is recognized as one as expected.
Issue with Playtypus 5.4 & 5.3 /osx 10.4 – osx 12.4 and "Adobe Indesign files" droped files
If i create a Application with "Accept dropped items" it doesnt matter with or without interface, WITHOUT Remain running after execution with this code:
#!/bin/bash
say ${#@}
Only one file is recognized by the app if i drop both.
If i drop only one file the file is recognized as one as expected.
Adobe Indesign-File-A
Filename: 2022.indd
Metadatainformation:
kMDItemFSCreatorCode = "InDn"
kMDItemFSTypeCode = "IDdD"
Adobe Indesign-File-B
Filename: CC2014.indd
kMDItemFSCreatorCode = "InDn"
kMDItemFSTypeCode = "IDdX"
If i use the option "Prompt for file on launch" both files are recognized from the app as expected.
I tried several Suffixes & UTI options but don't get it fixed.
It only happens with AdobeInDesign files created with different app versions.
The indesign files are not corrupt i tested several new created files.
It would be great if there is anybody out there who can help.
;-)
The app and the indesign files are attached
test-issue.zip
.
The text was updated successfully, but these errors were encountered: