|
@@ -7,6 +7,7 @@
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
+ 21D54500299415B9008B54D5 /* Character+Extentions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D544FF299415B9008B54D5 /* Character+Extentions.swift */; };
|
|
21D6C941260623F500D0755A /* NotificationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D6C9392606190600D0755A /* NotificationManager.swift */; };
|
|
21D6C941260623F500D0755A /* NotificationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D6C9392606190600D0755A /* NotificationManager.swift */; };
|
|
3008CB7224F93EB900E6A617 /* AudioMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7124F93EB900E6A617 /* AudioMessageCell.swift */; };
|
|
3008CB7224F93EB900E6A617 /* AudioMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7124F93EB900E6A617 /* AudioMessageCell.swift */; };
|
|
3008CB7424F9436C00E6A617 /* AudioPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7324F9436C00E6A617 /* AudioPlayerView.swift */; };
|
|
3008CB7424F9436C00E6A617 /* AudioPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3008CB7324F9436C00E6A617 /* AudioPlayerView.swift */; };
|
|
@@ -250,6 +251,7 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
08432784282DC739B8EAC1E2 /* Pods-DcShare.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DcShare.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DcShare/Pods-DcShare.debug.xcconfig"; sourceTree = "<group>"; };
|
|
08432784282DC739B8EAC1E2 /* Pods-DcShare.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DcShare.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DcShare/Pods-DcShare.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
+ 21D544FF299415B9008B54D5 /* Character+Extentions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Character+Extentions.swift"; sourceTree = "<group>"; };
|
|
21D6C9392606190600D0755A /* NotificationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationManager.swift; sourceTree = "<group>"; };
|
|
21D6C9392606190600D0755A /* NotificationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationManager.swift; 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>"; };
|
|
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; };
|
|
@@ -651,6 +653,7 @@
|
|
302B84CD2397F6CD001C261F /* URL+Extension.swift */,
|
|
302B84CD2397F6CD001C261F /* URL+Extension.swift */,
|
|
AE0AA957247834A400D42A7F /* Date+Extension.swift */,
|
|
AE0AA957247834A400D42A7F /* Date+Extension.swift */,
|
|
AE6EC5232497663200A400E4 /* UIImageView+Extensions.swift */,
|
|
AE6EC5232497663200A400E4 /* UIImageView+Extensions.swift */,
|
|
|
|
+ 21D544FF299415B9008B54D5 /* Character+Extentions.swift */,
|
|
);
|
|
);
|
|
path = Extensions;
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1570,6 +1573,7 @@
|
|
3080A028277DE12D00E74565 /* InputBarSendButton.swift in Sources */,
|
|
3080A028277DE12D00E74565 /* InputBarSendButton.swift in Sources */,
|
|
AE0AA958247834A400D42A7F /* Date+Extension.swift in Sources */,
|
|
AE0AA958247834A400D42A7F /* Date+Extension.swift in Sources */,
|
|
307D822E241669C7006D2490 /* LocationManager.swift in Sources */,
|
|
307D822E241669C7006D2490 /* LocationManager.swift in Sources */,
|
|
|
|
+ 21D54500299415B9008B54D5 /* Character+Extentions.swift in Sources */,
|
|
30238CFF28A5554C00EF14AC /* FileHelper.swift in Sources */,
|
|
30238CFF28A5554C00EF14AC /* FileHelper.swift in Sources */,
|
|
AE851AD0227DF50900ED86F0 /* GroupChatDetailViewController.swift in Sources */,
|
|
AE851AD0227DF50900ED86F0 /* GroupChatDetailViewController.swift in Sources */,
|
|
30FDB72124D838240066C48D /* BaseMessageCell.swift in Sources */,
|
|
30FDB72124D838240066C48D /* BaseMessageCell.swift in Sources */,
|