I know $(SRCROOT) can be used in Xcode as shorthand for the path of the project’s root folder, but is there a shorthand for the user’s desktop path? Something like $(DSKTOP) = /Users/username/Desktop ?
I know $(SRCROOT) can be used in Xcode as shorthand for the path of
Share
$(HOME)/Desktopshould work.