|
@@ -89,6 +89,7 @@
|
|
|
305FE03623A81B4C0053BE90 /* PaddingLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 305FE03523A81B4C0053BE90 /* PaddingLabel.swift */; };
|
|
|
3060119C22DDE24000C1CE6F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3060119E22DDE24000C1CE6F /* Localizable.strings */; };
|
|
|
306011B622E5E7FB00C1CE6F /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 306011B422E5E7FB00C1CE6F /* Localizable.stringsdict */; };
|
|
|
+ 306C32322445CDE9001D89F3 /* DcLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306C32312445CDE9001D89F3 /* DcLogger.swift */; };
|
|
|
307D822E241669C7006D2490 /* LocationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307D822D241669C7006D2490 /* LocationManager.swift */; };
|
|
|
3095A351237DD1F700AB07F7 /* MediaPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3095A350237DD1F700AB07F7 /* MediaPicker.swift */; };
|
|
|
30A4D9AE2332672700544344 /* QrInviteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A4D9AD2332672600544344 /* QrInviteViewController.swift */; };
|
|
@@ -331,6 +332,7 @@
|
|
|
306011C722E5E82E00C1CE6F /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = lt; path = lt.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>"; };
|
|
|
+ 306C32312445CDE9001D89F3 /* DcLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DcLogger.swift; sourceTree = "<group>"; };
|
|
|
307D822D241669C7006D2490 /* LocationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManager.swift; sourceTree = "<group>"; };
|
|
|
3095A350237DD1F700AB07F7 /* MediaPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaPicker.swift; sourceTree = "<group>"; };
|
|
|
30A4D9AD2332672600544344 /* QrInviteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrInviteViewController.swift; sourceTree = "<group>"; };
|
|
@@ -475,6 +477,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
304219D82440734A00516852 /* DcMsg+Extension.swift */,
|
|
|
+ 306C32312445CDE9001D89F3 /* DcLogger.swift */,
|
|
|
);
|
|
|
path = DC;
|
|
|
sourceTree = "<group>";
|
|
@@ -1206,6 +1209,7 @@
|
|
|
AEE6EC3F2282C59C00EDC689 /* GroupMembersViewController.swift in Sources */,
|
|
|
B26B3BC7236DC3DC008ED35A /* SwitchCell.swift in Sources */,
|
|
|
AEE700252438E0E500D6992E /* ProgressAlertHandler.swift in Sources */,
|
|
|
+ 306C32322445CDE9001D89F3 /* DcLogger.swift in Sources */,
|
|
|
78E45E3A21D3CFBC00D4B15E /* SettingsController.swift in Sources */,
|
|
|
AE8519EA2272FDCA00ED86F0 /* DeviceContactsHandler.swift in Sources */,
|
|
|
3059620B2346125100C80F33 /* LocationMessageSizeCalculator.swift in Sources */,
|