project.pbxproj 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6795F63A82E94FF7CD2CEC0F /* Pods_deltachat_iosTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */; };
  10. 7070FB9B2101ECBB000DC258 /* GroupNameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7070FB9A2101ECBB000DC258 /* GroupNameController.swift */; };
  11. 7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7092474020B3869500AF8799 /* ContactDetailViewController.swift */; };
  12. 70B08FCD21073B910097D3EA /* NewGroupMemberChoiceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B08FCC21073B910097D3EA /* NewGroupMemberChoiceController.swift */; };
  13. 70B8882E2091B8550074812E /* ContactCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B8882D2091B8550074812E /* ContactCell.swift */; };
  14. 7837B64021E54DC600CDE126 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = 7837B63F21E54DC600CDE126 /* .swiftlint.yml */; };
  15. 785BE16821E247F1003BE98C /* MessageInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 785BE16721E247F1003BE98C /* MessageInfoViewController.swift */; };
  16. 787D669A229F2237000A7A9D /* libdeltachat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 787D6699229F2237000A7A9D /* libdeltachat.a */; };
  17. 789E879621D6CB58003ED1C5 /* QrCodeReaderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789E879521D6CB58003ED1C5 /* QrCodeReaderController.swift */; };
  18. 789E879D21D6DF86003ED1C5 /* ProgressHud.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789E879C21D6DF86003ED1C5 /* ProgressHud.swift */; };
  19. 78E45E3A21D3CFBC00D4B15E /* SettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78E45E3921D3CFBC00D4B15E /* SettingsController.swift */; };
  20. 78E45E3C21D3D03700D4B15E /* TextFieldTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78E45E3B21D3D03700D4B15E /* TextFieldTableViewCell.swift */; };
  21. 78E45E3E21D3D28C00D4B15E /* DCNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78E45E3D21D3D28C00D4B15E /* DCNavigationController.swift */; };
  22. 78E45E4021D3D70700D4B15E /* ContactListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78E45E3F21D3D70700D4B15E /* ContactListController.swift */; };
  23. 78E45E4421D3F14A00D4B15E /* UIImage+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78E45E4321D3F14A00D4B15E /* UIImage+Extension.swift */; };
  24. 78E45E4C21D404AE00D4B15E /* CustomMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78E45E4B21D404AE00D4B15E /* CustomMessageCell.swift */; };
  25. 78ED838321D5379000243125 /* TextFieldCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78ED838221D5379000243125 /* TextFieldCell.swift */; };
  26. 78ED838D21D577D000243125 /* events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78ED838C21D577D000243125 /* events.swift */; };
  27. 78ED838F21D5927A00243125 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78ED838E21D5927A00243125 /* ProfileViewController.swift */; };
  28. 78ED839421D5AF8A00243125 /* QrCodeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78ED839321D5AF8A00243125 /* QrCodeView.swift */; };
  29. 7A0052C81FBE6CB40048C3BF /* NewContactController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0052C71FBE6CB40048C3BF /* NewContactController.swift */; };
  30. 7A451D941FB1B1DB00177250 /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A451D921FB1B1DB00177250 /* wrapper.c */; };
  31. 7A451DB01FB1F84900177250 /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A451DAF1FB1F84900177250 /* AppCoordinator.swift */; };
  32. 7A451DBE1FB4AD0700177250 /* Wrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A451DBD1FB4AD0700177250 /* Wrapper.swift */; };
  33. 7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */; };
  34. 7A9FB14B1FB061E2001FEA36 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */; };
  35. 7A9FB14E1FB061E2001FEA36 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */; };
  36. 7AE0A5491FC42F65005ECB4B /* NewChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE0A5481FC42F65005ECB4B /* NewChatViewController.swift */; };
  37. 8B6D425BC604F7C43B65D436 /* Pods_deltachat_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */; };
  38. AE0D26FD1FB1FE88002FAFCE /* ChatListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */; };
  39. AE18F292228C17BC0007B1BE /* PortSettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE18F291228C17BC0007B1BE /* PortSettingsController.swift */; };
  40. AE18F294228C602A0007B1BE /* SecuritySettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE18F293228C602A0007B1BE /* SecuritySettingsController.swift */; };
  41. AE25F09022807AD800CDEA66 /* GroupNameCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */; };
  42. AE38B31822672DFC00EC37A1 /* ActionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE38B31722672DFC00EC37A1 /* ActionCell.swift */; };
  43. AE38B31A2267328200EC37A1 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE38B3192267328200EC37A1 /* Colors.swift */; };
  44. AE4AEE3522B1030D000AA495 /* PreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE4AEE3422B1030D000AA495 /* PreviewController.swift */; };
  45. AE52EA19229EB53C00C586C9 /* ContactDetailHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE52EA18229EB53C00C586C9 /* ContactDetailHeader.swift */; };
  46. AE52EA20229EB9F000C586C9 /* EditGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE52EA1F229EB9F000C586C9 /* EditGroupViewController.swift */; };
  47. AE728F15229D5C390047565B /* PhotoPickerAlertAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE728F14229D5C390047565B /* PhotoPickerAlertAction.swift */; };
  48. AE8519EA2272FDCA00ED86F0 /* DeviceContactsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8519E92272FDCA00ED86F0 /* DeviceContactsHandler.swift */; };
  49. AE851A04227AECDE00ED86F0 /* deltachat_iosTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE851A03227AECDE00ED86F0 /* deltachat_iosTests.swift */; };
  50. AE851AC5227C755A00ED86F0 /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE851AC4227C755A00ED86F0 /* Protocols.swift */; };
  51. AE851AC7227C776400ED86F0 /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE851AC6227C776400ED86F0 /* Location.swift */; };
  52. AE851AC9227C77CF00ED86F0 /* Media.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE851AC8227C77CF00ED86F0 /* Media.swift */; };
  53. AE851ACE227CA54400ED86F0 /* InitialsBadge.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE851ACD227CA54300ED86F0 /* InitialsBadge.swift */; };
  54. AE851AD0227DF50900ED86F0 /* GroupChatDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE851ACF227DF50900ED86F0 /* GroupChatDetailViewController.swift */; };
  55. AE9DAF0D22C1215D004C9591 /* EditContactController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9DAF0C22C1215D004C9591 /* EditContactController.swift */; };
  56. AE9DAF0F22C278C6004C9591 /* ChatTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9DAF0E22C278C6004C9591 /* ChatTitleView.swift */; };
  57. AEACE2DD1FB323CA00DCDD78 /* ChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEACE2DC1FB323CA00DCDD78 /* ChatViewController.swift */; };
  58. AEACE2DF1FB3246400DCDD78 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEACE2DE1FB3246400DCDD78 /* Message.swift */; };
  59. AEACE2E31FB32B5C00DCDD78 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEACE2E21FB32B5C00DCDD78 /* Constants.swift */; };
  60. AEACE2E51FB32E1900DCDD78 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEACE2E41FB32E1900DCDD78 /* Utils.swift */; };
  61. AEE56D762253431E007DC082 /* AccountSetupController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE56D752253431E007DC082 /* AccountSetupController.swift */; };
  62. AEE56D7D2253ADB4007DC082 /* HudHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE56D7C2253ADB4007DC082 /* HudHandler.swift */; };
  63. AEE56D80225504DB007DC082 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE56D7F225504DB007DC082 /* Extensions.swift */; };
  64. AEE6EC3F2282C59C00EDC689 /* GroupMembersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6EC3E2282C59C00EDC689 /* GroupMembersViewController.swift */; };
  65. AEE6EC412282DF5700EDC689 /* MailboxViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6EC402282DF5700EDC689 /* MailboxViewController.swift */; };
  66. AEE6EC482283045D00EDC689 /* EditSettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6EC472283045D00EDC689 /* EditSettingsController.swift */; };
  67. /* End PBXBuildFile section */
  68. /* Begin PBXContainerItemProxy section */
  69. AE851A06227AECDF00ED86F0 /* PBXContainerItemProxy */ = {
  70. isa = PBXContainerItemProxy;
  71. containerPortal = 7A9FB1381FB061E2001FEA36 /* Project object */;
  72. proxyType = 1;
  73. remoteGlobalIDString = 7A9FB13F1FB061E2001FEA36;
  74. remoteInfo = "deltachat-ios";
  75. };
  76. /* End PBXContainerItemProxy section */
  77. /* Begin PBXFileReference section */
  78. 21EE28844E7A690D73BF5285 /* Pods-deltachat-iosTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-deltachat-iosTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-deltachat-iosTests/Pods-deltachat-iosTests.debug.xcconfig"; sourceTree = "<group>"; };
  79. 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_iosTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  80. 6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  81. 7070FB9A2101ECBB000DC258 /* GroupNameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupNameController.swift; sourceTree = "<group>"; };
  82. 7092474020B3869500AF8799 /* ContactDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactDetailViewController.swift; sourceTree = "<group>"; };
  83. 70B08FCC21073B910097D3EA /* NewGroupMemberChoiceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewGroupMemberChoiceController.swift; sourceTree = "<group>"; };
  84. 70B8882D2091B8550074812E /* ContactCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactCell.swift; sourceTree = "<group>"; };
  85. 7837B63F21E54DC600CDE126 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; };
  86. 785BE16721E247F1003BE98C /* MessageInfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageInfoViewController.swift; sourceTree = "<group>"; };
  87. 787D6699229F2237000A7A9D /* libdeltachat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdeltachat.a; path = "deltachat-ios/libraries/deltachat-core-rust/target/universal/debug/libdeltachat.a"; sourceTree = "<group>"; };
  88. 789E879521D6CB58003ED1C5 /* QrCodeReaderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrCodeReaderController.swift; sourceTree = "<group>"; };
  89. 789E879C21D6DF86003ED1C5 /* ProgressHud.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressHud.swift; sourceTree = "<group>"; };
  90. 78C7036A21D46752005D4525 /* deltachat-ios.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "deltachat-ios.entitlements"; sourceTree = "<group>"; };
  91. 78E45E2121D1768900D4B15E /* src */ = {isa = PBXFileReference; lastKnownFileType = folder; name = src; path = "deltachat-ios/libraries/deltachat-core/src"; sourceTree = "<group>"; };
  92. 78E45E3921D3CFBC00D4B15E /* SettingsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsController.swift; sourceTree = "<group>"; };
  93. 78E45E3B21D3D03700D4B15E /* TextFieldTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewCell.swift; sourceTree = "<group>"; };
  94. 78E45E3D21D3D28C00D4B15E /* DCNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DCNavigationController.swift; sourceTree = "<group>"; };
  95. 78E45E3F21D3D70700D4B15E /* ContactListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactListController.swift; sourceTree = "<group>"; };
  96. 78E45E4321D3F14A00D4B15E /* UIImage+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extension.swift"; sourceTree = "<group>"; };
  97. 78E45E4B21D404AE00D4B15E /* CustomMessageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomMessageCell.swift; sourceTree = "<group>"; };
  98. 78ED838221D5379000243125 /* TextFieldCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFieldCell.swift; sourceTree = "<group>"; };
  99. 78ED838C21D577D000243125 /* events.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = events.swift; sourceTree = "<group>"; };
  100. 78ED838E21D5927A00243125 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
  101. 78ED839321D5AF8A00243125 /* QrCodeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrCodeView.swift; sourceTree = "<group>"; };
  102. 7A0052C71FBE6CB40048C3BF /* NewContactController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewContactController.swift; sourceTree = "<group>"; };
  103. 7A451D921FB1B1DB00177250 /* wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wrapper.c; sourceTree = "<group>"; };
  104. 7A451D931FB1B1DB00177250 /* wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wrapper.h; sourceTree = "<group>"; };
  105. 7A451DAF1FB1F84900177250 /* AppCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCoordinator.swift; sourceTree = "<group>"; };
  106. 7A451DBD1FB4AD0700177250 /* Wrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Wrapper.swift; sourceTree = "<group>"; };
  107. 7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "deltachat-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  108. 7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  109. 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  110. 7A9FB14D1FB061E2001FEA36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  111. 7A9FB14F1FB061E2001FEA36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  112. 7A9FB1561FB06540001FEA36 /* deltachat-ios-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "deltachat-ios-Bridging-Header.h"; sourceTree = "<group>"; };
  113. 7AE0A5481FC42F65005ECB4B /* NewChatViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewChatViewController.swift; sourceTree = "<group>"; };
  114. 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>"; };
  115. 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>"; };
  116. AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = ChatListController.swift; sourceTree = "<group>"; tabWidth = 4; };
  117. AE18F291228C17BC0007B1BE /* PortSettingsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PortSettingsController.swift; sourceTree = "<group>"; };
  118. AE18F293228C602A0007B1BE /* SecuritySettingsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecuritySettingsController.swift; sourceTree = "<group>"; };
  119. AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupNameCell.swift; sourceTree = "<group>"; };
  120. AE38B31722672DFC00EC37A1 /* ActionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCell.swift; sourceTree = "<group>"; };
  121. AE38B3192267328200EC37A1 /* Colors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
  122. AE4AEE3422B1030D000AA495 /* PreviewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewController.swift; sourceTree = "<group>"; };
  123. AE52EA18229EB53C00C586C9 /* ContactDetailHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactDetailHeader.swift; sourceTree = "<group>"; };
  124. AE52EA1F229EB9F000C586C9 /* EditGroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditGroupViewController.swift; sourceTree = "<group>"; };
  125. AE728F14229D5C390047565B /* PhotoPickerAlertAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoPickerAlertAction.swift; sourceTree = "<group>"; };
  126. AE8519E92272FDCA00ED86F0 /* DeviceContactsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceContactsHandler.swift; sourceTree = "<group>"; };
  127. AE851A01227AECDE00ED86F0 /* deltachat-iosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "deltachat-iosTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  128. AE851A03227AECDE00ED86F0 /* deltachat_iosTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = deltachat_iosTests.swift; sourceTree = "<group>"; };
  129. AE851A05227AECDF00ED86F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  130. AE851AC4227C755A00ED86F0 /* Protocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Protocols.swift; sourceTree = "<group>"; };
  131. AE851AC6227C776400ED86F0 /* Location.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Location.swift; sourceTree = "<group>"; };
  132. AE851AC8227C77CF00ED86F0 /* Media.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Media.swift; sourceTree = "<group>"; };
  133. AE851ACD227CA54300ED86F0 /* InitialsBadge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InitialsBadge.swift; sourceTree = "<group>"; };
  134. AE851ACF227DF50900ED86F0 /* GroupChatDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupChatDetailViewController.swift; sourceTree = "<group>"; };
  135. AE9DAF0C22C1215D004C9591 /* EditContactController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditContactController.swift; sourceTree = "<group>"; };
  136. AE9DAF0E22C278C6004C9591 /* ChatTitleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatTitleView.swift; sourceTree = "<group>"; };
  137. AEACE2DC1FB323CA00DCDD78 /* ChatViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatViewController.swift; sourceTree = "<group>"; };
  138. AEACE2DE1FB3246400DCDD78 /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
  139. AEACE2E21FB32B5C00DCDD78 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  140. AEACE2E41FB32E1900DCDD78 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  141. AEE56D752253431E007DC082 /* AccountSetupController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSetupController.swift; sourceTree = "<group>"; tabWidth = 4; };
  142. AEE56D7C2253ADB4007DC082 /* HudHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HudHandler.swift; sourceTree = "<group>"; };
  143. AEE56D7F225504DB007DC082 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
  144. AEE6EC3E2282C59C00EDC689 /* GroupMembersViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupMembersViewController.swift; sourceTree = "<group>"; };
  145. AEE6EC402282DF5700EDC689 /* MailboxViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MailboxViewController.swift; sourceTree = "<group>"; };
  146. AEE6EC472283045D00EDC689 /* EditSettingsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditSettingsController.swift; sourceTree = "<group>"; };
  147. 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>"; };
  148. /* End PBXFileReference section */
  149. /* Begin PBXFrameworksBuildPhase section */
  150. 7A9FB13D1FB061E2001FEA36 /* Frameworks */ = {
  151. isa = PBXFrameworksBuildPhase;
  152. buildActionMask = 2147483647;
  153. files = (
  154. 787D669A229F2237000A7A9D /* libdeltachat.a in Frameworks */,
  155. 8B6D425BC604F7C43B65D436 /* Pods_deltachat_ios.framework in Frameworks */,
  156. );
  157. runOnlyForDeploymentPostprocessing = 0;
  158. };
  159. AE8519FE227AECDE00ED86F0 /* Frameworks */ = {
  160. isa = PBXFrameworksBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. 6795F63A82E94FF7CD2CEC0F /* Pods_deltachat_iosTests.framework in Frameworks */,
  164. );
  165. runOnlyForDeploymentPostprocessing = 0;
  166. };
  167. /* End PBXFrameworksBuildPhase section */
  168. /* Begin PBXGroup section */
  169. 7A9FB1371FB061E2001FEA36 = {
  170. isa = PBXGroup;
  171. children = (
  172. 7837B63F21E54DC600CDE126 /* .swiftlint.yml */,
  173. 78E45E2121D1768900D4B15E /* src */,
  174. 7A9FB1421FB061E2001FEA36 /* deltachat-ios */,
  175. AE851A02227AECDE00ED86F0 /* deltachat-iosTests */,
  176. 7A9FB1411FB061E2001FEA36 /* Products */,
  177. 7A9FB4F81FB084E6001FEA36 /* Frameworks */,
  178. 7DB2DC4CCB84D323E5130F99 /* Pods */,
  179. );
  180. indentWidth = 4;
  181. sourceTree = "<group>";
  182. tabWidth = 4;
  183. usesTabs = 1;
  184. };
  185. 7A9FB1411FB061E2001FEA36 /* Products */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */,
  189. AE851A01227AECDE00ED86F0 /* deltachat-iosTests.xctest */,
  190. );
  191. name = Products;
  192. sourceTree = "<group>";
  193. };
  194. 7A9FB1421FB061E2001FEA36 /* deltachat-ios */ = {
  195. isa = PBXGroup;
  196. children = (
  197. 7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */,
  198. AE851ACA227C79CF00ED86F0 /* DC */,
  199. AE851AC3227C695900ED86F0 /* View */,
  200. AE851AC2227C695000ED86F0 /* Helper */,
  201. AE851AC1227C694300ED86F0 /* Coordinator */,
  202. AE851AC0227C693B00ED86F0 /* Controller */,
  203. AE851ABA227C692600ED86F0 /* Model */,
  204. AE851ACB227C7A5000ED86F0 /* Handler */,
  205. 7A9FB15B1FB07364001FEA36 /* libraries */,
  206. 7A9FB1561FB06540001FEA36 /* deltachat-ios-Bridging-Header.h */,
  207. 78C7036A21D46752005D4525 /* deltachat-ios.entitlements */,
  208. 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */,
  209. 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */,
  210. 7A9FB14F1FB061E2001FEA36 /* Info.plist */,
  211. 70B08FCC21073B910097D3EA /* NewGroupMemberChoiceController.swift */,
  212. );
  213. path = "deltachat-ios";
  214. sourceTree = "<group>";
  215. };
  216. 7A9FB15B1FB07364001FEA36 /* libraries */ = {
  217. isa = PBXGroup;
  218. children = (
  219. );
  220. name = libraries;
  221. sourceTree = "<group>";
  222. };
  223. 7A9FB4F81FB084E6001FEA36 /* Frameworks */ = {
  224. isa = PBXGroup;
  225. children = (
  226. 787D6699229F2237000A7A9D /* libdeltachat.a */,
  227. 6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */,
  228. 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */,
  229. );
  230. name = Frameworks;
  231. sourceTree = "<group>";
  232. };
  233. 7DB2DC4CCB84D323E5130F99 /* Pods */ = {
  234. isa = PBXGroup;
  235. children = (
  236. 8DE110C607A0E4485C43B5FA /* Pods-deltachat-ios.debug.xcconfig */,
  237. A8615D4600859851E53CAA9C /* Pods-deltachat-ios.release.xcconfig */,
  238. 21EE28844E7A690D73BF5285 /* Pods-deltachat-iosTests.debug.xcconfig */,
  239. FECB35E2B04CD5F5D02C157A /* Pods-deltachat-iosTests.release.xcconfig */,
  240. );
  241. name = Pods;
  242. sourceTree = "<group>";
  243. };
  244. AE18F28B228C17630007B1BE /* AccountSetup */ = {
  245. isa = PBXGroup;
  246. children = (
  247. AE18F291228C17BC0007B1BE /* PortSettingsController.swift */,
  248. AE18F293228C602A0007B1BE /* SecuritySettingsController.swift */,
  249. );
  250. path = AccountSetup;
  251. sourceTree = "<group>";
  252. };
  253. AE851A02227AECDE00ED86F0 /* deltachat-iosTests */ = {
  254. isa = PBXGroup;
  255. children = (
  256. AE851A03227AECDE00ED86F0 /* deltachat_iosTests.swift */,
  257. AE851A05227AECDF00ED86F0 /* Info.plist */,
  258. );
  259. path = "deltachat-iosTests";
  260. sourceTree = "<group>";
  261. };
  262. AE851ABA227C692600ED86F0 /* Model */ = {
  263. isa = PBXGroup;
  264. children = (
  265. AEACE2DE1FB3246400DCDD78 /* Message.swift */,
  266. AE851AC6227C776400ED86F0 /* Location.swift */,
  267. AE851AC8227C77CF00ED86F0 /* Media.swift */,
  268. );
  269. path = Model;
  270. sourceTree = "<group>";
  271. };
  272. AE851AC0227C693B00ED86F0 /* Controller */ = {
  273. isa = PBXGroup;
  274. children = (
  275. AE18F28B228C17630007B1BE /* AccountSetup */,
  276. 78E45E3D21D3D28C00D4B15E /* DCNavigationController.swift */,
  277. 785BE16721E247F1003BE98C /* MessageInfoViewController.swift */,
  278. 7A0052C71FBE6CB40048C3BF /* NewContactController.swift */,
  279. AEE56D752253431E007DC082 /* AccountSetupController.swift */,
  280. AEACE2DC1FB323CA00DCDD78 /* ChatViewController.swift */,
  281. 789E879521D6CB58003ED1C5 /* QrCodeReaderController.swift */,
  282. 7092474020B3869500AF8799 /* ContactDetailViewController.swift */,
  283. 7AE0A5481FC42F65005ECB4B /* NewChatViewController.swift */,
  284. AE0D26FC1FB1FE88002FAFCE /* ChatListController.swift */,
  285. 78E45E3F21D3D70700D4B15E /* ContactListController.swift */,
  286. 78ED838E21D5927A00243125 /* ProfileViewController.swift */,
  287. 78E45E3921D3CFBC00D4B15E /* SettingsController.swift */,
  288. 7070FB9A2101ECBB000DC258 /* GroupNameController.swift */,
  289. AE851ACF227DF50900ED86F0 /* GroupChatDetailViewController.swift */,
  290. AEE6EC3E2282C59C00EDC689 /* GroupMembersViewController.swift */,
  291. AEE6EC402282DF5700EDC689 /* MailboxViewController.swift */,
  292. AEE6EC472283045D00EDC689 /* EditSettingsController.swift */,
  293. AE52EA1F229EB9F000C586C9 /* EditGroupViewController.swift */,
  294. AE4AEE3422B1030D000AA495 /* PreviewController.swift */,
  295. AE9DAF0C22C1215D004C9591 /* EditContactController.swift */,
  296. );
  297. path = Controller;
  298. sourceTree = "<group>";
  299. };
  300. AE851AC1227C694300ED86F0 /* Coordinator */ = {
  301. isa = PBXGroup;
  302. children = (
  303. 7A451DAF1FB1F84900177250 /* AppCoordinator.swift */,
  304. );
  305. path = Coordinator;
  306. sourceTree = "<group>";
  307. };
  308. AE851AC2227C695000ED86F0 /* Helper */ = {
  309. isa = PBXGroup;
  310. children = (
  311. AEACE2E21FB32B5C00DCDD78 /* Constants.swift */,
  312. 78E45E4321D3F14A00D4B15E /* UIImage+Extension.swift */,
  313. AEACE2E41FB32E1900DCDD78 /* Utils.swift */,
  314. AEE56D7F225504DB007DC082 /* Extensions.swift */,
  315. AE38B3192267328200EC37A1 /* Colors.swift */,
  316. AE851AC4227C755A00ED86F0 /* Protocols.swift */,
  317. );
  318. path = Helper;
  319. sourceTree = "<group>";
  320. };
  321. AE851AC3227C695900ED86F0 /* View */ = {
  322. isa = PBXGroup;
  323. children = (
  324. 78E45E4B21D404AE00D4B15E /* CustomMessageCell.swift */,
  325. 70B8882D2091B8550074812E /* ContactCell.swift */,
  326. 78ED839321D5AF8A00243125 /* QrCodeView.swift */,
  327. 78ED838221D5379000243125 /* TextFieldCell.swift */,
  328. 78E45E3B21D3D03700D4B15E /* TextFieldTableViewCell.swift */,
  329. 789E879C21D6DF86003ED1C5 /* ProgressHud.swift */,
  330. AE38B31722672DFC00EC37A1 /* ActionCell.swift */,
  331. AE851ACD227CA54300ED86F0 /* InitialsBadge.swift */,
  332. AE25F08F22807AD800CDEA66 /* GroupNameCell.swift */,
  333. AE728F14229D5C390047565B /* PhotoPickerAlertAction.swift */,
  334. AE52EA18229EB53C00C586C9 /* ContactDetailHeader.swift */,
  335. AE9DAF0E22C278C6004C9591 /* ChatTitleView.swift */,
  336. );
  337. path = View;
  338. sourceTree = "<group>";
  339. };
  340. AE851ACA227C79CF00ED86F0 /* DC */ = {
  341. isa = PBXGroup;
  342. children = (
  343. 7A451D931FB1B1DB00177250 /* wrapper.h */,
  344. 7A451DBD1FB4AD0700177250 /* Wrapper.swift */,
  345. 78ED838C21D577D000243125 /* events.swift */,
  346. 7A451D921FB1B1DB00177250 /* wrapper.c */,
  347. );
  348. path = DC;
  349. sourceTree = "<group>";
  350. };
  351. AE851ACB227C7A5000ED86F0 /* Handler */ = {
  352. isa = PBXGroup;
  353. children = (
  354. AEE56D7C2253ADB4007DC082 /* HudHandler.swift */,
  355. AE8519E92272FDCA00ED86F0 /* DeviceContactsHandler.swift */,
  356. );
  357. path = Handler;
  358. sourceTree = "<group>";
  359. };
  360. /* End PBXGroup section */
  361. /* Begin PBXNativeTarget section */
  362. 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */ = {
  363. isa = PBXNativeTarget;
  364. buildConfigurationList = 7A9FB1521FB061E2001FEA36 /* Build configuration list for PBXNativeTarget "deltachat-ios" */;
  365. buildPhases = (
  366. 58C9D79942D26B7F8F210DA1 /* [CP] Check Pods Manifest.lock */,
  367. 787D6698229F20B8000A7A9D /* ShellScript */,
  368. 7A9FB13C1FB061E2001FEA36 /* Sources */,
  369. 7A9FB13D1FB061E2001FEA36 /* Frameworks */,
  370. 7A9FB13E1FB061E2001FEA36 /* Resources */,
  371. 30C8FE37A924BE7AFF9661C1 /* [CP] Embed Pods Frameworks */,
  372. 7837B63821E54CB400CDE126 /* Run Script */,
  373. 7837B64621E5532B00CDE126 /* ShellScript */,
  374. );
  375. buildRules = (
  376. );
  377. dependencies = (
  378. );
  379. name = "deltachat-ios";
  380. productName = "deltachat-ios";
  381. productReference = 7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */;
  382. productType = "com.apple.product-type.application";
  383. };
  384. AE851A00227AECDE00ED86F0 /* deltachat-iosTests */ = {
  385. isa = PBXNativeTarget;
  386. buildConfigurationList = AE851A08227AECDF00ED86F0 /* Build configuration list for PBXNativeTarget "deltachat-iosTests" */;
  387. buildPhases = (
  388. 672D4B67EDB340ABE3316BC8 /* [CP] Check Pods Manifest.lock */,
  389. AE8519FD227AECDE00ED86F0 /* Sources */,
  390. AE8519FE227AECDE00ED86F0 /* Frameworks */,
  391. AE8519FF227AECDE00ED86F0 /* Resources */,
  392. );
  393. buildRules = (
  394. );
  395. dependencies = (
  396. AE851A07227AECDF00ED86F0 /* PBXTargetDependency */,
  397. );
  398. name = "deltachat-iosTests";
  399. productName = "deltachat-iosTests";
  400. productReference = AE851A01227AECDE00ED86F0 /* deltachat-iosTests.xctest */;
  401. productType = "com.apple.product-type.bundle.unit-test";
  402. };
  403. /* End PBXNativeTarget section */
  404. /* Begin PBXProject section */
  405. 7A9FB1381FB061E2001FEA36 /* Project object */ = {
  406. isa = PBXProject;
  407. attributes = {
  408. LastSwiftUpdateCheck = 1020;
  409. LastUpgradeCheck = 0930;
  410. ORGANIZATIONNAME = "Jonas Reinsch";
  411. TargetAttributes = {
  412. 7A9FB13F1FB061E2001FEA36 = {
  413. CreatedOnToolsVersion = 9.1;
  414. LastSwiftMigration = 1000;
  415. ProvisioningStyle = Automatic;
  416. SystemCapabilities = {
  417. com.apple.ApplicationGroups.iOS = {
  418. enabled = 1;
  419. };
  420. com.apple.BackgroundModes = {
  421. enabled = 1;
  422. };
  423. com.apple.Push = {
  424. enabled = 1;
  425. };
  426. com.apple.SafariKeychain = {
  427. enabled = 1;
  428. };
  429. };
  430. };
  431. AE851A00227AECDE00ED86F0 = {
  432. CreatedOnToolsVersion = 10.2.1;
  433. ProvisioningStyle = Automatic;
  434. TestTargetID = 7A9FB13F1FB061E2001FEA36;
  435. };
  436. };
  437. };
  438. buildConfigurationList = 7A9FB13B1FB061E2001FEA36 /* Build configuration list for PBXProject "deltachat-ios" */;
  439. compatibilityVersion = "Xcode 8.0";
  440. developmentRegion = en;
  441. hasScannedForEncodings = 0;
  442. knownRegions = (
  443. en,
  444. Base,
  445. );
  446. mainGroup = 7A9FB1371FB061E2001FEA36;
  447. productRefGroup = 7A9FB1411FB061E2001FEA36 /* Products */;
  448. projectDirPath = "";
  449. projectRoot = "";
  450. targets = (
  451. 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */,
  452. AE851A00227AECDE00ED86F0 /* deltachat-iosTests */,
  453. );
  454. };
  455. /* End PBXProject section */
  456. /* Begin PBXResourcesBuildPhase section */
  457. 7A9FB13E1FB061E2001FEA36 /* Resources */ = {
  458. isa = PBXResourcesBuildPhase;
  459. buildActionMask = 2147483647;
  460. files = (
  461. 7837B64021E54DC600CDE126 /* .swiftlint.yml in Resources */,
  462. 7A9FB14E1FB061E2001FEA36 /* LaunchScreen.storyboard in Resources */,
  463. 7A9FB14B1FB061E2001FEA36 /* Assets.xcassets in Resources */,
  464. );
  465. runOnlyForDeploymentPostprocessing = 0;
  466. };
  467. AE8519FF227AECDE00ED86F0 /* Resources */ = {
  468. isa = PBXResourcesBuildPhase;
  469. buildActionMask = 2147483647;
  470. files = (
  471. );
  472. runOnlyForDeploymentPostprocessing = 0;
  473. };
  474. /* End PBXResourcesBuildPhase section */
  475. /* Begin PBXShellScriptBuildPhase section */
  476. 30C8FE37A924BE7AFF9661C1 /* [CP] Embed Pods Frameworks */ = {
  477. isa = PBXShellScriptBuildPhase;
  478. buildActionMask = 2147483647;
  479. files = (
  480. );
  481. inputPaths = (
  482. "${PODS_ROOT}/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios-frameworks.sh",
  483. "${BUILT_PRODUCTS_DIR}/ALCameraViewController/ALCameraViewController.framework",
  484. "${BUILT_PRODUCTS_DIR}/DBDebugToolkit/DBDebugToolkit.framework",
  485. "${BUILT_PRODUCTS_DIR}/InputBarAccessoryView/InputBarAccessoryView.framework",
  486. "${BUILT_PRODUCTS_DIR}/JGProgressHUD/JGProgressHUD.framework",
  487. "${BUILT_PRODUCTS_DIR}/MessageKit/MessageKit.framework",
  488. "${BUILT_PRODUCTS_DIR}/QuickTableViewController/QuickTableViewController.framework",
  489. "${BUILT_PRODUCTS_DIR}/ReachabilitySwift/Reachability.framework",
  490. "${BUILT_PRODUCTS_DIR}/SwiftyBeaver/SwiftyBeaver.framework",
  491. "${BUILT_PRODUCTS_DIR}/UICircularProgressRing/UICircularProgressRing.framework",
  492. );
  493. name = "[CP] Embed Pods Frameworks";
  494. outputPaths = (
  495. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ALCameraViewController.framework",
  496. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DBDebugToolkit.framework",
  497. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/InputBarAccessoryView.framework",
  498. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JGProgressHUD.framework",
  499. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MessageKit.framework",
  500. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QuickTableViewController.framework",
  501. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework",
  502. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyBeaver.framework",
  503. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/UICircularProgressRing.framework",
  504. );
  505. runOnlyForDeploymentPostprocessing = 0;
  506. shellPath = /bin/sh;
  507. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios-frameworks.sh\"\n";
  508. showEnvVarsInLog = 0;
  509. };
  510. 58C9D79942D26B7F8F210DA1 /* [CP] Check Pods Manifest.lock */ = {
  511. isa = PBXShellScriptBuildPhase;
  512. buildActionMask = 2147483647;
  513. files = (
  514. );
  515. inputPaths = (
  516. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  517. "${PODS_ROOT}/Manifest.lock",
  518. );
  519. name = "[CP] Check Pods Manifest.lock";
  520. outputPaths = (
  521. "$(DERIVED_FILE_DIR)/Pods-deltachat-ios-checkManifestLockResult.txt",
  522. );
  523. runOnlyForDeploymentPostprocessing = 0;
  524. shellPath = /bin/sh;
  525. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  526. showEnvVarsInLog = 0;
  527. };
  528. 672D4B67EDB340ABE3316BC8 /* [CP] Check Pods Manifest.lock */ = {
  529. isa = PBXShellScriptBuildPhase;
  530. buildActionMask = 2147483647;
  531. files = (
  532. );
  533. inputFileListPaths = (
  534. );
  535. inputPaths = (
  536. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  537. "${PODS_ROOT}/Manifest.lock",
  538. );
  539. name = "[CP] Check Pods Manifest.lock";
  540. outputFileListPaths = (
  541. );
  542. outputPaths = (
  543. "$(DERIVED_FILE_DIR)/Pods-deltachat-iosTests-checkManifestLockResult.txt",
  544. );
  545. runOnlyForDeploymentPostprocessing = 0;
  546. shellPath = /bin/sh;
  547. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  548. showEnvVarsInLog = 0;
  549. };
  550. 7837B63821E54CB400CDE126 /* Run Script */ = {
  551. isa = PBXShellScriptBuildPhase;
  552. buildActionMask = 2147483647;
  553. files = (
  554. );
  555. inputFileListPaths = (
  556. );
  557. inputPaths = (
  558. );
  559. name = "Run Script";
  560. outputFileListPaths = (
  561. );
  562. outputPaths = (
  563. );
  564. runOnlyForDeploymentPostprocessing = 0;
  565. shellPath = /bin/sh;
  566. shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\"\n";
  567. };
  568. 7837B64621E5532B00CDE126 /* ShellScript */ = {
  569. isa = PBXShellScriptBuildPhase;
  570. buildActionMask = 2147483647;
  571. files = (
  572. );
  573. inputFileListPaths = (
  574. );
  575. inputPaths = (
  576. );
  577. outputFileListPaths = (
  578. );
  579. outputPaths = (
  580. );
  581. runOnlyForDeploymentPostprocessing = 0;
  582. shellPath = /bin/sh;
  583. shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\"\n";
  584. };
  585. 787D6698229F20B8000A7A9D /* ShellScript */ = {
  586. isa = PBXShellScriptBuildPhase;
  587. buildActionMask = 2147483647;
  588. files = (
  589. );
  590. inputFileListPaths = (
  591. );
  592. inputPaths = (
  593. );
  594. outputFileListPaths = (
  595. );
  596. outputPaths = (
  597. );
  598. runOnlyForDeploymentPostprocessing = 0;
  599. shellPath = /bin/sh;
  600. shellScript = "# The $PATH used by XCode likely won't contain Cargo, fix that.\n# This assumes a default `rustup` setup.\nexport PATH=\"$HOME/.cargo/bin:$PATH\"\n\n# ensure all targets are installed\nrustup target add aarch64-apple-ios x86_64-apple-ios --toolchain `cat deltachat-ios/libraries/deltachat-core-rust/rust-toolchain`\n\n# --xcode-integ determines --release and --targets from XCode's env vars.\n# Depending your setup, specify the rustup toolchain explicitly.\ncargo +`cat deltachat-ios/libraries/deltachat-core-rust/rust-toolchain` lipo --release --manifest-path deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi/Cargo.toml --no-default-features --features nightly\n";
  601. };
  602. /* End PBXShellScriptBuildPhase section */
  603. /* Begin PBXSourcesBuildPhase section */
  604. 7A9FB13C1FB061E2001FEA36 /* Sources */ = {
  605. isa = PBXSourcesBuildPhase;
  606. buildActionMask = 2147483647;
  607. files = (
  608. 78ED839421D5AF8A00243125 /* QrCodeView.swift in Sources */,
  609. AE851AC9227C77CF00ED86F0 /* Media.swift in Sources */,
  610. AEACE2DF1FB3246400DCDD78 /* Message.swift in Sources */,
  611. AE9DAF0F22C278C6004C9591 /* ChatTitleView.swift in Sources */,
  612. AE4AEE3522B1030D000AA495 /* PreviewController.swift in Sources */,
  613. 7070FB9B2101ECBB000DC258 /* GroupNameController.swift in Sources */,
  614. AE52EA19229EB53C00C586C9 /* ContactDetailHeader.swift in Sources */,
  615. 78E45E4421D3F14A00D4B15E /* UIImage+Extension.swift in Sources */,
  616. AE52EA20229EB9F000C586C9 /* EditGroupViewController.swift in Sources */,
  617. 70B08FCD21073B910097D3EA /* NewGroupMemberChoiceController.swift in Sources */,
  618. 78E45E3E21D3D28C00D4B15E /* DCNavigationController.swift in Sources */,
  619. 78E45E4021D3D70700D4B15E /* ContactListController.swift in Sources */,
  620. AE18F294228C602A0007B1BE /* SecuritySettingsController.swift in Sources */,
  621. 78ED838D21D577D000243125 /* events.swift in Sources */,
  622. AE851AC7227C776400ED86F0 /* Location.swift in Sources */,
  623. 7AE0A5491FC42F65005ECB4B /* NewChatViewController.swift in Sources */,
  624. AE25F09022807AD800CDEA66 /* GroupNameCell.swift in Sources */,
  625. AEE6EC3F2282C59C00EDC689 /* GroupMembersViewController.swift in Sources */,
  626. 78E45E3A21D3CFBC00D4B15E /* SettingsController.swift in Sources */,
  627. AE8519EA2272FDCA00ED86F0 /* DeviceContactsHandler.swift in Sources */,
  628. 78ED838321D5379000243125 /* TextFieldCell.swift in Sources */,
  629. 78E45E3C21D3D03700D4B15E /* TextFieldTableViewCell.swift in Sources */,
  630. AE0D26FD1FB1FE88002FAFCE /* ChatListController.swift in Sources */,
  631. AEE56D80225504DB007DC082 /* Extensions.swift in Sources */,
  632. 7A0052C81FBE6CB40048C3BF /* NewContactController.swift in Sources */,
  633. AEE56D762253431E007DC082 /* AccountSetupController.swift in Sources */,
  634. AEACE2DD1FB323CA00DCDD78 /* ChatViewController.swift in Sources */,
  635. AEE6EC412282DF5700EDC689 /* MailboxViewController.swift in Sources */,
  636. 78ED838F21D5927A00243125 /* ProfileViewController.swift in Sources */,
  637. AEE6EC482283045D00EDC689 /* EditSettingsController.swift in Sources */,
  638. 7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */,
  639. AEE56D7D2253ADB4007DC082 /* HudHandler.swift in Sources */,
  640. AEACE2E51FB32E1900DCDD78 /* Utils.swift in Sources */,
  641. 789E879D21D6DF86003ED1C5 /* ProgressHud.swift in Sources */,
  642. 78E45E4C21D404AE00D4B15E /* CustomMessageCell.swift in Sources */,
  643. AE38B31A2267328200EC37A1 /* Colors.swift in Sources */,
  644. 789E879621D6CB58003ED1C5 /* QrCodeReaderController.swift in Sources */,
  645. 7A451DBE1FB4AD0700177250 /* Wrapper.swift in Sources */,
  646. AE851ACE227CA54400ED86F0 /* InitialsBadge.swift in Sources */,
  647. 70B8882E2091B8550074812E /* ContactCell.swift in Sources */,
  648. 7A451D941FB1B1DB00177250 /* wrapper.c in Sources */,
  649. 7092474120B3869500AF8799 /* ContactDetailViewController.swift in Sources */,
  650. AE18F292228C17BC0007B1BE /* PortSettingsController.swift in Sources */,
  651. AE851AD0227DF50900ED86F0 /* GroupChatDetailViewController.swift in Sources */,
  652. 7A451DB01FB1F84900177250 /* AppCoordinator.swift in Sources */,
  653. AE38B31822672DFC00EC37A1 /* ActionCell.swift in Sources */,
  654. AE9DAF0D22C1215D004C9591 /* EditContactController.swift in Sources */,
  655. 785BE16821E247F1003BE98C /* MessageInfoViewController.swift in Sources */,
  656. AE851AC5227C755A00ED86F0 /* Protocols.swift in Sources */,
  657. AE728F15229D5C390047565B /* PhotoPickerAlertAction.swift in Sources */,
  658. AEACE2E31FB32B5C00DCDD78 /* Constants.swift in Sources */,
  659. );
  660. runOnlyForDeploymentPostprocessing = 0;
  661. };
  662. AE8519FD227AECDE00ED86F0 /* Sources */ = {
  663. isa = PBXSourcesBuildPhase;
  664. buildActionMask = 2147483647;
  665. files = (
  666. AE851A04227AECDE00ED86F0 /* deltachat_iosTests.swift in Sources */,
  667. );
  668. runOnlyForDeploymentPostprocessing = 0;
  669. };
  670. /* End PBXSourcesBuildPhase section */
  671. /* Begin PBXTargetDependency section */
  672. AE851A07227AECDF00ED86F0 /* PBXTargetDependency */ = {
  673. isa = PBXTargetDependency;
  674. target = 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */;
  675. targetProxy = AE851A06227AECDF00ED86F0 /* PBXContainerItemProxy */;
  676. };
  677. /* End PBXTargetDependency section */
  678. /* Begin PBXVariantGroup section */
  679. 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */ = {
  680. isa = PBXVariantGroup;
  681. children = (
  682. 7A9FB14D1FB061E2001FEA36 /* Base */,
  683. );
  684. name = LaunchScreen.storyboard;
  685. sourceTree = "<group>";
  686. };
  687. /* End PBXVariantGroup section */
  688. /* Begin XCBuildConfiguration section */
  689. 7A9FB1501FB061E2001FEA36 /* Debug */ = {
  690. isa = XCBuildConfiguration;
  691. buildSettings = {
  692. ALWAYS_SEARCH_USER_PATHS = NO;
  693. CLANG_ANALYZER_NONNULL = YES;
  694. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  695. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  696. CLANG_CXX_LIBRARY = "libc++";
  697. CLANG_ENABLE_MODULES = YES;
  698. CLANG_ENABLE_OBJC_ARC = YES;
  699. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  700. CLANG_WARN_BOOL_CONVERSION = YES;
  701. CLANG_WARN_COMMA = YES;
  702. CLANG_WARN_CONSTANT_CONVERSION = YES;
  703. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  704. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  705. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  706. CLANG_WARN_EMPTY_BODY = YES;
  707. CLANG_WARN_ENUM_CONVERSION = YES;
  708. CLANG_WARN_INFINITE_RECURSION = YES;
  709. CLANG_WARN_INT_CONVERSION = YES;
  710. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  711. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  712. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  713. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  714. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  715. CLANG_WARN_STRICT_PROTOTYPES = YES;
  716. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  717. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  718. CLANG_WARN_UNREACHABLE_CODE = YES;
  719. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  720. CODE_SIGN_IDENTITY = "iPhone Developer";
  721. COPY_PHASE_STRIP = NO;
  722. DEBUG_INFORMATION_FORMAT = dwarf;
  723. ENABLE_STRICT_OBJC_MSGSEND = YES;
  724. ENABLE_TESTABILITY = YES;
  725. GCC_C_LANGUAGE_STANDARD = gnu11;
  726. GCC_DYNAMIC_NO_PIC = NO;
  727. GCC_NO_COMMON_BLOCKS = YES;
  728. GCC_OPTIMIZATION_LEVEL = 0;
  729. GCC_PREPROCESSOR_DEFINITIONS = (
  730. "DEBUG=1",
  731. "$(inherited)",
  732. );
  733. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  734. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  735. GCC_WARN_UNDECLARED_SELECTOR = YES;
  736. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  737. GCC_WARN_UNUSED_FUNCTION = YES;
  738. GCC_WARN_UNUSED_VARIABLE = YES;
  739. IPHONEOS_DEPLOYMENT_TARGET = 11.1;
  740. MTL_ENABLE_DEBUG_INFO = YES;
  741. ONLY_ACTIVE_ARCH = YES;
  742. SDKROOT = iphoneos;
  743. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  744. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  745. };
  746. name = Debug;
  747. };
  748. 7A9FB1511FB061E2001FEA36 /* Release */ = {
  749. isa = XCBuildConfiguration;
  750. buildSettings = {
  751. ALWAYS_SEARCH_USER_PATHS = NO;
  752. CLANG_ANALYZER_NONNULL = YES;
  753. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  754. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  755. CLANG_CXX_LIBRARY = "libc++";
  756. CLANG_ENABLE_MODULES = YES;
  757. CLANG_ENABLE_OBJC_ARC = YES;
  758. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  759. CLANG_WARN_BOOL_CONVERSION = YES;
  760. CLANG_WARN_COMMA = YES;
  761. CLANG_WARN_CONSTANT_CONVERSION = YES;
  762. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  763. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  764. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  765. CLANG_WARN_EMPTY_BODY = YES;
  766. CLANG_WARN_ENUM_CONVERSION = YES;
  767. CLANG_WARN_INFINITE_RECURSION = YES;
  768. CLANG_WARN_INT_CONVERSION = YES;
  769. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  770. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  771. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  772. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  773. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  774. CLANG_WARN_STRICT_PROTOTYPES = YES;
  775. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  776. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  777. CLANG_WARN_UNREACHABLE_CODE = YES;
  778. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  779. CODE_SIGN_IDENTITY = "iPhone Developer";
  780. COPY_PHASE_STRIP = NO;
  781. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  782. ENABLE_NS_ASSERTIONS = NO;
  783. ENABLE_STRICT_OBJC_MSGSEND = YES;
  784. GCC_C_LANGUAGE_STANDARD = gnu11;
  785. GCC_NO_COMMON_BLOCKS = YES;
  786. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  787. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  788. GCC_WARN_UNDECLARED_SELECTOR = YES;
  789. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  790. GCC_WARN_UNUSED_FUNCTION = YES;
  791. GCC_WARN_UNUSED_VARIABLE = YES;
  792. IPHONEOS_DEPLOYMENT_TARGET = 11.1;
  793. MTL_ENABLE_DEBUG_INFO = NO;
  794. SDKROOT = iphoneos;
  795. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  796. VALIDATE_PRODUCT = YES;
  797. };
  798. name = Release;
  799. };
  800. 7A9FB1531FB061E2001FEA36 /* Debug */ = {
  801. isa = XCBuildConfiguration;
  802. baseConfigurationReference = 8DE110C607A0E4485C43B5FA /* Pods-deltachat-ios.debug.xcconfig */;
  803. buildSettings = {
  804. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  805. CLANG_ENABLE_MODULES = YES;
  806. CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
  807. CODE_SIGN_IDENTITY = "iPhone Developer";
  808. CODE_SIGN_STYLE = Automatic;
  809. DEVELOPMENT_TEAM = "";
  810. ENABLE_BITCODE = NO;
  811. HEADER_SEARCH_PATHS = (
  812. "$(inherited)",
  813. "deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  814. /usr/local/include,
  815. );
  816. INFOPLIST_FILE = "deltachat-ios/Info.plist";
  817. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  818. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  819. LIBRARY_SEARCH_PATHS = (
  820. "$(inherited)",
  821. "$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  822. "$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
  823. "$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
  824. );
  825. OTHER_CFLAGS = (
  826. "$(inherited)",
  827. "-isystem",
  828. "\"${PODS_CONFIGURATION_BUILD_DIR}/ALCameraViewController/ALCameraViewController.framework/Headers\"",
  829. "-isystem",
  830. "\"${PODS_CONFIGURATION_BUILD_DIR}/DBDebugToolkit/DBDebugToolkit.framework/Headers\"",
  831. "-isystem",
  832. "\"${PODS_CONFIGURATION_BUILD_DIR}/JGProgressHUD/JGProgressHUD.framework/Headers\"",
  833. "-isystem",
  834. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageInputBar/MessageInputBar.framework/Headers\"",
  835. "-isystem",
  836. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageKit/MessageKit.framework/Headers\"",
  837. "-isystem",
  838. "\"${PODS_CONFIGURATION_BUILD_DIR}/QuickTableViewController/QuickTableViewController.framework/Headers\"",
  839. "-isystem",
  840. "\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers\"",
  841. "-isystem",
  842. "\"${PODS_CONFIGURATION_BUILD_DIR}/SwiftyBeaver/SwiftyBeaver.framework/Headers\"",
  843. "-iframework",
  844. "\"${PODS_CONFIGURATION_BUILD_DIR}/ALCameraViewController\"",
  845. "-iframework",
  846. "\"${PODS_CONFIGURATION_BUILD_DIR}/DBDebugToolkit\"",
  847. "-iframework",
  848. "\"${PODS_CONFIGURATION_BUILD_DIR}/JGProgressHUD\"",
  849. "-iframework",
  850. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageInputBar\"",
  851. "-iframework",
  852. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageKit\"",
  853. "-iframework",
  854. "\"${PODS_CONFIGURATION_BUILD_DIR}/QuickTableViewController\"",
  855. "-iframework",
  856. "\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift\"",
  857. "-iframework",
  858. "\"${PODS_CONFIGURATION_BUILD_DIR}/SwiftyBeaver\"",
  859. );
  860. OTHER_LDFLAGS = "$(inherited)";
  861. PRODUCT_BUNDLE_IDENTIFIER = chat.delta;
  862. PRODUCT_NAME = "$(TARGET_NAME)";
  863. PROVISIONING_PROFILE_SPECIFIER = "";
  864. SWIFT_OBJC_BRIDGING_HEADER = "deltachat-ios/deltachat-ios-Bridging-Header.h";
  865. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  866. SWIFT_VERSION = 4.2;
  867. TARGETED_DEVICE_FAMILY = "1,2";
  868. };
  869. name = Debug;
  870. };
  871. 7A9FB1541FB061E2001FEA36 /* Release */ = {
  872. isa = XCBuildConfiguration;
  873. baseConfigurationReference = A8615D4600859851E53CAA9C /* Pods-deltachat-ios.release.xcconfig */;
  874. buildSettings = {
  875. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  876. CLANG_ENABLE_MODULES = YES;
  877. CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
  878. CODE_SIGN_IDENTITY = "iPhone Developer";
  879. CODE_SIGN_STYLE = Automatic;
  880. DEVELOPMENT_TEAM = "";
  881. ENABLE_BITCODE = NO;
  882. HEADER_SEARCH_PATHS = (
  883. "$(inherited)",
  884. "deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  885. /usr/local/include,
  886. );
  887. INFOPLIST_FILE = "deltachat-ios/Info.plist";
  888. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  889. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  890. LIBRARY_SEARCH_PATHS = (
  891. "$(inherited)",
  892. "$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  893. "$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
  894. "$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
  895. );
  896. OTHER_CFLAGS = (
  897. "$(inherited)",
  898. "-isystem",
  899. "\"${PODS_CONFIGURATION_BUILD_DIR}/ALCameraViewController/ALCameraViewController.framework/Headers\"",
  900. "-isystem",
  901. "\"${PODS_CONFIGURATION_BUILD_DIR}/DBDebugToolkit/DBDebugToolkit.framework/Headers\"",
  902. "-isystem",
  903. "\"${PODS_CONFIGURATION_BUILD_DIR}/JGProgressHUD/JGProgressHUD.framework/Headers\"",
  904. "-isystem",
  905. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageInputBar/MessageInputBar.framework/Headers\"",
  906. "-isystem",
  907. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageKit/MessageKit.framework/Headers\"",
  908. "-isystem",
  909. "\"${PODS_CONFIGURATION_BUILD_DIR}/QuickTableViewController/QuickTableViewController.framework/Headers\"",
  910. "-isystem",
  911. "\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers\"",
  912. "-isystem",
  913. "\"${PODS_CONFIGURATION_BUILD_DIR}/SwiftyBeaver/SwiftyBeaver.framework/Headers\"",
  914. "-iframework",
  915. "\"${PODS_CONFIGURATION_BUILD_DIR}/ALCameraViewController\"",
  916. "-iframework",
  917. "\"${PODS_CONFIGURATION_BUILD_DIR}/DBDebugToolkit\"",
  918. "-iframework",
  919. "\"${PODS_CONFIGURATION_BUILD_DIR}/JGProgressHUD\"",
  920. "-iframework",
  921. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageInputBar\"",
  922. "-iframework",
  923. "\"${PODS_CONFIGURATION_BUILD_DIR}/MessageKit\"",
  924. "-iframework",
  925. "\"${PODS_CONFIGURATION_BUILD_DIR}/QuickTableViewController\"",
  926. "-iframework",
  927. "\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift\"",
  928. "-iframework",
  929. "\"${PODS_CONFIGURATION_BUILD_DIR}/SwiftyBeaver\"",
  930. );
  931. OTHER_LDFLAGS = "$(inherited)";
  932. PRODUCT_BUNDLE_IDENTIFIER = chat.delta;
  933. PRODUCT_NAME = "$(TARGET_NAME)";
  934. PROVISIONING_PROFILE_SPECIFIER = "";
  935. SWIFT_OBJC_BRIDGING_HEADER = "deltachat-ios/deltachat-ios-Bridging-Header.h";
  936. SWIFT_VERSION = 4.2;
  937. TARGETED_DEVICE_FAMILY = "1,2";
  938. };
  939. name = Release;
  940. };
  941. AE851A09227AECDF00ED86F0 /* Debug */ = {
  942. isa = XCBuildConfiguration;
  943. baseConfigurationReference = 21EE28844E7A690D73BF5285 /* Pods-deltachat-iosTests.debug.xcconfig */;
  944. buildSettings = {
  945. BUNDLE_LOADER = "$(TEST_HOST)";
  946. CLANG_ENABLE_OBJC_WEAK = YES;
  947. CODE_SIGN_STYLE = Automatic;
  948. INFOPLIST_FILE = "deltachat-iosTests/Info.plist";
  949. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  950. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  951. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  952. MTL_FAST_MATH = YES;
  953. PRODUCT_BUNDLE_IDENTIFIER = "nayooti.deltachat-iosTests";
  954. PRODUCT_NAME = "$(TARGET_NAME)";
  955. SWIFT_VERSION = 5.0;
  956. TARGETED_DEVICE_FAMILY = "1,2";
  957. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/deltachat-ios.app/deltachat-ios";
  958. };
  959. name = Debug;
  960. };
  961. AE851A0A227AECDF00ED86F0 /* Release */ = {
  962. isa = XCBuildConfiguration;
  963. baseConfigurationReference = FECB35E2B04CD5F5D02C157A /* Pods-deltachat-iosTests.release.xcconfig */;
  964. buildSettings = {
  965. BUNDLE_LOADER = "$(TEST_HOST)";
  966. CLANG_ENABLE_OBJC_WEAK = YES;
  967. CODE_SIGN_STYLE = Automatic;
  968. INFOPLIST_FILE = "deltachat-iosTests/Info.plist";
  969. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  970. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  971. MTL_FAST_MATH = YES;
  972. PRODUCT_BUNDLE_IDENTIFIER = "nayooti.deltachat-iosTests";
  973. PRODUCT_NAME = "$(TARGET_NAME)";
  974. SWIFT_VERSION = 5.0;
  975. TARGETED_DEVICE_FAMILY = "1,2";
  976. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/deltachat-ios.app/deltachat-ios";
  977. };
  978. name = Release;
  979. };
  980. /* End XCBuildConfiguration section */
  981. /* Begin XCConfigurationList section */
  982. 7A9FB13B1FB061E2001FEA36 /* Build configuration list for PBXProject "deltachat-ios" */ = {
  983. isa = XCConfigurationList;
  984. buildConfigurations = (
  985. 7A9FB1501FB061E2001FEA36 /* Debug */,
  986. 7A9FB1511FB061E2001FEA36 /* Release */,
  987. );
  988. defaultConfigurationIsVisible = 0;
  989. defaultConfigurationName = Release;
  990. };
  991. 7A9FB1521FB061E2001FEA36 /* Build configuration list for PBXNativeTarget "deltachat-ios" */ = {
  992. isa = XCConfigurationList;
  993. buildConfigurations = (
  994. 7A9FB1531FB061E2001FEA36 /* Debug */,
  995. 7A9FB1541FB061E2001FEA36 /* Release */,
  996. );
  997. defaultConfigurationIsVisible = 0;
  998. defaultConfigurationName = Release;
  999. };
  1000. AE851A08227AECDF00ED86F0 /* Build configuration list for PBXNativeTarget "deltachat-iosTests" */ = {
  1001. isa = XCConfigurationList;
  1002. buildConfigurations = (
  1003. AE851A09227AECDF00ED86F0 /* Debug */,
  1004. AE851A0A227AECDF00ED86F0 /* Release */,
  1005. );
  1006. defaultConfigurationIsVisible = 0;
  1007. defaultConfigurationName = Release;
  1008. };
  1009. /* End XCConfigurationList section */
  1010. };
  1011. rootObject = 7A9FB1381FB061E2001FEA36 /* Project object */;
  1012. }