|
@@ -154,6 +154,7 @@
|
|
|
B20462E62440C99600367A57 /* SettingsAutodelSetController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20462E52440C99600367A57 /* SettingsAutodelSetController.swift */; };
|
|
|
B21005DB23383664004C70C5 /* SettingsClassicViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21005DA23383664004C70C5 /* SettingsClassicViewController.swift */; };
|
|
|
B26B3BC7236DC3DC008ED35A /* SwitchCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B26B3BC6236DC3DC008ED35A /* SwitchCell.swift */; };
|
|
|
+ B2C42570265C325C00B95377 /* MultilineLabelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C4256F265C325C00B95377 /* MultilineLabelCell.swift */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -461,6 +462,7 @@
|
|
|
B2B9BC1026245F2200F35832 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
|
B2B9BC1126245F2200F35832 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
B2B9BC1226245F2200F35832 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = cs; path = cs.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
|
|
|
+ B2C4256F265C325C00B95377 /* MultilineLabelCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultilineLabelCell.swift; sourceTree = "<group>"; };
|
|
|
C1B60449B860342EE5F2AD54 /* Pods-DcShare.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DcShare.release.xcconfig"; path = "Pods/Target Support Files/Pods-DcShare/Pods-DcShare.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
FECB35E2B04CD5F5D02C157A /* Pods-deltachat-iosTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-iosTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-iosTests/Pods-deltachat-iosTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
@@ -835,6 +837,7 @@
|
|
|
70B8882D2091B8550074812E /* ContactCell.swift */,
|
|
|
78ED839321D5AF8A00243125 /* QrCodeView.swift */,
|
|
|
78ED838221D5379000243125 /* TextFieldCell.swift */,
|
|
|
+ B2C4256F265C325C00B95377 /* MultilineLabelCell.swift */,
|
|
|
30260CA6238F02F700D8D52C /* MultilineTextFieldCell.swift */,
|
|
|
AE38B31722672DFC00EC37A1 /* ActionCell.swift */,
|
|
|
AE25F08F22807AD800CDEA66 /* AvatarSelectionCell.swift */,
|
|
@@ -1286,6 +1289,7 @@
|
|
|
7A0052C81FBE6CB40048C3BF /* NewContactController.swift in Sources */,
|
|
|
AEE56D762253431E007DC082 /* AccountSetupController.swift in Sources */,
|
|
|
AE8F503524753DFE007FEE0B /* GalleryViewController.swift in Sources */,
|
|
|
+ B2C42570265C325C00B95377 /* MultilineLabelCell.swift in Sources */,
|
|
|
AEE6EC412282DF5700EDC689 /* MailboxViewController.swift in Sources */,
|
|
|
AEF53BD5248904BF00D309C1 /* GalleryTimeLabel.swift in Sources */,
|
|
|
AEE6EC482283045D00EDC689 /* EditSettingsController.swift in Sources */,
|