I need to add some plist data to com.apple.loginitems.plist as part of a software deploy and have been unable to successfully add the alias data and icon data. If I understand correctly, data is base64 encoded and needs to be decoded before added via plistbuddy. I cannot seem to find any examples and even after the data is decoded it doesn't write to the plist properly. Any ideas?
Thanks!