Skip to content

Commit 9829be4

Browse files
committed
Bug fix: Set type for FinderPreferences to SBObject
1 parent 1691cdf commit 9829be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frameworks/FinderScripting/FinderScripting/Finder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ import ScriptingBridge
167167
optional var trash: FinderTrashObject { get } // the trash
168168
optional var home: FinderFolder { get } // the home directory
169169
optional var computerContainer: FinderComputerObject { get } // the computer location (as in Go > Computer)
170-
optional var FinderPreferences: FinderPreferences { get } // Various preferences that apply to the Finder as a whole
170+
optional var FinderPreferences: SBObject { get } // Various preferences that apply to the Finder as a whole
171171
optional func quit() // Quit the Finder
172172
optional func activate() // Activate the specified window (or the Finder)
173173
optional func copy() // (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)

0 commit comments

Comments
 (0)