-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi all,
Thanks for this project! It's really useful.
I have some questions regarding Pages.
I made a new PagesApplication as follow:
let application = SBApplication(bundleIdentifier: "com.apple.iWork.Pages")but I don't get how is possible to create a new document from a template name.
With AppleScript was something like this:
tell application "Pages"
activate
set thisDocument to ¬
make new document with properties {document template:template "My Template"}
With Swift, I don't get how to do it.
Can you please help me?
Thanks
nkssGitHub
Metadata
Metadata
Assignees
Labels
No labels