mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
Add category to CardElement
New method to return a JSON representation of the element.
This commit is contained in:
@@ -70,12 +70,13 @@ SOGo_HEADER_FILES = \
|
||||
SOGoGroup.h \
|
||||
SOGoUser.h \
|
||||
\
|
||||
CardElement+SOGo.h \
|
||||
DOMNode+SOGo.h \
|
||||
\
|
||||
WORequest+SOGo.h \
|
||||
WOResourceManager+SOGo.h \
|
||||
WOResponse+SOGo.h \
|
||||
WOContext+SOGo.h \
|
||||
WOContext+SOGo.h \
|
||||
\
|
||||
SOGoCredentialsFile.h
|
||||
|
||||
@@ -84,7 +85,7 @@ all::
|
||||
@touch SOGoBuild.m
|
||||
|
||||
SOGo_OBJC_FILES = \
|
||||
SOGoBuild.m \
|
||||
SOGoBuild.m \
|
||||
SOGoProductLoader.m \
|
||||
\
|
||||
BSONCodec.m \
|
||||
@@ -149,12 +150,13 @@ SOGo_OBJC_FILES = \
|
||||
SOGoGroup.m \
|
||||
SOGoUser.m \
|
||||
\
|
||||
CardElement+SOGo.m \
|
||||
DOMNode+SOGo.m \
|
||||
\
|
||||
WORequest+SOGo.m \
|
||||
WOResourceManager+SOGo.m \
|
||||
WOResponse+SOGo.m \
|
||||
WOContext+SOGo.m \
|
||||
WOContext+SOGo.m \
|
||||
\
|
||||
SOGoCredentialsFile.m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user