|
@@ -19,6 +19,7 @@
|
|
30152C9A25A5D92200377714 /* DetectorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3052C60D253F088E007D13EA /* DetectorType.swift */; };
|
|
30152C9A25A5D92200377714 /* DetectorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3052C60D253F088E007D13EA /* DetectorType.swift */; };
|
|
30152C9D25A5D95400377714 /* MessageLabelDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3052C609253F082E007D13EA /* MessageLabelDelegate.swift */; };
|
|
30152C9D25A5D95400377714 /* MessageLabelDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3052C609253F082E007D13EA /* MessageLabelDelegate.swift */; };
|
|
30152CA025A5D97900377714 /* UIEdgeInsets+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 305961832346125000C80F33 /* UIEdgeInsets+Extensions.swift */; };
|
|
30152CA025A5D97900377714 /* UIEdgeInsets+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 305961832346125000C80F33 /* UIEdgeInsets+Extensions.swift */; };
|
|
|
|
+ 3015627028633FD20010A3A8 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3015626F28633FD20010A3A8 /* WebView.swift */; };
|
|
3015634423A003BA00E9DEF4 /* AudioRecorderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3015634323A003BA00E9DEF4 /* AudioRecorderController.swift */; };
|
|
3015634423A003BA00E9DEF4 /* AudioRecorderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3015634323A003BA00E9DEF4 /* AudioRecorderController.swift */; };
|
|
3022E6BE22E8768800763272 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3022E6C022E8768800763272 /* InfoPlist.strings */; };
|
|
3022E6BE22E8768800763272 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3022E6C022E8768800763272 /* InfoPlist.strings */; };
|
|
302589FF2452FA280086C1CD /* ShareAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302589FE2452FA280086C1CD /* ShareAttachment.swift */; };
|
|
302589FF2452FA280086C1CD /* ShareAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302589FE2452FA280086C1CD /* ShareAttachment.swift */; };
|
|
@@ -245,6 +246,7 @@
|
|
3010968826838A040032CBA0 /* VideoInviteCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoInviteCell.swift; sourceTree = "<group>"; };
|
|
3010968826838A040032CBA0 /* VideoInviteCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoInviteCell.swift; sourceTree = "<group>"; };
|
|
3011E8042787365D00214221 /* KeychainManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = KeychainManager.swift; path = ../../DcCore/DcCore/Helper/KeychainManager.swift; sourceTree = "<group>"; };
|
|
3011E8042787365D00214221 /* KeychainManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = KeychainManager.swift; path = ../../DcCore/DcCore/Helper/KeychainManager.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>"; };
|
|
|
|
+ 3015626F28633FD20010A3A8 /* WebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
|
|
3015634323A003BA00E9DEF4 /* AudioRecorderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioRecorderController.swift; sourceTree = "<group>"; };
|
|
3015634323A003BA00E9DEF4 /* AudioRecorderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioRecorderController.swift; sourceTree = "<group>"; };
|
|
3022E6BF22E8768800763272 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3022E6BF22E8768800763272 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3022E6C122E8768C00763272 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3022E6C122E8768C00763272 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
@@ -1003,6 +1005,7 @@
|
|
30F4BFED252E3E020006B9B3 /* PaddingTextView.swift */,
|
|
30F4BFED252E3E020006B9B3 /* PaddingTextView.swift */,
|
|
305DDD8625DD97BF00974489 /* DynamicFontButton.swift */,
|
|
305DDD8625DD97BF00974489 /* DynamicFontButton.swift */,
|
|
30F4E2932859213300ACA0D8 /* ChatListEditingBar.swift */,
|
|
30F4E2932859213300ACA0D8 /* ChatListEditingBar.swift */,
|
|
|
|
+ 3015626F28633FD20010A3A8 /* WebView.swift */,
|
|
);
|
|
);
|
|
path = View;
|
|
path = View;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1437,6 +1440,7 @@
|
|
7AE0A5491FC42F65005ECB4B /* NewChatViewController.swift in Sources */,
|
|
7AE0A5491FC42F65005ECB4B /* NewChatViewController.swift in Sources */,
|
|
AE77838F23E4276D0093EABD /* ContactCellViewModel.swift in Sources */,
|
|
AE77838F23E4276D0093EABD /* ContactCellViewModel.swift in Sources */,
|
|
B20462E62440C99600367A57 /* SettingsAutodelSetController.swift in Sources */,
|
|
B20462E62440C99600367A57 /* SettingsAutodelSetController.swift in Sources */,
|
|
|
|
+ 3015627028633FD20010A3A8 /* WebView.swift in Sources */,
|
|
3015634423A003BA00E9DEF4 /* AudioRecorderController.swift in Sources */,
|
|
3015634423A003BA00E9DEF4 /* AudioRecorderController.swift in Sources */,
|
|
30F4E2942859213400ACA0D8 /* ChatListEditingBar.swift in Sources */,
|
|
30F4E2942859213400ACA0D8 /* ChatListEditingBar.swift in Sources */,
|
|
AE57C0802552BBD0003CFE70 /* GalleryItem.swift in Sources */,
|
|
AE57C0802552BBD0003CFE70 /* GalleryItem.swift in Sources */,
|