Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Playtypus 5.4 & 5.3 / MAC OS 10.4x – osx 12.4x and "Adobe Indesign files" ".indd" droped files #229

Open
MSAMmedia opened this issue Jul 20, 2022 · 0 comments

Comments

@MSAMmedia
Copy link

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
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant