Hi,
I haven’t been able to find any useful information in Apple’s transition documentation with respect to AS and universal binaries. Perhaps someone can point me to clarifying information on this.
I think Applescript is inherently ‘UB’ as it is interpreted by the system. If you write a script there is no concept of UB and it just runs on both architectures and I assume at the system level on Intel machines Applescript is native. Of course I’ve never seen the latter written down.
My confusion lies with AS. If my application only uses Applescript code and UI elements is it still UB? The UI information is only included by reference in the application (links to system functions/libraries etc) but are those references platform specific? It seems obvious to me that if I also include functions (such as an OSAX) that are not universal then the application can’t be but will it still run on a Intel machine (don’t have an Intel machine to answer the last question myself)?
Thanks for any insight,
Brad