How do we access Pref Pane Bundle for Mac OS app??? I have placed images and other resources inside the pref pane bundle, but I am not able to get the path using: NSString * path = [[NSBundle mainBundle] pathForResource:@"tick" ofType:@"png"];
where tick.png is present in the resources folder in NewPrefPane.prefPane