]> err.no Git - scalable-opengroupware.org/blob - UI/Contacts/bundle-info.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1073 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Contacts / bundle-info.plist
1 {
2   requires = {
3     bundleManagerVersion = 1;
4     classes = (
5       { name = NSObject;    }
6     );
7   };
8
9   provides = {
10     classes = (
11       { name = UIxContactEditor; }
12     );
13     WOComponents = (
14       { name = UIxContactEditor; }
15     );
16   };
17 }