Revision af89c1fb ChatSecure.xcodeproj/project.pbxproj
ChatSecure.xcodeproj/project.pbxproj | ||
---|---|---|
109 | 109 |
63FCB1371DA3224A00A801F2 /* OTRSignalEncryptionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63FCB1361DA3224A00A801F2 /* OTRSignalEncryptionHelper.swift */; }; |
110 | 110 |
7A6540ECCA04445E88F06962 /* Pods_ChatSecureCorePods_ChatSecureTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 281981F599E0F5C8397E6A3F /* Pods_ChatSecureCorePods_ChatSecureTests.framework */; }; |
111 | 111 |
8F56C3272EBE7F45BC8F925A /* OTRMessagesLoadingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8F56C50436DA64774EBB16E3 /* OTRMessagesLoadingView.xib */; }; |
112 |
9212364E1FCD779D009F97F0 /* OTRMessageUnknownSenderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9212364C1FCD779C009F97F0 /* OTRMessageUnknownSenderCell.swift */; }; |
|
113 |
921236501FCD77B7009F97F0 /* OTRMessageUnknownSenderCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9212364D1FCD779C009F97F0 /* OTRMessageUnknownSenderCell.xib */; }; |
|
112 | 114 |
9236F56B1F21FFA600C963D0 /* OTRGroupAvatarGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9236F56A1F21FFA600C963D0 /* OTRGroupAvatarGenerator.swift */; }; |
113 | 115 |
924F67C51EA5541C00528FB6 /* MigrationInfoHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 924F67C41EA5541C00528FB6 /* MigrationInfoHeaderView.xib */; }; |
114 | 116 |
924F67C71EA55C6F00528FB6 /* MigrationInfoHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 924F67C61EA55C6F00528FB6 /* MigrationInfoHeaderView.swift */; }; |
... | ... | |
1019 | 1021 |
7A62FCE8FEC1E7C9644F8C38 /* Pods-ChatSecureCorePods-ChatSecure.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatSecureCorePods-ChatSecure.release.xcconfig"; path = "Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecure/Pods-ChatSecureCorePods-ChatSecure.release.xcconfig"; sourceTree = "<group>"; }; |
1020 | 1022 |
8F56C50436DA64774EBB16E3 /* OTRMessagesLoadingView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = OTRMessagesLoadingView.xib; sourceTree = "<group>"; }; |
1021 | 1023 |
9118152C0A7B287ABD07FF70 /* Pods-ChatSecureCorePods-ChatSecureCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatSecureCorePods-ChatSecureCore.release.xcconfig"; path = "Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecureCore/Pods-ChatSecureCorePods-ChatSecureCore.release.xcconfig"; sourceTree = "<group>"; }; |
1024 |
9212364C1FCD779C009F97F0 /* OTRMessageUnknownSenderCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OTRMessageUnknownSenderCell.swift; sourceTree = "<group>"; }; |
|
1025 |
9212364D1FCD779C009F97F0 /* OTRMessageUnknownSenderCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = OTRMessageUnknownSenderCell.xib; sourceTree = "<group>"; }; |
|
1022 | 1026 |
9236F56A1F21FFA600C963D0 /* OTRGroupAvatarGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OTRGroupAvatarGenerator.swift; sourceTree = "<group>"; }; |
1023 | 1027 |
924F67C41EA5541C00528FB6 /* MigrationInfoHeaderView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = MigrationInfoHeaderView.xib; path = Interface/MigrationInfoHeaderView.xib; sourceTree = "<group>"; }; |
1024 | 1028 |
924F67C61EA55C6F00528FB6 /* MigrationInfoHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationInfoHeaderView.swift; sourceTree = "<group>"; }; |
... | ... | |
1745 | 1749 |
D9C6E6A01B71575300572273 /* OTRUsernameCell.swift */, |
1746 | 1750 |
92CC68F01F42FF8D0006CDF8 /* OTRComposeGroupBuddyCell.swift */, |
1747 | 1751 |
92CC68F21F43054E0006CDF8 /* OTRComposeGroupBuddyCell.xib */, |
1752 |
9212364C1FCD779C009F97F0 /* OTRMessageUnknownSenderCell.swift */, |
|
1753 |
9212364D1FCD779C009F97F0 /* OTRMessageUnknownSenderCell.xib */, |
|
1748 | 1754 |
); |
1749 | 1755 |
path = Cells; |
1750 | 1756 |
sourceTree = "<group>"; |
... | ... | |
2635 | 2641 |
D97070921EEF382D004FEBDE /* MediaDownloadView.xib in Resources */, |
2636 | 2642 |
924F68591EA7A31A00528FB6 /* MigratedBuddyHeaderView.xib in Resources */, |
2637 | 2643 |
8F56C3272EBE7F45BC8F925A /* OTRMessagesLoadingView.xib in Resources */, |
2644 |
921236501FCD77B7009F97F0 /* OTRMessageUnknownSenderCell.xib in Resources */, |
|
2638 | 2645 |
); |
2639 | 2646 |
runOnlyForDeploymentPostprocessing = 0; |
2640 | 2647 |
}; |
... | ... | |
3067 | 3074 |
D93DDA861BA79A2400CD8331 /* OTREncryptionManager.m in Sources */, |
3068 | 3075 |
D93DDA881BA79A2400CD8331 /* OTROAuthRefresher.m in Sources */, |
3069 | 3076 |
6340431B1BD5BCD800ECA95A /* OTRXMPPRoomMessage.swift in Sources */, |
3077 |
9212364E1FCD779D009F97F0 /* OTRMessageUnknownSenderCell.swift in Sources */, |
|
3070 | 3078 |
D93DDA891BA79A2400CD8331 /* OTRProtocolManager.m in Sources */, |
3071 | 3079 |
63DC417B1BB3767100D42857 /* Errors.swift in Sources */, |
3072 | 3080 |
D93DDA8A1BA79A2400CD8331 /* OTRSettingsManager.m in Sources */, |
Also available in: Unified diff