Revision 8d76e2e3 ChatSecure.xcodeproj/project.pbxproj
| ChatSecure.xcodeproj/project.pbxproj | ||
|---|---|---|
| 179 | 179 |
D93DDA8F1BA79A2400CD8331 /* OTRMediaFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6354BBE31A96C67400E8EBAC /* OTRMediaFileManager.m */; };
|
| 180 | 180 |
D93DDA901BA79A2400CD8331 /* OTRMediaServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63DDD8AF1A9D3C0400C0A918 /* OTRMediaServer.m */; };
|
| 181 | 181 |
D93DDA911BA79A2400CD8331 /* OTRStreamManagementYapStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B916E11B743198003B778F /* OTRStreamManagementYapStorage.m */; };
|
| 182 |
D93DDA921BA79A2400CD8331 /* OTRXMPPMessageYapStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 637DBB1B1B7D5A23003845B7 /* OTRXMPPMessageYapStorage.m */; };
|
|
| 183 | 182 |
D93DDA931BA79A2400CD8331 /* OTRvCardYapDatabaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 633105341A16D1A300C17BAE /* OTRvCardYapDatabaseStorage.m */; };
|
| 184 | 183 |
D93DDA941BA79A2400CD8331 /* OTRXMPPBuddyTimers.m in Sources */ = {isa = PBXBuildFile; fileRef = 633105361A16D1A300C17BAE /* OTRXMPPBuddyTimers.m */; };
|
| 185 | 184 |
D93DDA951BA79A2400CD8331 /* OTRXMPPManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 633105381A16D1A300C17BAE /* OTRXMPPManager.m */; };
|
| ... | ... | |
| 312 | 311 |
D93DDB431BA79A7200CD8331 /* OTRMediaFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6354BBE21A96C67400E8EBAC /* OTRMediaFileManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| 313 | 312 |
D93DDB441BA79A7200CD8331 /* OTRMediaServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63DDD8AE1A9D3C0400C0A918 /* OTRMediaServer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| 314 | 313 |
D93DDB451BA79A7200CD8331 /* OTRStreamManagementYapStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B916E01B743198003B778F /* OTRStreamManagementYapStorage.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
| 315 |
D93DDB461BA79A7200CD8331 /* OTRXMPPMessageYapStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 637DBB1A1B7D5A23003845B7 /* OTRXMPPMessageYapStorage.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
| 316 | 314 |
D93DDB471BA79A7200CD8331 /* OTRvCardYapDatabaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 633105331A16D1A300C17BAE /* OTRvCardYapDatabaseStorage.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
| 317 | 315 |
D93DDB481BA79A7200CD8331 /* OTRXMPPBuddyTimers.h in Headers */ = {isa = PBXBuildFile; fileRef = 633105351A16D1A300C17BAE /* OTRXMPPBuddyTimers.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
| 318 | 316 |
D93DDB491BA79A7200CD8331 /* OTRXMPPManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 633105371A16D1A300C17BAE /* OTRXMPPManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| ... | ... | |
| 486 | 484 |
D9ABD71F1ED787EE00219A9C /* OTRHTMLItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D9ABD71D1ED787EE00219A9C /* OTRHTMLItem.m */; };
|
| 487 | 485 |
D9ABD72B1ED7886100219A9C /* OTRTextItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D9ABD7291ED7886100219A9C /* OTRTextItem.h */; };
|
| 488 | 486 |
D9ABD72C1ED7886100219A9C /* OTRTextItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D9ABD72A1ED7886100219A9C /* OTRTextItem.m */; };
|
| 487 |
D9AC941A1FCD0DE50051B457 /* XMPPManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9AC94191FCD0DE50051B457 /* XMPPManager.swift */; };
|
|
| 489 | 488 |
D9AE3A111BA8CBFA00255537 /* OTRAssets.h in Headers */ = {isa = PBXBuildFile; fileRef = D9AE3A101BA8CBFA00255537 /* OTRAssets.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| 490 | 489 |
D9AE3A161BA8CBFA00255537 /* OTRAssets.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D9AE3A0E1BA8CBFA00255537 /* OTRAssets.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
| 491 | 490 |
D9AE3A1B1BA8CC8600255537 /* OTRSecrets.m in Sources */ = {isa = PBXBuildFile; fileRef = 633105F91A16D1A300C17BAE /* OTRSecrets.m */; };
|
| ... | ... | |
| 1125 | 1124 |
D9ABD71D1ED787EE00219A9C /* OTRHTMLItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTRHTMLItem.m; sourceTree = "<group>"; };
|
| 1126 | 1125 |
D9ABD7291ED7886100219A9C /* OTRTextItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OTRTextItem.h; sourceTree = "<group>"; };
|
| 1127 | 1126 |
D9ABD72A1ED7886100219A9C /* OTRTextItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTRTextItem.m; sourceTree = "<group>"; };
|
| 1127 |
D9AC94191FCD0DE50051B457 /* XMPPManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XMPPManager.swift; sourceTree = "<group>"; };
|
|
| 1128 | 1128 |
D9ADE5B71B606642009471FF /* OTRCircleButtonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OTRCircleButtonView.h; sourceTree = "<group>"; };
|
| 1129 | 1129 |
D9ADE5B81B606642009471FF /* OTRCircleButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTRCircleButtonView.m; sourceTree = "<group>"; };
|
| 1130 | 1130 |
D9AE3A0E1BA8CBFA00255537 /* OTRAssets.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OTRAssets.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| ... | ... | |
| 1422 | 1422 |
D9A7BCE61E4554E200888A8E /* OTRXMPPStream.m */, |
| 1423 | 1423 |
D9A7756D1E43F8A200027864 /* ProxyXMPPStream.h */, |
| 1424 | 1424 |
D9A7756E1E43F8A200027864 /* ProxyXMPPStream.m */, |
| 1425 |
D9BEF8DF1DCE6E12009945D1 /* OTRXMPPManager_Private.h */, |
|
| 1426 | 1425 |
63D639E11D12124F002B4175 /* OTRStreamManagementDelegate.swift */, |
| 1427 | 1426 |
633105351A16D1A300C17BAE /* OTRXMPPBuddyTimers.h */, |
| 1428 | 1427 |
633105361A16D1A300C17BAE /* OTRXMPPBuddyTimers.m */, |
| 1428 |
D9BEF8DF1DCE6E12009945D1 /* OTRXMPPManager_Private.h */, |
|
| 1429 | 1429 |
633105371A16D1A300C17BAE /* OTRXMPPManager.h */, |
| 1430 | 1430 |
633105381A16D1A300C17BAE /* OTRXMPPManager.m */, |
| 1431 |
D9AC94191FCD0DE50051B457 /* XMPPManager.swift */, |
|
| 1431 | 1432 |
636985581BC875110083FC53 /* OTRXMPPRoomManager.h */, |
| 1432 | 1433 |
636985591BC875110083FC53 /* OTRXMPPRoomManager.m */, |
| 1433 | 1434 |
6331053B1A16D1A300C17BAE /* OTRXMPPTorManager.h */, |
| ... | ... | |
| 2211 | 2212 |
D93DDBA81BA79AAA00CD8331 /* OTRXMPPServerListViewController.h in Headers */, |
| 2212 | 2213 |
D93DDB4E1BA79A7300CD8331 /* OTRXMPPServerInfo.h in Headers */, |
| 2213 | 2214 |
D93DDB931BA79A9400CD8331 /* OTRXMPPPresenceSubscriptionRequest.h in Headers */, |
| 2214 |
D93DDB461BA79A7200CD8331 /* OTRXMPPMessageYapStorage.h in Headers */, |
|
| 2215 | 2215 |
D93DDB9F1BA79AA100CD8331 /* OTRXMPPError.h in Headers */, |
| 2216 | 2216 |
D93DDB481BA79A7200CD8331 /* OTRXMPPBuddyTimers.h in Headers */, |
| 2217 | 2217 |
D93DDB921BA79A9300CD8331 /* OTRXMPPBuddy.h in Headers */, |
| ... | ... | |
| 3093 | 3093 |
D98BA36E1EDE47F3004475B6 /* HTMLPreviewView.swift in Sources */, |
| 3094 | 3094 |
D943AA421E6A0BA3007F3564 /* XMPPAccountCell.swift in Sources */, |
| 3095 | 3095 |
D93DDA911BA79A2400CD8331 /* OTRStreamManagementYapStorage.m in Sources */, |
| 3096 |
D93DDA921BA79A2400CD8331 /* OTRXMPPMessageYapStorage.m in Sources */, |
|
| 3097 | 3096 |
D93DDA931BA79A2400CD8331 /* OTRvCardYapDatabaseStorage.m in Sources */, |
| 3098 | 3097 |
D93DDA941BA79A2400CD8331 /* OTRXMPPBuddyTimers.m in Sources */, |
| 3099 | 3098 |
D9A7BCE81E4554E200888A8E /* OTRXMPPStream.m in Sources */, |
| ... | ... | |
| 3116 | 3115 |
D93DDABC1BA79A2500CD8331 /* OTROpenInFacebookActivity.m in Sources */, |
| 3117 | 3116 |
D9B9B1331DC7F3AC0007F5A7 /* UserInfoProfileCell.swift in Sources */, |
| 3118 | 3117 |
D97070A71EEF3909004FEBDE /* MediaDownloadView.swift in Sources */, |
| 3118 |
D9AC941A1FCD0DE50051B457 /* XMPPManager.swift in Sources */, |
|
| 3119 | 3119 |
D93DDABD1BA79A2500CD8331 /* OTROpenInTwitterActivity.m in Sources */, |
| 3120 | 3120 |
63BAB26D1C863C60005185F3 /* PushMessage.swift in Sources */, |
| 3121 | 3121 |
D93DDABE1BA79A2500CD8331 /* OTRQRCodeActivity.m in Sources */, |
Also available in: Unified diff