|
@@ -7,6 +7,9 @@
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
+ 3008CB7224F93EB900E6A617 /* NewAudioMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7124F93EB900E6A617 /* NewAudioMessageCell.swift */; };
|
|
|
|
+ 3008CB7424F9436C00E6A617 /* NewAudioPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7324F9436C00E6A617 /* NewAudioPlayerView.swift */; };
|
|
|
|
+ 3008CB7624F95B6D00E6A617 /* NewAudioController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7524F95B6D00E6A617 /* NewAudioController.swift */; };
|
|
300C509D234B551900F8AE22 /* TextMediaMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 300C509C234B551900F8AE22 /* TextMediaMessageCell.swift */; };
|
|
300C509D234B551900F8AE22 /* TextMediaMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 300C509C234B551900F8AE22 /* TextMediaMessageCell.swift */; };
|
|
300C50A1234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 300C50A0234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift */; };
|
|
300C50A1234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 300C50A0234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift */; };
|
|
30149D9322F21129003C12B5 /* QrViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30149D9222F21129003C12B5 /* QrViewController.swift */; };
|
|
30149D9322F21129003C12B5 /* QrViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30149D9222F21129003C12B5 /* QrViewController.swift */; };
|
|
@@ -246,6 +249,9 @@
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
21EE28844E7A690D73BF5285 /* Pods-deltachat-iosTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-iosTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-iosTests/Pods-deltachat-iosTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
21EE28844E7A690D73BF5285 /* Pods-deltachat-iosTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-iosTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-iosTests/Pods-deltachat-iosTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_iosTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_iosTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ 3008CB7124F93EB900E6A617 /* NewAudioMessageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewAudioMessageCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ 3008CB7324F9436C00E6A617 /* NewAudioPlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewAudioPlayerView.swift; sourceTree = "<group>"; };
|
|
|
|
+ 3008CB7524F95B6D00E6A617 /* NewAudioController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewAudioController.swift; sourceTree = "<group>"; };
|
|
300C509C234B551900F8AE22 /* TextMediaMessageCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextMediaMessageCell.swift; sourceTree = "<group>"; };
|
|
300C509C234B551900F8AE22 /* TextMediaMessageCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextMediaMessageCell.swift; sourceTree = "<group>"; };
|
|
300C50A0234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextMediaMessageSizeCalculator.swift; sourceTree = "<group>"; };
|
|
300C50A0234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextMediaMessageSizeCalculator.swift; sourceTree = "<group>"; };
|
|
30149D9222F21129003C12B5 /* QrViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrViewController.swift; sourceTree = "<group>"; };
|
|
30149D9222F21129003C12B5 /* QrViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrViewController.swift; sourceTree = "<group>"; };
|
|
@@ -786,6 +792,7 @@
|
|
30FDB6B224D18E390066C48D /* Chat */ = {
|
|
30FDB6B224D18E390066C48D /* Chat */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 3008CB7524F95B6D00E6A617 /* NewAudioController.swift */,
|
|
30FDB6F824D1C1000066C48D /* ChatViewControllerNew.swift */,
|
|
30FDB6F824D1C1000066C48D /* ChatViewControllerNew.swift */,
|
|
30FDB6B524D193DD0066C48D /* Views */,
|
|
30FDB6B524D193DD0066C48D /* Views */,
|
|
);
|
|
);
|
|
@@ -798,6 +805,7 @@
|
|
30FDB6B624D193DD0066C48D /* Cells */,
|
|
30FDB6B624D193DD0066C48D /* Cells */,
|
|
30E348DE24F3F819005C93D1 /* ChatTableView.swift */,
|
|
30E348DE24F3F819005C93D1 /* ChatTableView.swift */,
|
|
30F8817524DA97DA0023780E /* BackgroundContainer.swift */,
|
|
30F8817524DA97DA0023780E /* BackgroundContainer.swift */,
|
|
|
|
+ 3008CB7324F9436C00E6A617 /* NewAudioPlayerView.swift */,
|
|
);
|
|
);
|
|
path = Views;
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -810,6 +818,7 @@
|
|
30E348E024F53772005C93D1 /* NewImageTextCell.swift */,
|
|
30E348E024F53772005C93D1 /* NewImageTextCell.swift */,
|
|
30E348E424F6647D005C93D1 /* NewFileTextCell.swift */,
|
|
30E348E424F6647D005C93D1 /* NewFileTextCell.swift */,
|
|
30A4149624F6EFBE00EC91EB /* NewInfoMessageCell.swift */,
|
|
30A4149624F6EFBE00EC91EB /* NewInfoMessageCell.swift */,
|
|
|
|
+ 3008CB7124F93EB900E6A617 /* NewAudioMessageCell.swift */,
|
|
);
|
|
);
|
|
path = Cells;
|
|
path = Cells;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1426,6 +1435,7 @@
|
|
305961F02346125100C80F33 /* NSConstraintLayoutSet.swift in Sources */,
|
|
305961F02346125100C80F33 /* NSConstraintLayoutSet.swift in Sources */,
|
|
3059620E234614E700C80F33 /* DcContact+Extension.swift in Sources */,
|
|
3059620E234614E700C80F33 /* DcContact+Extension.swift in Sources */,
|
|
AED423D7249F580700B6B2BB /* BlockedContactsViewController.swift in Sources */,
|
|
AED423D7249F580700B6B2BB /* BlockedContactsViewController.swift in Sources */,
|
|
|
|
+ 3008CB7424F9436C00E6A617 /* NewAudioPlayerView.swift in Sources */,
|
|
AED62BCE247687E6009E220D /* LocationStreamingIndicator.swift in Sources */,
|
|
AED62BCE247687E6009E220D /* LocationStreamingIndicator.swift in Sources */,
|
|
305961F72346125100C80F33 /* MessageCollectionViewCell.swift in Sources */,
|
|
305961F72346125100C80F33 /* MessageCollectionViewCell.swift in Sources */,
|
|
AE851AC9227C77CF00ED86F0 /* Media.swift in Sources */,
|
|
AE851AC9227C77CF00ED86F0 /* Media.swift in Sources */,
|
|
@@ -1461,6 +1471,7 @@
|
|
305961E42346125100C80F33 /* MessageKitDateFormatter.swift in Sources */,
|
|
305961E42346125100C80F33 /* MessageKitDateFormatter.swift in Sources */,
|
|
AEC67A1C241CE9E4007DDBE1 /* AppStateRestorer.swift in Sources */,
|
|
AEC67A1C241CE9E4007DDBE1 /* AppStateRestorer.swift in Sources */,
|
|
305961D32346125100C80F33 /* MessagesViewController+Keyboard.swift in Sources */,
|
|
305961D32346125100C80F33 /* MessagesViewController+Keyboard.swift in Sources */,
|
|
|
|
+ 3008CB7224F93EB900E6A617 /* NewAudioMessageCell.swift in Sources */,
|
|
305961EF2346125100C80F33 /* HorizontalEdgeInsets.swift in Sources */,
|
|
305961EF2346125100C80F33 /* HorizontalEdgeInsets.swift in Sources */,
|
|
305961D62346125100C80F33 /* MessageInputBar.swift in Sources */,
|
|
305961D62346125100C80F33 /* MessageInputBar.swift in Sources */,
|
|
305961ED2346125100C80F33 /* DetectorType.swift in Sources */,
|
|
305961ED2346125100C80F33 /* DetectorType.swift in Sources */,
|
|
@@ -1505,6 +1516,7 @@
|
|
AEE6EC482283045D00EDC689 /* EditSettingsController.swift in Sources */,
|
|
AEE6EC482283045D00EDC689 /* EditSettingsController.swift in Sources */,
|
|
30E348DF24F3F819005C93D1 /* ChatTableView.swift in Sources */,
|
|
30E348DF24F3F819005C93D1 /* ChatTableView.swift in Sources */,
|
|
30E348E124F53772005C93D1 /* NewImageTextCell.swift in Sources */,
|
|
30E348E124F53772005C93D1 /* NewImageTextCell.swift in Sources */,
|
|
|
|
+ 3008CB7624F95B6D00E6A617 /* NewAudioController.swift in Sources */,
|
|
305961DF2346125100C80F33 /* MessageCellDelegate.swift in Sources */,
|
|
305961DF2346125100C80F33 /* MessageCellDelegate.swift in Sources */,
|
|
302B84CE2397F6CD001C261F /* URL+Extension.swift in Sources */,
|
|
302B84CE2397F6CD001C261F /* URL+Extension.swift in Sources */,
|
|
7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */,
|
|
7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */,
|