Page 1 of 1

Finding all my AppleScript (embedded or not) in Indigo 7.1

PostPosted: Tue Apr 24, 2018 11:01 am
by Jann
So, I JUST heard about the AppleScript deprecation...(don't judge me :D )
I spent the night crying and blaming everyone but myself for not realizing that (tho I hate - with a passion - python - it's what the "engine" of Indigo is intended to be extended with.)
I then came back to the keyboard this morning with a big issue; How do I locate all applescripts in Indigo that I need to look at. Some I did with "Execute Script" and some I did "Embedded."
Is there an easy way to find all actions, triggers, etc that have the "type" of AppleScript (embedded) or - if they're "execute script" have the extensions of an AppleScript file (compiled or not)?

Re: Finding all my AppleScript (embedded or not) in Indigo 7

PostPosted: Tue Apr 24, 2018 2:13 pm
by Colorado4Wheeler
You may want to check this thread where I wrote instructions for finding AppleScripts embedded into your Indigo services.

Re: Finding all my AppleScript (embedded or not) in Indigo 7

PostPosted: Tue Apr 24, 2018 2:46 pm
by Jann
That worked! Thanks!