|
@@ -87,6 +87,7 @@
|
|
7AE0A5491FC42F65005ECB4B /* NewChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE0A5481FC42F65005ECB4B /* NewChatViewController.swift */; };
|
|
7AE0A5491FC42F65005ECB4B /* NewChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE0A5481FC42F65005ECB4B /* NewChatViewController.swift */; };
|
|
8B6D425BC604F7C43B65D436 /* Pods_deltachat_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */; };
|
|
8B6D425BC604F7C43B65D436 /* Pods_deltachat_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */; };
|
|
AE0D26FD1FB1FE88002FAFCE /* ChatListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */; };
|
|
AE0D26FD1FB1FE88002FAFCE /* ChatListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */; };
|
|
|
|
+ AE18F292228C17BC0007B1BE /* PortSettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE18F291228C17BC0007B1BE /* PortSettingsController.swift */; };
|
|
AE25F09022807AD800CDEA66 /* GroupNameCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */; };
|
|
AE25F09022807AD800CDEA66 /* GroupNameCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */; };
|
|
AE38B31822672DFC00EC37A1 /* ActionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE38B31722672DFC00EC37A1 /* ActionCell.swift */; };
|
|
AE38B31822672DFC00EC37A1 /* ActionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE38B31722672DFC00EC37A1 /* ActionCell.swift */; };
|
|
AE38B31A2267328200EC37A1 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE38B3192267328200EC37A1 /* Colors.swift */; };
|
|
AE38B31A2267328200EC37A1 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE38B3192267328200EC37A1 /* Colors.swift */; };
|
|
@@ -281,6 +282,7 @@
|
|
8DE110C607A0E4485C43B5FA /* Pods-deltachat-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-ios.debug.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios.debug.xcconfig"; sourceTree = "<group>"; };
|
|
8DE110C607A0E4485C43B5FA /* Pods-deltachat-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-ios.debug.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios.debug.xcconfig"; sourceTree = "<group>"; };
|
|
A8615D4600859851E53CAA9C /* Pods-deltachat-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-ios.release.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios.release.xcconfig"; sourceTree = "<group>"; };
|
|
A8615D4600859851E53CAA9C /* Pods-deltachat-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-ios.release.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios.release.xcconfig"; sourceTree = "<group>"; };
|
|
AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatListController.swift; sourceTree = "<group>"; };
|
|
AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatListController.swift; sourceTree = "<group>"; };
|
|
|
|
+ AE18F291228C17BC0007B1BE /* PortSettingsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PortSettingsController.swift; sourceTree = "<group>"; };
|
|
AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupNameCell.swift; sourceTree = "<group>"; };
|
|
AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupNameCell.swift; sourceTree = "<group>"; };
|
|
AE38B31722672DFC00EC37A1 /* ActionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCell.swift; sourceTree = "<group>"; };
|
|
AE38B31722672DFC00EC37A1 /* ActionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCell.swift; sourceTree = "<group>"; };
|
|
AE38B3192267328200EC37A1 /* Colors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
|
|
AE38B3192267328200EC37A1 /* Colors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
|
|
@@ -567,6 +569,14 @@
|
|
name = Pods;
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ AE18F28B228C17630007B1BE /* AccountSetup */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ AE18F291228C17BC0007B1BE /* PortSettingsController.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = AccountSetup;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
AE851A02227AECDE00ED86F0 /* deltachat-iosTests */ = {
|
|
AE851A02227AECDE00ED86F0 /* deltachat-iosTests */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -589,6 +599,7 @@
|
|
AE851AC0227C693B00ED86F0 /* Controller */ = {
|
|
AE851AC0227C693B00ED86F0 /* Controller */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ AE18F28B228C17630007B1BE /* AccountSetup */,
|
|
78E45E3D21D3D28C00D4B15E /* NavigationController.swift */,
|
|
78E45E3D21D3D28C00D4B15E /* NavigationController.swift */,
|
|
785BE16721E247F1003BE98C /* MessageInfoViewController.swift */,
|
|
785BE16721E247F1003BE98C /* MessageInfoViewController.swift */,
|
|
7A0052C71FBE6CB40048C3BF /* NewContactController.swift */,
|
|
7A0052C71FBE6CB40048C3BF /* NewContactController.swift */,
|
|
@@ -1014,6 +1025,7 @@
|
|
7A451D941FB1B1DB00177250 /* wrapper.c in Sources */,
|
|
7A451D941FB1B1DB00177250 /* wrapper.c in Sources */,
|
|
7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */,
|
|
7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */,
|
|
7070FB5E20FF345F000DC258 /* dc_token.c in Sources */,
|
|
7070FB5E20FF345F000DC258 /* dc_token.c in Sources */,
|
|
|
|
+ AE18F292228C17BC0007B1BE /* PortSettingsController.swift in Sources */,
|
|
AE851AD0227DF50900ED86F0 /* SingleChatDetailViewController.swift in Sources */,
|
|
AE851AD0227DF50900ED86F0 /* SingleChatDetailViewController.swift in Sources */,
|
|
7070FB6C20FF345F000DC258 /* dc_keyring.c in Sources */,
|
|
7070FB6C20FF345F000DC258 /* dc_keyring.c in Sources */,
|
|
7A451DB01FB1F84900177250 /* AppCoordinator.swift in Sources */,
|
|
7A451DB01FB1F84900177250 /* AppCoordinator.swift in Sources */,
|