This file contains hidden or 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
| // | |
| // Dict+ID.swift | |
| // | |
| // | |
| // Created by Emory Dunn on 7/25/23. | |
| // | |
| import Foundation | |
| import Collections |
This file contains hidden or 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
| tell front document of application "Capture One 22" | |
| set theYear to year of (current date) as string | |
| --set theYear to "2012" | |
| -- Make year group | |
| set theYearGroup to make new collection with properties {name:theYear, kind:group} | |
| -- Make month groups | |
| repeat with i from 1 to 12 |
OlderNewer