Home > Enterprise >  Xcode / AppleScript / Objective-C (AppDelegate.applescript)
Xcode / AppleScript / Objective-C (AppDelegate.applescript)

Time:11-24

I am having a lot of issues following this video tutorial. I'm getting hung up on the AppDelegate.applescript file. AppleScript Facelift

Here are the steps I'm taking:

1. Create a new project

2. Then I choose "App"

3.1 Options for interface

3.2 Options for Language

  1. Save to file location - can't attach an image due to limit

5. "Template" files created

6. I can add frameworks and libraries (not sure if this is necessary? im doing things blindly...)

7. Then these are the AppDelegate files. (note- I can change the identity and type in the top right fields. if I select AppleScript Uncompiled Source, it does not change the extension)

I've tried creating a new "blank file" and saving it as AppDelegate.applescript, but I don't think this is working. Can someone point me in the right direction???

I've been working on an AppleScript project which works with my Apple Music. Someone mentioned I should look into Objective-C AppleScript, but this is making no sense. I think my end goal is having a window that allows more flexibility with input...

Thanks in advance!

CodePudding user response:

The answer: I was taking a very dated approach to this and asking the wrong question.@has's suggestion to look at his project Swift-AppleScriptObjC is exactly what I needed.

  • Related