-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Using the latest version to make Swift files for the Finder's sdef, this is part of the output:
In C, enum items do not need unique values. In Swift, they do. It's my understanding that the correct way to handle this situation would be to generate:
@objc public enum FinderEcvw : AEKeyword {
case iconView = 0x69636e76 /* 'icnv' */
case listView = 0x6c737677 /* 'lsvw' */
case columnView = 0x636c7677 /* 'clvw' */
case groupView = 0x666c7677 /* 'flvw' */
static var flowView: FinderEcvw { return groupView }
}
Metadata
Metadata
Assignees
Labels
No labels
