Skip to content

Commit 2b0b625

Browse files
committed
Add missing files to the project index/umbrella header
1 parent de749c9 commit 2b0b625

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Core/XMPPFramework.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
#import "NSXMLElement+XEP_0203.h"
147147
#import "XMPPMessage+XEP_0308.h"
148148
#import "XMPPMessageArchiveManagement.h"
149+
#import "XMPPRoomLightCoreDataStorage+XEP_0313.h"
149150
#import "XMPPMessage+XEP_0333.h"
150151
#import "XMPPMessage+XEP_0334.h"
151152
#import "NSXMLElement+XEP_0335.h"
@@ -156,6 +157,7 @@
156157
#import "XMPPMUCLight.h"
157158
#import "XMPPRoomLight.h"
158159
#import "XMPPRoomLightCoreDataStorage.h"
160+
#import "XMPPRoomLightCoreDataStorageProtected.h"
159161
#import "XMPPRoomLightMessageCoreDataStorageObject.h"
160162

161163

XMPPFramework.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,15 @@
908908
D9DCD6A21E6259970010D1C7 /* KissXML.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9DCD3841E6250CE0010D1C7 /* KissXML.framework */; };
909909
D9DCD6A31E6259970010D1C7 /* libidn.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9DCD3951E6250D20010D1C7 /* libidn.framework */; };
910910
D9DCD6C01E625B4D0010D1C7 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9DCD6BF1E625B4D0010D1C7 /* AppKit.framework */; };
911+
DD1E73331ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E73311ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h */; settings = {ATTRIBUTES = (Public, ); }; };
912+
DD1E73341ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E73311ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h */; settings = {ATTRIBUTES = (Public, ); }; };
913+
DD1E73351ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E73311ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h */; settings = {ATTRIBUTES = (Public, ); }; };
914+
DD1E73361ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1E73321ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m */; };
915+
DD1E73371ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1E73321ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m */; };
916+
DD1E73381ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1E73321ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m */; };
917+
DD1E733A1ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E73391ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h */; settings = {ATTRIBUTES = (Public, ); }; };
918+
DD1E733B1ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E73391ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h */; settings = {ATTRIBUTES = (Public, ); }; };
919+
DD1E733C1ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E73391ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h */; settings = {ATTRIBUTES = (Public, ); }; };
911920
/* End PBXBuildFile section */
912921

913922
/* Begin PBXContainerItemProxy section */
@@ -1494,6 +1503,9 @@
14941503
D9DCD5331E6256D90010D1C7 /* XMPPFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = XMPPFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14951504
D9DCD6961E6258CF0010D1C7 /* XMPPFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = XMPPFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14961505
D9DCD6BF1E625B4D0010D1C7 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; };
1506+
DD1E73311ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XMPPRoomLightCoreDataStorage+XEP_0313.h"; sourceTree = "<group>"; };
1507+
DD1E73321ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "XMPPRoomLightCoreDataStorage+XEP_0313.m"; sourceTree = "<group>"; };
1508+
DD1E73391ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMPPRoomLightCoreDataStorageProtected.h; sourceTree = "<group>"; };
14971509
/* End PBXFileReference section */
14981510

14991511
/* Begin PBXFrameworksBuildPhase section */
@@ -2358,6 +2370,8 @@
23582370
children = (
23592371
D9DCD22A1E6250930010D1C7 /* XMPPMessageArchiveManagement.h */,
23602372
D9DCD22B1E6250930010D1C7 /* XMPPMessageArchiveManagement.m */,
2373+
DD1E73311ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h */,
2374+
DD1E73321ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m */,
23612375
);
23622376
path = "XEP-0313";
23632377
sourceTree = "<group>";
@@ -2436,6 +2450,7 @@
24362450
D9DCD2421E6250930010D1C7 /* XMPPRoomLight.xcdatamodel */,
24372451
D9DCD2431E6250930010D1C7 /* XMPPRoomLightCoreDataStorage.h */,
24382452
D9DCD2441E6250930010D1C7 /* XMPPRoomLightCoreDataStorage.m */,
2453+
DD1E73391ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h */,
24392454
D9DCD2451E6250930010D1C7 /* XMPPRoomLightMessageCoreDataStorageObject.h */,
24402455
D9DCD2461E6250930010D1C7 /* XMPPRoomLightMessageCoreDataStorageObject.m */,
24412456
);
@@ -2518,6 +2533,7 @@
25182533
0D44BB2E1E5370FC000930E0 /* NSXMLElement+XMPP.h in Headers */,
25192534
0D44BB561E537105000930E0 /* XMPPCustomBinding.h in Headers */,
25202535
0D44BB571E537105000930E0 /* XMPPSASLAuthentication.h in Headers */,
2536+
DD1E733A1ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h in Headers */,
25212537
0D44BB481E537105000930E0 /* XMPPAnonymousAuthentication.h in Headers */,
25222538
0D44BB0E1E5370ED000930E0 /* XMPPConstants.h in Headers */,
25232539
0D44BB2A1E5370FC000930E0 /* NSData+XMPP.h in Headers */,
@@ -2608,6 +2624,7 @@
26082624
D9DCD2731E6250930010D1C7 /* XMPPUserCoreDataStorageObject.h in Headers */,
26092625
D9DCD2F81E6250930010D1C7 /* XMPPMessage+XEP_0172.h in Headers */,
26102626
D9DCD2921E6250930010D1C7 /* XMPPRoomMessageCoreDataStorageObject.h in Headers */,
2627+
DD1E73331ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h in Headers */,
26112628
D9DCD2BC1E6250930010D1C7 /* XMPPvCardTempBase.h in Headers */,
26122629
D9DCD3021E6250930010D1C7 /* XMPPStreamManagementMemoryStorage.h in Headers */,
26132630
D9DCD2CC1E6250930010D1C7 /* XMPPPubSub.h in Headers */,
@@ -2676,6 +2693,7 @@
26762693
D9DCD4981E6256D90010D1C7 /* NSXMLElement+XMPP.h in Headers */,
26772694
D9DCD4991E6256D90010D1C7 /* XMPPCustomBinding.h in Headers */,
26782695
D9DCD49A1E6256D90010D1C7 /* XMPPSASLAuthentication.h in Headers */,
2696+
DD1E733B1ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h in Headers */,
26792697
D9DCD49B1E6256D90010D1C7 /* XMPPAnonymousAuthentication.h in Headers */,
26802698
D9DCD49C1E6256D90010D1C7 /* XMPPConstants.h in Headers */,
26812699
D9DCD49D1E6256D90010D1C7 /* NSData+XMPP.h in Headers */,
@@ -2766,6 +2784,7 @@
27662784
D9DCD4F21E6256D90010D1C7 /* XMPPUserCoreDataStorageObject.h in Headers */,
27672785
D9DCD4F31E6256D90010D1C7 /* XMPPMessage+XEP_0172.h in Headers */,
27682786
D9DCD4F41E6256D90010D1C7 /* XMPPRoomMessageCoreDataStorageObject.h in Headers */,
2787+
DD1E73341ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h in Headers */,
27692788
D9DCD4F51E6256D90010D1C7 /* XMPPvCardTempBase.h in Headers */,
27702789
D9DCD4F61E6256D90010D1C7 /* XMPPStreamManagementMemoryStorage.h in Headers */,
27712790
D9DCD4F71E6256D90010D1C7 /* XMPPPubSub.h in Headers */,
@@ -2834,6 +2853,7 @@
28342853
D9DCD5FB1E6258CF0010D1C7 /* NSXMLElement+XMPP.h in Headers */,
28352854
D9DCD5FC1E6258CF0010D1C7 /* XMPPCustomBinding.h in Headers */,
28362855
D9DCD5FD1E6258CF0010D1C7 /* XMPPSASLAuthentication.h in Headers */,
2856+
DD1E733C1ED88622009B529B /* XMPPRoomLightCoreDataStorageProtected.h in Headers */,
28372857
D9DCD5FE1E6258CF0010D1C7 /* XMPPAnonymousAuthentication.h in Headers */,
28382858
D9DCD5FF1E6258CF0010D1C7 /* XMPPConstants.h in Headers */,
28392859
D9DCD6001E6258CF0010D1C7 /* NSData+XMPP.h in Headers */,
@@ -2924,6 +2944,7 @@
29242944
D9DCD6551E6258CF0010D1C7 /* XMPPUserCoreDataStorageObject.h in Headers */,
29252945
D9DCD6561E6258CF0010D1C7 /* XMPPMessage+XEP_0172.h in Headers */,
29262946
D9DCD6571E6258CF0010D1C7 /* XMPPRoomMessageCoreDataStorageObject.h in Headers */,
2947+
DD1E73351ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.h in Headers */,
29272948
D9DCD6581E6258CF0010D1C7 /* XMPPvCardTempBase.h in Headers */,
29282949
D9DCD6591E6258CF0010D1C7 /* XMPPStreamManagementMemoryStorage.h in Headers */,
29292950
D9DCD65A1E6258CF0010D1C7 /* XMPPPubSub.h in Headers */,
@@ -3345,6 +3366,7 @@
33453366
D9DCD2551E6250930010D1C7 /* XMPPOutgoingFileTransfer.m in Sources */,
33463367
D9DCD2951E6250930010D1C7 /* XMPPRoomOccupantCoreDataStorageObject.m in Sources */,
33473368
D9DCD2931E6250930010D1C7 /* XMPPRoomMessageCoreDataStorageObject.m in Sources */,
3369+
DD1E73361ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m in Sources */,
33483370
D9DCD2ED1E6250930010D1C7 /* XMPPMessageArchiving_Contact_CoreDataObject.m in Sources */,
33493371
D9DCD2C11E6250930010D1C7 /* XMPPvCardTempLabel.m in Sources */,
33503372
D9DCD2981E6250930010D1C7 /* XMPPRoomHybridStorage.m in Sources */,
@@ -3495,6 +3517,7 @@
34953517
D9DCD4101E6256D90010D1C7 /* XMPPOutgoingFileTransfer.m in Sources */,
34963518
D9DCD4111E6256D90010D1C7 /* XMPPRoomOccupantCoreDataStorageObject.m in Sources */,
34973519
D9DCD4121E6256D90010D1C7 /* XMPPRoomMessageCoreDataStorageObject.m in Sources */,
3520+
DD1E73371ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m in Sources */,
34983521
D9DCD4131E6256D90010D1C7 /* XMPPMessageArchiving_Contact_CoreDataObject.m in Sources */,
34993522
D9DCD4141E6256D90010D1C7 /* XMPPvCardTempLabel.m in Sources */,
35003523
D9DCD4151E6256D90010D1C7 /* XMPPRoomHybridStorage.m in Sources */,
@@ -3645,6 +3668,7 @@
36453668
D9DCD5731E6258CF0010D1C7 /* XMPPOutgoingFileTransfer.m in Sources */,
36463669
D9DCD5741E6258CF0010D1C7 /* XMPPRoomOccupantCoreDataStorageObject.m in Sources */,
36473670
D9DCD5751E6258CF0010D1C7 /* XMPPRoomMessageCoreDataStorageObject.m in Sources */,
3671+
DD1E73381ED885FD009B529B /* XMPPRoomLightCoreDataStorage+XEP_0313.m in Sources */,
36483672
D9DCD5761E6258CF0010D1C7 /* XMPPMessageArchiving_Contact_CoreDataObject.m in Sources */,
36493673
D9DCD5771E6258CF0010D1C7 /* XMPPvCardTempLabel.m in Sources */,
36503674
D9DCD5781E6258CF0010D1C7 /* XMPPRoomHybridStorage.m in Sources */,

0 commit comments

Comments
 (0)