I have trouble of finding a way to add Core Data to my AppleScript project which i write in Xcode.
I know that below webpage shows how to create Cocoa project with Core Data (Core Data Document-based Application with Spotlight Importer), but when i choose AppleScript Application from Xcode’s New Project window, i cant even find MyDocument.xcdatamodel, which is referenced in below webpage.
“Window” is not your document window but the .xib window with the File’s Owner, Application, First Responder etc. icons.
If your use of CoreData is restricted to Cocoa Bindings, you can probably do the rest in AppleScript,
but CoreData is actually a Cocoa (Objective-C) technology. Additional code must be written in ObjC