Xcode Action Scripts

Free set of scripts for Xcode that assist in the creation of AppleScript-based Automator Actions
Download

Xcode Action Scripts Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Nyhthawk Productions
  • Publisher web site:
  • http://automator.us/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 202 KB

Xcode Action Scripts Tags


Xcode Action Scripts Description

Free set of scripts for Xcode that assist in the creation of AppleScript-based Automator Actions Action Setup Assistant The Action Setup Assistant script will guide you through the process of editing the Info.plist file in the Action Project. Run the Action Setup Assistant script first after creating a new project. Add New Localizable.strings File This script will create and install a new Localizable.strings file in the Resources folder in the Action Project. Put Localization Sub-Routine on Clipboard This script will put a sub-routine for calling the Localizable.strings file on the clipboard in Xcode. Paste the routine into the main.applescirpt file after the run handler. Run Handler with Standard Image Checks This script will put a run handler containing routines for filtering and processing image files on the clipboard in Xcode. Replace the run handler in the main.applescirpt file with this code. Directory Chooser Main Routine This script will put a routine for handling the result of the Directory Chooser IB control on the clipboard in Xcode. Paste the routine into the main.applescirpt file after the run handler. Locate Bundle Resource This script will put a routine for locating resources within the Action bundle, on the clipboard in Xcode. Paste the routine into either the main.applescirpt file after the run handler, or in a script used to control the Action View. Parameter Write and Declare Select a parameter name in the NSObjectController Inspector in Interface Builder and copy it to the clipboard. Run this script and you will be prompted to identify the parameter type (ex.: boolean, string, integer, etc.) and enter a default value. The script will then add the parameter to the AMDefaultParameters property in the Info.plist file of the Action Project, and will put a parameter declaration statement on the clipboard in Xcode so you can paste it into the main.applescript file. Requirements: · Xcode


Xcode Action Scripts Related Software