<AppleScript> getDeviceProfileOfEveryDisplay() of me --ColorSyncScriptingですべてのモニタのプロファイル名称を収集する on getDeviceProfileOfEveryDisplay() tell application "ColorSyncScripting" launch set monCount to count every display set profList to {} repeat with i from 1 to monCount set curProf to name of display profile of display i set the end of profList to curProf end repeat end tell return profList end getDeviceProfileOfEveryDisplay </AppleScript>
上記のScriptを走らせてColorSyncデバイス名称を取得しようとすると、name属性なんて知らない! と言われてしまう(ーー;;;