Is it possible to share one NIB/XIB between two different apps? If yes, what would be the best approach for development: different Xcode projects, or different targets within the same Xcode project?
More specifically, I have a screensaver with a relatively big configuration options sheet. All the connections from the various UI elements go into one and the same .m file. The idea is to make a standalone version of the screensaver as a regular app, with all the same options and features. So I was hoping that I can share the XIB/NIB and the .m file between the app and the screensaver. Dummy question on the side: so far, the screensaver framework opens the options sheet for me when the user clicks "Screen saver options". How would I open it "manually" in my standalone app? Best regards, Gabriel _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com