|
@@ -51,6 +51,7 @@
|
|
|
F704980D1E369EF6008F5BB6 /* OCNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = F70498081E369EF6008F5BB6 /* OCNotifications.m */; };
|
|
|
F704980E1E369EF6008F5BB6 /* OCNotificationsAction.m in Sources */ = {isa = PBXBuildFile; fileRef = F704980A1E369EF6008F5BB6 /* OCNotificationsAction.m */; };
|
|
|
F704980F1E369EF6008F5BB6 /* OCRichObjectStrings.m in Sources */ = {isa = PBXBuildFile; fileRef = F704980C1E369EF6008F5BB6 /* OCRichObjectStrings.m */; };
|
|
|
+ F73C00351E56098300EEEFA7 /* OCUserProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = F73C00341E56098300EEEFA7 /* OCUserProfile.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -144,6 +145,8 @@
|
|
|
F704980A1E369EF6008F5BB6 /* OCNotificationsAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCNotificationsAction.m; sourceTree = "<group>"; };
|
|
|
F704980B1E369EF6008F5BB6 /* OCRichObjectStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCRichObjectStrings.h; sourceTree = "<group>"; };
|
|
|
F704980C1E369EF6008F5BB6 /* OCRichObjectStrings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCRichObjectStrings.m; sourceTree = "<group>"; };
|
|
|
+ F73C00331E56098300EEEFA7 /* OCUserProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCUserProfile.h; sourceTree = "<group>"; };
|
|
|
+ F73C00341E56098300EEEFA7 /* OCUserProfile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCUserProfile.m; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -227,6 +230,8 @@
|
|
|
EA913A701BE9FB0700D015B8 /* OCCapabilities.h */,
|
|
|
EA913A711BE9FB0700D015B8 /* OCCapabilities.m */,
|
|
|
EAABAA2F183E687000909831 /* OCFrameworkConstants.h */,
|
|
|
+ F73C00331E56098300EEEFA7 /* OCUserProfile.h */,
|
|
|
+ F73C00341E56098300EEEFA7 /* OCUserProfile.m */,
|
|
|
F70498071E369EF6008F5BB6 /* OCNotifications.h */,
|
|
|
F70498081E369EF6008F5BB6 /* OCNotifications.m */,
|
|
|
F70498091E369EF6008F5BB6 /* OCNotificationsAction.h */,
|
|
@@ -443,6 +448,7 @@
|
|
|
EAABAA32183E688900909831 /* OCFileDto.m in Sources */,
|
|
|
F704980F1E369EF6008F5BB6 /* OCRichObjectStrings.m in Sources */,
|
|
|
F704980D1E369EF6008F5BB6 /* OCNotifications.m in Sources */,
|
|
|
+ F73C00351E56098300EEEFA7 /* OCUserProfile.m in Sources */,
|
|
|
EA7CC934183E150000B6A4B4 /* OCCommunication.m in Sources */,
|
|
|
F704980E1E369EF6008F5BB6 /* OCNotificationsAction.m in Sources */,
|
|
|
131C67B9187C3E360009030E /* OCXMLSharedParser.m in Sources */,
|