--
You received this message because you are subscribed to the Google Groups "Growl Development" group.
To post to this group, send email to growl-de...@googlegroups.com.
To unsubscribe from this group, send email to growl-developm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/growl-development?hl=en.
3rd Party Mac Developer Application: The Growl Project, LLC
and just
3rd Party Mac Developer Application
I think you have to create both, and give both signing privileges.
Then you are going to hit some issues in the project that to me shows that the repo is incomplete, or at the very least not what 1.3.3 was actually built from.
You're going to get Xcode complaining about some files missing new lines at the end. That's easily fixed. I seem to recall there was one other niggling little issue but it currently escapes me.
However, if you build the "Growl.app" target you will get errors in GrowlMenu.m and h. They simply don't match. That's where I stopped spending time on this.
Kent
The code certificate has to be created with code signing privileged. To do that, check the "override defaults" checkbox when you create the certificate. The instructions really ought to mention this gotcha. Then skip past the next few screens til you get to the part where you can allow code signing. The Growl project has two different certificates in the project file :
3rd Party Mac Developer Application: The Growl Project, LLC
and just
3rd Party Mac Developer ApplicationI think you have to create both, and give both signing privileges.
Then you are going to hit some issues in the project that to me shows that the repo is incomplete, or at the very least not what 1.3.3 was actually built from.
2. Did I mess something up to get the missing \n and wrong types
above?