Convert AppleScript To Objective-C
Budget: $30 – $250 USD
I want to convert an AppleScript To an Objective-C class that contains methods in the AppleScript, Where I can use it in any Objective-C project or C++ project and call each function as I want.
Currently, the script, in summary, is using the Apple Note application to get all the folders and files structure, so all that I need is the same but to be done from Objective-C class, so I need 3 functions
1 - Functions to get all folders only as JSON string
2 - Function to get all Files only as JSON
3 - Function to Give it Folder ID and it returns all files and folder in it.
only those three functions, I have the script doing this, but only get all files and folders directly not organized as I want in the Class.
Thank you.
Currently, the script, in summary, is using the Apple Note application to get all the folders and files structure, so all that I need is the same but to be done from Objective-C class, so I need 3 functions
1 - Functions to get all folders only as JSON string
2 - Function to get all Files only as JSON
3 - Function to Give it Folder ID and it returns all files and folder in it.
only those three functions, I have the script doing this, but only get all files and folders directly not organized as I want in the Class.
Thank you.