This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Copy the Aperture Version Name to the IPTC ObjectName (Title field in Aperture) | |
tell application "Aperture" | |
set selectedImages to (get selection) | |
if selectedImages is {} then | |
error "Please select an image." | |
else | |
repeat with i from 1 to count of selectedImages | |
tell library 1 | |
tell item i of selectedImages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[skin] | |
description=Dustractor-Sol-McTheme [forked from Ajnasz Blue Theme] | |
[Lines] | |
horiz=─ | |
vert=│ | |
lefttop=╭ | |
righttop=╮ | |
leftbottom=╰ | |
rightbottom=╯ |