project.pbxproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3042193B243DE0F200516852 /* DcCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30421931243DE0F200516852 /* DcCore.framework */; };
  10. 30421940243DE0F200516852 /* DcCoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042193F243DE0F200516852 /* DcCoreTests.swift */; };
  11. 30421942243DE0F200516852 /* DcCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 30421934243DE0F200516852 /* DcCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 30421950243DE15D00516852 /* wrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3042194C243DE15D00516852 /* wrapper.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 30421951243DE15D00516852 /* Wrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042194D243DE15D00516852 /* Wrapper.swift */; };
  14. 30421952243DE15D00516852 /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 3042194E243DE15D00516852 /* wrapper.c */; };
  15. 30421959243DE6AD00516852 /* libdeltachat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 30421958243DE61400516852 /* libdeltachat.a */; platformFilter = ios; };
  16. 3042195B243DF1C500516852 /* deltachat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3042195A243DF1C500516852 /* deltachat.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17. 3042195D243E23F100516852 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195C243E23F100516852 /* Utils.swift */; };
  18. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195F243E257100516852 /* UIColor+Extensions.swift */; };
  19. 30421962243E26C800516852 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421961243E26C800516852 /* Logger.swift */; };
  20. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421963243F0B8400516852 /* String+Extensions.swift */; };
  21. 30421967243F165C00516852 /* SenderType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421966243F165C00516852 /* SenderType.swift */; };
  22. 30421969243F168700516852 /* Sender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421968243F168700516852 /* Sender.swift */; };
  23. 3042196B243F169B00516852 /* MessageKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042196A243F169B00516852 /* MessageKind.swift */; };
  24. 3042196D243F16E100516852 /* MessageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042196C243F16E100516852 /* MessageType.swift */; };
  25. 3042196F243F176B00516852 /* MediaItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042196E243F176B00516852 /* MediaItem.swift */; };
  26. 30421971243F178800516852 /* AudioItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421970243F178800516852 /* AudioItem.swift */; };
  27. 30421973243F179000516852 /* ContactItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421972243F179000516852 /* ContactItem.swift */; };
  28. 30421975243F17F200516852 /* LocationItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421974243F17F200516852 /* LocationItem.swift */; };
  29. 3042197D243F1CAA00516852 /* Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421979243F1CAA00516852 /* Audio.swift */; };
  30. 3042197E243F1CAA00516852 /* Media.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042197A243F1CAA00516852 /* Media.swift */; };
  31. 3042197F243F1CAA00516852 /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042197B243F1CAA00516852 /* Location.swift */; };
  32. 30421980243F1CAA00516852 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042197C243F1CAA00516852 /* Message.swift */; };
  33. 30421982243F1D5300516852 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421981243F1D5300516852 /* Colors.swift */; };
  34. 30421984243F1F0400516852 /* UIImage+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421983243F1F0400516852 /* UIImage+Extension.swift */; };
  35. 30421986243F209E00516852 /* events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421985243F209E00516852 /* events.swift */; };
  36. 30421988243F23E500516852 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421987243F23E500516852 /* Constants.swift */; };
  37. /* End PBXBuildFile section */
  38. /* Begin PBXContainerItemProxy section */
  39. 3042193C243DE0F200516852 /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = 30421928243DE0F100516852 /* Project object */;
  42. proxyType = 1;
  43. remoteGlobalIDString = 30421930243DE0F200516852;
  44. remoteInfo = DcCore;
  45. };
  46. /* End PBXContainerItemProxy section */
  47. /* Begin PBXFileReference section */
  48. 30421931243DE0F200516852 /* DcCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DcCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  49. 30421934243DE0F200516852 /* DcCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DcCore.h; sourceTree = "<group>"; };
  50. 30421935243DE0F200516852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. 3042193A243DE0F200516852 /* DcCoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DcCoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  52. 3042193F243DE0F200516852 /* DcCoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DcCoreTests.swift; sourceTree = "<group>"; };
  53. 30421941243DE0F200516852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  54. 3042194C243DE15D00516852 /* wrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wrapper.h; path = ../../DcCore/DcCore/DC/wrapper.h; sourceTree = "<group>"; };
  55. 3042194D243DE15D00516852 /* Wrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Wrapper.swift; path = ../../DcCore/DcCore/DC/Wrapper.swift; sourceTree = "<group>"; };
  56. 3042194E243DE15D00516852 /* wrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrapper.c; path = ../../DcCore/DcCore/DC/wrapper.c; sourceTree = "<group>"; };
  57. 30421958243DE61400516852 /* libdeltachat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdeltachat.a; path = "../deltachat-ios/libraries/deltachat-core-rust/target/universal/release/libdeltachat.a"; sourceTree = "<group>"; };
  58. 3042195A243DF1C500516852 /* deltachat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = deltachat.h; path = "../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi/deltachat.h"; sourceTree = "<group>"; };
  59. 3042195C243E23F100516852 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  60. 3042195F243E257100516852 /* UIColor+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extensions.swift"; sourceTree = "<group>"; };
  61. 30421961243E26C800516852 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = ../../DcCore/DcCore/DC/Logger.swift; sourceTree = "<group>"; };
  62. 30421963243F0B8400516852 /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
  63. 30421966243F165C00516852 /* SenderType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SenderType.swift; sourceTree = "<group>"; };
  64. 30421968243F168700516852 /* Sender.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sender.swift; sourceTree = "<group>"; };
  65. 3042196A243F169B00516852 /* MessageKind.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageKind.swift; sourceTree = "<group>"; };
  66. 3042196C243F16E100516852 /* MessageType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageType.swift; sourceTree = "<group>"; };
  67. 3042196E243F176B00516852 /* MediaItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaItem.swift; sourceTree = "<group>"; };
  68. 30421970243F178800516852 /* AudioItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioItem.swift; sourceTree = "<group>"; };
  69. 30421972243F179000516852 /* ContactItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContactItem.swift; sourceTree = "<group>"; };
  70. 30421974243F17F200516852 /* LocationItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationItem.swift; sourceTree = "<group>"; };
  71. 30421979243F1CAA00516852 /* Audio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Audio.swift; sourceTree = "<group>"; };
  72. 3042197A243F1CAA00516852 /* Media.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Media.swift; sourceTree = "<group>"; };
  73. 3042197B243F1CAA00516852 /* Location.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Location.swift; sourceTree = "<group>"; };
  74. 3042197C243F1CAA00516852 /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
  75. 30421981243F1D5300516852 /* Colors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
  76. 30421983243F1F0400516852 /* UIImage+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extension.swift"; sourceTree = "<group>"; };
  77. 30421985243F209E00516852 /* events.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = events.swift; path = ../../DcCore/DcCore/DC/events.swift; sourceTree = "<group>"; };
  78. 30421987243F23E500516852 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  79. /* End PBXFileReference section */
  80. /* Begin PBXFrameworksBuildPhase section */
  81. 3042192E243DE0F200516852 /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. 30421959243DE6AD00516852 /* libdeltachat.a in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. 30421937243DE0F200516852 /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. 3042193B243DE0F200516852 /* DcCore.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXFrameworksBuildPhase section */
  98. /* Begin PBXGroup section */
  99. 30421927243DE0F100516852 = {
  100. isa = PBXGroup;
  101. children = (
  102. 3042195A243DF1C500516852 /* deltachat.h */,
  103. 30421933243DE0F200516852 /* DcCore */,
  104. 3042193E243DE0F200516852 /* DcCoreTests */,
  105. 30421932243DE0F200516852 /* Products */,
  106. 30421957243DE61400516852 /* Frameworks */,
  107. );
  108. sourceTree = "<group>";
  109. };
  110. 30421932243DE0F200516852 /* Products */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 30421931243DE0F200516852 /* DcCore.framework */,
  114. 3042193A243DE0F200516852 /* DcCoreTests.xctest */,
  115. );
  116. name = Products;
  117. sourceTree = "<group>";
  118. };
  119. 30421933243DE0F200516852 /* DcCore */ = {
  120. isa = PBXGroup;
  121. children = (
  122. 30421978243F1C9900516852 /* Model */,
  123. 30421977243F1AF400516852 /* Helper */,
  124. 30421965243F12E900516852 /* MessageKit */,
  125. 3042195E243E255000516852 /* Extensions */,
  126. 3042194B243DE15D00516852 /* DC */,
  127. 30421934243DE0F200516852 /* DcCore.h */,
  128. 30421935243DE0F200516852 /* Info.plist */,
  129. );
  130. path = DcCore;
  131. sourceTree = "<group>";
  132. };
  133. 3042193E243DE0F200516852 /* DcCoreTests */ = {
  134. isa = PBXGroup;
  135. children = (
  136. 3042193F243DE0F200516852 /* DcCoreTests.swift */,
  137. 30421941243DE0F200516852 /* Info.plist */,
  138. );
  139. path = DcCoreTests;
  140. sourceTree = "<group>";
  141. };
  142. 3042194B243DE15D00516852 /* DC */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 30421985243F209E00516852 /* events.swift */,
  146. 30421961243E26C800516852 /* Logger.swift */,
  147. 3042194E243DE15D00516852 /* wrapper.c */,
  148. 3042194C243DE15D00516852 /* wrapper.h */,
  149. 3042194D243DE15D00516852 /* Wrapper.swift */,
  150. );
  151. name = DC;
  152. path = "../../deltachat-ios/DC";
  153. sourceTree = "<group>";
  154. };
  155. 30421957243DE61400516852 /* Frameworks */ = {
  156. isa = PBXGroup;
  157. children = (
  158. 30421958243DE61400516852 /* libdeltachat.a */,
  159. );
  160. name = Frameworks;
  161. sourceTree = "<group>";
  162. };
  163. 3042195E243E255000516852 /* Extensions */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 3042195F243E257100516852 /* UIColor+Extensions.swift */,
  167. 30421963243F0B8400516852 /* String+Extensions.swift */,
  168. 30421983243F1F0400516852 /* UIImage+Extension.swift */,
  169. );
  170. path = Extensions;
  171. sourceTree = "<group>";
  172. };
  173. 30421965243F12E900516852 /* MessageKit */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 3042196A243F169B00516852 /* MessageKind.swift */,
  177. 30421968243F168700516852 /* Sender.swift */,
  178. 30421976243F17FF00516852 /* Protocols */,
  179. );
  180. path = MessageKit;
  181. sourceTree = "<group>";
  182. };
  183. 30421976243F17FF00516852 /* Protocols */ = {
  184. isa = PBXGroup;
  185. children = (
  186. 30421970243F178800516852 /* AudioItem.swift */,
  187. 30421972243F179000516852 /* ContactItem.swift */,
  188. 30421974243F17F200516852 /* LocationItem.swift */,
  189. 3042196E243F176B00516852 /* MediaItem.swift */,
  190. 3042196C243F16E100516852 /* MessageType.swift */,
  191. 30421966243F165C00516852 /* SenderType.swift */,
  192. );
  193. path = Protocols;
  194. sourceTree = "<group>";
  195. };
  196. 30421977243F1AF400516852 /* Helper */ = {
  197. isa = PBXGroup;
  198. children = (
  199. 30421987243F23E500516852 /* Constants.swift */,
  200. 30421981243F1D5300516852 /* Colors.swift */,
  201. 3042195C243E23F100516852 /* Utils.swift */,
  202. );
  203. path = Helper;
  204. sourceTree = "<group>";
  205. };
  206. 30421978243F1C9900516852 /* Model */ = {
  207. isa = PBXGroup;
  208. children = (
  209. 30421979243F1CAA00516852 /* Audio.swift */,
  210. 3042197B243F1CAA00516852 /* Location.swift */,
  211. 3042197A243F1CAA00516852 /* Media.swift */,
  212. 3042197C243F1CAA00516852 /* Message.swift */,
  213. );
  214. path = Model;
  215. sourceTree = "<group>";
  216. };
  217. /* End PBXGroup section */
  218. /* Begin PBXHeadersBuildPhase section */
  219. 3042192C243DE0F200516852 /* Headers */ = {
  220. isa = PBXHeadersBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 30421950243DE15D00516852 /* wrapper.h in Headers */,
  224. 30421942243DE0F200516852 /* DcCore.h in Headers */,
  225. 3042195B243DF1C500516852 /* deltachat.h in Headers */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. /* End PBXHeadersBuildPhase section */
  230. /* Begin PBXNativeTarget section */
  231. 30421930243DE0F200516852 /* DcCore */ = {
  232. isa = PBXNativeTarget;
  233. buildConfigurationList = 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */;
  234. buildPhases = (
  235. 30421954243DE38E00516852 /* ShellScript */,
  236. 3042192C243DE0F200516852 /* Headers */,
  237. 3042192D243DE0F200516852 /* Sources */,
  238. 3042192E243DE0F200516852 /* Frameworks */,
  239. 3042192F243DE0F200516852 /* Resources */,
  240. );
  241. buildRules = (
  242. );
  243. dependencies = (
  244. );
  245. name = DcCore;
  246. productName = DcCore;
  247. productReference = 30421931243DE0F200516852 /* DcCore.framework */;
  248. productType = "com.apple.product-type.framework";
  249. };
  250. 30421939243DE0F200516852 /* DcCoreTests */ = {
  251. isa = PBXNativeTarget;
  252. buildConfigurationList = 30421948243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCoreTests" */;
  253. buildPhases = (
  254. 30421936243DE0F200516852 /* Sources */,
  255. 30421937243DE0F200516852 /* Frameworks */,
  256. 30421938243DE0F200516852 /* Resources */,
  257. );
  258. buildRules = (
  259. );
  260. dependencies = (
  261. 3042193D243DE0F200516852 /* PBXTargetDependency */,
  262. );
  263. name = DcCoreTests;
  264. productName = DcCoreTests;
  265. productReference = 3042193A243DE0F200516852 /* DcCoreTests.xctest */;
  266. productType = "com.apple.product-type.bundle.unit-test";
  267. };
  268. /* End PBXNativeTarget section */
  269. /* Begin PBXProject section */
  270. 30421928243DE0F100516852 /* Project object */ = {
  271. isa = PBXProject;
  272. attributes = {
  273. LastSwiftUpdateCheck = 1140;
  274. LastUpgradeCheck = 1140;
  275. ORGANIZATIONNAME = "merlinux GmbH";
  276. TargetAttributes = {
  277. 30421930243DE0F200516852 = {
  278. CreatedOnToolsVersion = 11.4;
  279. };
  280. 30421939243DE0F200516852 = {
  281. CreatedOnToolsVersion = 11.4;
  282. };
  283. };
  284. };
  285. buildConfigurationList = 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */;
  286. compatibilityVersion = "Xcode 9.3";
  287. developmentRegion = en;
  288. hasScannedForEncodings = 0;
  289. knownRegions = (
  290. en,
  291. Base,
  292. );
  293. mainGroup = 30421927243DE0F100516852;
  294. productRefGroup = 30421932243DE0F200516852 /* Products */;
  295. projectDirPath = "";
  296. projectRoot = "";
  297. targets = (
  298. 30421930243DE0F200516852 /* DcCore */,
  299. 30421939243DE0F200516852 /* DcCoreTests */,
  300. );
  301. };
  302. /* End PBXProject section */
  303. /* Begin PBXResourcesBuildPhase section */
  304. 3042192F243DE0F200516852 /* Resources */ = {
  305. isa = PBXResourcesBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. };
  311. 30421938243DE0F200516852 /* Resources */ = {
  312. isa = PBXResourcesBuildPhase;
  313. buildActionMask = 2147483647;
  314. files = (
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. };
  318. /* End PBXResourcesBuildPhase section */
  319. /* Begin PBXShellScriptBuildPhase section */
  320. 30421954243DE38E00516852 /* ShellScript */ = {
  321. isa = PBXShellScriptBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. );
  325. inputFileListPaths = (
  326. );
  327. inputPaths = (
  328. );
  329. outputFileListPaths = (
  330. );
  331. outputPaths = (
  332. );
  333. runOnlyForDeploymentPostprocessing = 0;
  334. shellPath = /bin/sh;
  335. 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\nexport CFLAGS_x86_64_apple_darwin=\"-I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include\"\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";
  336. };
  337. /* End PBXShellScriptBuildPhase section */
  338. /* Begin PBXSourcesBuildPhase section */
  339. 3042192D243DE0F200516852 /* Sources */ = {
  340. isa = PBXSourcesBuildPhase;
  341. buildActionMask = 2147483647;
  342. files = (
  343. 30421969243F168700516852 /* Sender.swift in Sources */,
  344. 30421988243F23E500516852 /* Constants.swift in Sources */,
  345. 30421973243F179000516852 /* ContactItem.swift in Sources */,
  346. 30421962243E26C800516852 /* Logger.swift in Sources */,
  347. 30421986243F209E00516852 /* events.swift in Sources */,
  348. 30421980243F1CAA00516852 /* Message.swift in Sources */,
  349. 30421951243DE15D00516852 /* Wrapper.swift in Sources */,
  350. 30421971243F178800516852 /* AudioItem.swift in Sources */,
  351. 3042197F243F1CAA00516852 /* Location.swift in Sources */,
  352. 30421984243F1F0400516852 /* UIImage+Extension.swift in Sources */,
  353. 3042196D243F16E100516852 /* MessageType.swift in Sources */,
  354. 3042197E243F1CAA00516852 /* Media.swift in Sources */,
  355. 3042196B243F169B00516852 /* MessageKind.swift in Sources */,
  356. 30421952243DE15D00516852 /* wrapper.c in Sources */,
  357. 30421967243F165C00516852 /* SenderType.swift in Sources */,
  358. 30421982243F1D5300516852 /* Colors.swift in Sources */,
  359. 3042197D243F1CAA00516852 /* Audio.swift in Sources */,
  360. 3042195D243E23F100516852 /* Utils.swift in Sources */,
  361. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */,
  362. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */,
  363. 3042196F243F176B00516852 /* MediaItem.swift in Sources */,
  364. 30421975243F17F200516852 /* LocationItem.swift in Sources */,
  365. );
  366. runOnlyForDeploymentPostprocessing = 0;
  367. };
  368. 30421936243DE0F200516852 /* Sources */ = {
  369. isa = PBXSourcesBuildPhase;
  370. buildActionMask = 2147483647;
  371. files = (
  372. 30421940243DE0F200516852 /* DcCoreTests.swift in Sources */,
  373. );
  374. runOnlyForDeploymentPostprocessing = 0;
  375. };
  376. /* End PBXSourcesBuildPhase section */
  377. /* Begin PBXTargetDependency section */
  378. 3042193D243DE0F200516852 /* PBXTargetDependency */ = {
  379. isa = PBXTargetDependency;
  380. target = 30421930243DE0F200516852 /* DcCore */;
  381. targetProxy = 3042193C243DE0F200516852 /* PBXContainerItemProxy */;
  382. };
  383. /* End PBXTargetDependency section */
  384. /* Begin XCBuildConfiguration section */
  385. 30421943243DE0F200516852 /* Debug */ = {
  386. isa = XCBuildConfiguration;
  387. buildSettings = {
  388. ALWAYS_SEARCH_USER_PATHS = NO;
  389. CLANG_ANALYZER_NONNULL = YES;
  390. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  391. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  392. CLANG_CXX_LIBRARY = "libc++";
  393. CLANG_ENABLE_MODULES = YES;
  394. CLANG_ENABLE_OBJC_ARC = YES;
  395. CLANG_ENABLE_OBJC_WEAK = YES;
  396. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  397. CLANG_WARN_BOOL_CONVERSION = YES;
  398. CLANG_WARN_COMMA = YES;
  399. CLANG_WARN_CONSTANT_CONVERSION = YES;
  400. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  401. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  402. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  403. CLANG_WARN_EMPTY_BODY = YES;
  404. CLANG_WARN_ENUM_CONVERSION = YES;
  405. CLANG_WARN_INFINITE_RECURSION = YES;
  406. CLANG_WARN_INT_CONVERSION = YES;
  407. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  408. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  409. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  410. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  411. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  412. CLANG_WARN_STRICT_PROTOTYPES = YES;
  413. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  414. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  415. CLANG_WARN_UNREACHABLE_CODE = YES;
  416. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  417. COPY_PHASE_STRIP = NO;
  418. CURRENT_PROJECT_VERSION = 1;
  419. DEBUG_INFORMATION_FORMAT = dwarf;
  420. ENABLE_STRICT_OBJC_MSGSEND = YES;
  421. ENABLE_TESTABILITY = YES;
  422. GCC_C_LANGUAGE_STANDARD = gnu11;
  423. GCC_DYNAMIC_NO_PIC = NO;
  424. GCC_NO_COMMON_BLOCKS = YES;
  425. GCC_OPTIMIZATION_LEVEL = 0;
  426. GCC_PREPROCESSOR_DEFINITIONS = (
  427. "DEBUG=1",
  428. "$(inherited)",
  429. );
  430. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  431. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  432. GCC_WARN_UNDECLARED_SELECTOR = YES;
  433. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  434. GCC_WARN_UNUSED_FUNCTION = YES;
  435. GCC_WARN_UNUSED_VARIABLE = YES;
  436. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  437. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  438. MTL_FAST_MATH = YES;
  439. ONLY_ACTIVE_ARCH = YES;
  440. SDKROOT = iphoneos;
  441. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  442. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  443. VERSIONING_SYSTEM = "apple-generic";
  444. VERSION_INFO_PREFIX = "";
  445. };
  446. name = Debug;
  447. };
  448. 30421944243DE0F200516852 /* Release */ = {
  449. isa = XCBuildConfiguration;
  450. buildSettings = {
  451. ALWAYS_SEARCH_USER_PATHS = NO;
  452. CLANG_ANALYZER_NONNULL = YES;
  453. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  454. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  455. CLANG_CXX_LIBRARY = "libc++";
  456. CLANG_ENABLE_MODULES = YES;
  457. CLANG_ENABLE_OBJC_ARC = YES;
  458. CLANG_ENABLE_OBJC_WEAK = YES;
  459. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  460. CLANG_WARN_BOOL_CONVERSION = YES;
  461. CLANG_WARN_COMMA = YES;
  462. CLANG_WARN_CONSTANT_CONVERSION = YES;
  463. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  464. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  465. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  466. CLANG_WARN_EMPTY_BODY = YES;
  467. CLANG_WARN_ENUM_CONVERSION = YES;
  468. CLANG_WARN_INFINITE_RECURSION = YES;
  469. CLANG_WARN_INT_CONVERSION = YES;
  470. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  471. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  472. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  473. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  474. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  475. CLANG_WARN_STRICT_PROTOTYPES = YES;
  476. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  477. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  478. CLANG_WARN_UNREACHABLE_CODE = YES;
  479. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  480. COPY_PHASE_STRIP = NO;
  481. CURRENT_PROJECT_VERSION = 1;
  482. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  483. ENABLE_NS_ASSERTIONS = NO;
  484. ENABLE_STRICT_OBJC_MSGSEND = YES;
  485. GCC_C_LANGUAGE_STANDARD = gnu11;
  486. GCC_NO_COMMON_BLOCKS = YES;
  487. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  488. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  489. GCC_WARN_UNDECLARED_SELECTOR = YES;
  490. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  491. GCC_WARN_UNUSED_FUNCTION = YES;
  492. GCC_WARN_UNUSED_VARIABLE = YES;
  493. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  494. MTL_ENABLE_DEBUG_INFO = NO;
  495. MTL_FAST_MATH = YES;
  496. SDKROOT = iphoneos;
  497. SWIFT_COMPILATION_MODE = wholemodule;
  498. SWIFT_OPTIMIZATION_LEVEL = "-O";
  499. VALIDATE_PRODUCT = YES;
  500. VERSIONING_SYSTEM = "apple-generic";
  501. VERSION_INFO_PREFIX = "";
  502. };
  503. name = Release;
  504. };
  505. 30421946243DE0F200516852 /* Debug */ = {
  506. isa = XCBuildConfiguration;
  507. buildSettings = {
  508. CODE_SIGN_STYLE = Automatic;
  509. DEFINES_MODULE = YES;
  510. DEVELOPMENT_TEAM = 8Y86453UA8;
  511. DYLIB_COMPATIBILITY_VERSION = 1;
  512. DYLIB_CURRENT_VERSION = 1;
  513. DYLIB_INSTALL_NAME_BASE = "@rpath";
  514. HEADER_SEARCH_PATHS = (
  515. "$(inherited)",
  516. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  517. );
  518. INFOPLIST_FILE = DcCore/Info.plist;
  519. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  520. LD_RUNPATH_SEARCH_PATHS = (
  521. "$(inherited)",
  522. "@executable_path/Frameworks",
  523. "@loader_path/Frameworks",
  524. );
  525. LIBRARY_SEARCH_PATHS = (
  526. "$(inherited)",
  527. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  528. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
  529. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
  530. );
  531. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCore;
  532. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  533. SKIP_INSTALL = YES;
  534. SWIFT_OBJC_BRIDGING_HEADER = "";
  535. SWIFT_VERSION = 4.2;
  536. TARGETED_DEVICE_FAMILY = "1,2";
  537. };
  538. name = Debug;
  539. };
  540. 30421947243DE0F200516852 /* Release */ = {
  541. isa = XCBuildConfiguration;
  542. buildSettings = {
  543. CODE_SIGN_STYLE = Automatic;
  544. DEFINES_MODULE = YES;
  545. DEVELOPMENT_TEAM = 8Y86453UA8;
  546. DYLIB_COMPATIBILITY_VERSION = 1;
  547. DYLIB_CURRENT_VERSION = 1;
  548. DYLIB_INSTALL_NAME_BASE = "@rpath";
  549. HEADER_SEARCH_PATHS = (
  550. "$(inherited)",
  551. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  552. );
  553. INFOPLIST_FILE = DcCore/Info.plist;
  554. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  555. LD_RUNPATH_SEARCH_PATHS = (
  556. "$(inherited)",
  557. "@executable_path/Frameworks",
  558. "@loader_path/Frameworks",
  559. );
  560. LIBRARY_SEARCH_PATHS = (
  561. "$(inherited)",
  562. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  563. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
  564. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
  565. );
  566. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCore;
  567. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  568. SKIP_INSTALL = YES;
  569. SWIFT_OBJC_BRIDGING_HEADER = "";
  570. SWIFT_VERSION = 4.2;
  571. TARGETED_DEVICE_FAMILY = "1,2";
  572. };
  573. name = Release;
  574. };
  575. 30421949243DE0F200516852 /* Debug */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  579. CODE_SIGN_STYLE = Automatic;
  580. DEVELOPMENT_TEAM = 8Y86453UA8;
  581. INFOPLIST_FILE = DcCoreTests/Info.plist;
  582. LD_RUNPATH_SEARCH_PATHS = (
  583. "$(inherited)",
  584. "@executable_path/Frameworks",
  585. "@loader_path/Frameworks",
  586. );
  587. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCoreTests;
  588. PRODUCT_NAME = "$(TARGET_NAME)";
  589. SWIFT_VERSION = 5.0;
  590. TARGETED_DEVICE_FAMILY = "1,2";
  591. };
  592. name = Debug;
  593. };
  594. 3042194A243DE0F200516852 /* Release */ = {
  595. isa = XCBuildConfiguration;
  596. buildSettings = {
  597. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  598. CODE_SIGN_STYLE = Automatic;
  599. DEVELOPMENT_TEAM = 8Y86453UA8;
  600. INFOPLIST_FILE = DcCoreTests/Info.plist;
  601. LD_RUNPATH_SEARCH_PATHS = (
  602. "$(inherited)",
  603. "@executable_path/Frameworks",
  604. "@loader_path/Frameworks",
  605. );
  606. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCoreTests;
  607. PRODUCT_NAME = "$(TARGET_NAME)";
  608. SWIFT_VERSION = 5.0;
  609. TARGETED_DEVICE_FAMILY = "1,2";
  610. };
  611. name = Release;
  612. };
  613. /* End XCBuildConfiguration section */
  614. /* Begin XCConfigurationList section */
  615. 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */ = {
  616. isa = XCConfigurationList;
  617. buildConfigurations = (
  618. 30421943243DE0F200516852 /* Debug */,
  619. 30421944243DE0F200516852 /* Release */,
  620. );
  621. defaultConfigurationIsVisible = 0;
  622. defaultConfigurationName = Release;
  623. };
  624. 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */ = {
  625. isa = XCConfigurationList;
  626. buildConfigurations = (
  627. 30421946243DE0F200516852 /* Debug */,
  628. 30421947243DE0F200516852 /* Release */,
  629. );
  630. defaultConfigurationIsVisible = 0;
  631. defaultConfigurationName = Release;
  632. };
  633. 30421948243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCoreTests" */ = {
  634. isa = XCConfigurationList;
  635. buildConfigurations = (
  636. 30421949243DE0F200516852 /* Debug */,
  637. 3042194A243DE0F200516852 /* Release */,
  638. );
  639. defaultConfigurationIsVisible = 0;
  640. defaultConfigurationName = Release;
  641. };
  642. /* End XCConfigurationList section */
  643. };
  644. rootObject = 30421928243DE0F100516852 /* Project object */;
  645. }