|
@@ -82,6 +82,7 @@
|
|
3060119C22DDE24000C1CE6F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3060119E22DDE24000C1CE6F /* Localizable.strings */; };
|
|
3060119C22DDE24000C1CE6F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3060119E22DDE24000C1CE6F /* Localizable.strings */; };
|
|
306011B622E5E7FB00C1CE6F /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 306011B422E5E7FB00C1CE6F /* Localizable.stringsdict */; };
|
|
306011B622E5E7FB00C1CE6F /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 306011B422E5E7FB00C1CE6F /* Localizable.stringsdict */; };
|
|
30A4D9AE2332672700544344 /* QrInviteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A4D9AD2332672600544344 /* QrInviteViewController.swift */; };
|
|
30A4D9AE2332672700544344 /* QrInviteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A4D9AD2332672600544344 /* QrInviteViewController.swift */; };
|
|
|
|
+ 30F9B9EC235F2116006E7ACF /* MessageCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30F9B9EB235F2116006E7ACF /* MessageCounter.swift */; };
|
|
6795F63A82E94FF7CD2CEC0F /* Pods_deltachat_iosTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */; };
|
|
6795F63A82E94FF7CD2CEC0F /* Pods_deltachat_iosTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */; };
|
|
7070FB9B2101ECBB000DC258 /* GroupNameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7070FB9A2101ECBB000DC258 /* GroupNameController.swift */; };
|
|
7070FB9B2101ECBB000DC258 /* GroupNameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7070FB9A2101ECBB000DC258 /* GroupNameController.swift */; };
|
|
7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7092474020B3869500AF8799 /* ContactDetailViewController.swift */; };
|
|
7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7092474020B3869500AF8799 /* ContactDetailViewController.swift */; };
|
|
@@ -287,6 +288,7 @@
|
|
306011C822E5E83100C1CE6F /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
|
|
306011C822E5E83100C1CE6F /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
|
|
306011C922E5E83500C1CE6F /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = uk; path = uk.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
|
|
306011C922E5E83500C1CE6F /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = uk; path = uk.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
|
|
30A4D9AD2332672600544344 /* QrInviteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrInviteViewController.swift; sourceTree = "<group>"; };
|
|
30A4D9AD2332672600544344 /* QrInviteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrInviteViewController.swift; sourceTree = "<group>"; };
|
|
|
|
+ 30F9B9EB235F2116006E7ACF /* MessageCounter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCounter.swift; sourceTree = "<group>"; };
|
|
6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
7070FB9A2101ECBB000DC258 /* GroupNameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupNameController.swift; sourceTree = "<group>"; };
|
|
7070FB9A2101ECBB000DC258 /* GroupNameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupNameController.swift; sourceTree = "<group>"; };
|
|
7092474020B3869500AF8799 /* ContactDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactDetailViewController.swift; sourceTree = "<group>"; };
|
|
7092474020B3869500AF8799 /* ContactDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactDetailViewController.swift; sourceTree = "<group>"; };
|
|
@@ -705,6 +707,7 @@
|
|
AE728F14229D5C390047565B /* PhotoPickerAlertAction.swift */,
|
|
AE728F14229D5C390047565B /* PhotoPickerAlertAction.swift */,
|
|
AE52EA18229EB53C00C586C9 /* ContactDetailHeader.swift */,
|
|
AE52EA18229EB53C00C586C9 /* ContactDetailHeader.swift */,
|
|
AE9DAF0E22C278C6004C9591 /* ChatTitleView.swift */,
|
|
AE9DAF0E22C278C6004C9591 /* ChatTitleView.swift */,
|
|
|
|
+ 30F9B9EB235F2116006E7ACF /* MessageCounter.swift */,
|
|
);
|
|
);
|
|
path = View;
|
|
path = View;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1113,6 +1116,7 @@
|
|
7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */,
|
|
7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */,
|
|
300C50A1234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift in Sources */,
|
|
300C50A1234BDAB800F8AE22 /* TextMediaMessageSizeCalculator.swift in Sources */,
|
|
AE18F292228C17BC0007B1BE /* PortSettingsController.swift in Sources */,
|
|
AE18F292228C17BC0007B1BE /* PortSettingsController.swift in Sources */,
|
|
|
|
+ 30F9B9EC235F2116006E7ACF /* MessageCounter.swift in Sources */,
|
|
305961F12346125100C80F33 /* ContactMessageCell.swift in Sources */,
|
|
305961F12346125100C80F33 /* ContactMessageCell.swift in Sources */,
|
|
AE851AD0227DF50900ED86F0 /* GroupChatDetailViewController.swift in Sources */,
|
|
AE851AD0227DF50900ED86F0 /* GroupChatDetailViewController.swift in Sources */,
|
|
305961D12346125100C80F33 /* Bundle+Extensions.swift in Sources */,
|
|
305961D12346125100C80F33 /* Bundle+Extensions.swift in Sources */,
|