project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  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 /* DcUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195C243E23F100516852 /* DcUtils.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. 30421986243F209E00516852 /* events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421985243F209E00516852 /* events.swift */; };
  22. 30421988243F23E500516852 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421987243F23E500516852 /* Constants.swift */; };
  23. 304F5E41244F2F3200462538 /* UIImage+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */; };
  24. 3057028624C5C60000D84EFC /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */; };
  25. 306C324824460CDE001D89F3 /* DateUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306C324724460CDE001D89F3 /* DateUtils.swift */; };
  26. 308198AB24866229003BE20D /* UserDefaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */; };
  27. 30B2BD04278F207000889AA4 /* KeychainManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B2BD03278F207000889AA4 /* KeychainManager.swift */; };
  28. 30E8F2212447357500CE2C90 /* DatabaseHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */; };
  29. 30E8F2482449C98600CE2C90 /* UIView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */; };
  30. 30E8F24D2449D30200CE2C90 /* DcColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F24C2449D30200CE2C90 /* DcColors.swift */; };
  31. /* End PBXBuildFile section */
  32. /* Begin PBXContainerItemProxy section */
  33. 3042193C243DE0F200516852 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = 30421928243DE0F100516852 /* Project object */;
  36. proxyType = 1;
  37. remoteGlobalIDString = 30421930243DE0F200516852;
  38. remoteInfo = DcCore;
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXFileReference section */
  42. 30421931243DE0F200516852 /* DcCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DcCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 30421934243DE0F200516852 /* DcCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DcCore.h; sourceTree = "<group>"; };
  44. 30421935243DE0F200516852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  45. 3042193A243DE0F200516852 /* DcCoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DcCoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  46. 3042193F243DE0F200516852 /* DcCoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DcCoreTests.swift; sourceTree = "<group>"; };
  47. 30421941243DE0F200516852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  48. 3042194C243DE15D00516852 /* wrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wrapper.h; path = ../../DcCore/DcCore/DC/wrapper.h; sourceTree = "<group>"; };
  49. 3042194D243DE15D00516852 /* Wrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Wrapper.swift; path = ../../DcCore/DcCore/DC/Wrapper.swift; sourceTree = "<group>"; };
  50. 3042194E243DE15D00516852 /* wrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrapper.c; path = ../../DcCore/DcCore/DC/wrapper.c; sourceTree = "<group>"; };
  51. 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>"; };
  52. 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>"; };
  53. 3042195C243E23F100516852 /* DcUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DcUtils.swift; sourceTree = "<group>"; };
  54. 3042195F243E257100516852 /* UIColor+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extensions.swift"; sourceTree = "<group>"; };
  55. 30421961243E26C800516852 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = ../../DcCore/DcCore/DC/Logger.swift; sourceTree = "<group>"; };
  56. 30421963243F0B8400516852 /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
  57. 30421985243F209E00516852 /* events.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = events.swift; path = ../../DcCore/DcCore/DC/events.swift; sourceTree = "<group>"; };
  58. 30421987243F23E500516852 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  59. 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extensions.swift"; sourceTree = "<group>"; };
  60. 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extensions.swift"; sourceTree = "<group>"; };
  61. 306C324724460CDE001D89F3 /* DateUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateUtils.swift; sourceTree = "<group>"; };
  62. 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+Extensions.swift"; sourceTree = "<group>"; };
  63. 30B2BD03278F207000889AA4 /* KeychainManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainManager.swift; sourceTree = "<group>"; };
  64. 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseHelper.swift; sourceTree = "<group>"; };
  65. 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Extensions.swift"; sourceTree = "<group>"; };
  66. 30E8F24C2449D30200CE2C90 /* DcColors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DcColors.swift; sourceTree = "<group>"; };
  67. /* End PBXFileReference section */
  68. /* Begin PBXFrameworksBuildPhase section */
  69. 3042192E243DE0F200516852 /* Frameworks */ = {
  70. isa = PBXFrameworksBuildPhase;
  71. buildActionMask = 2147483647;
  72. files = (
  73. 30421959243DE6AD00516852 /* libdeltachat.a in Frameworks */,
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. 30421937243DE0F200516852 /* Frameworks */ = {
  78. isa = PBXFrameworksBuildPhase;
  79. buildActionMask = 2147483647;
  80. files = (
  81. 3042193B243DE0F200516852 /* DcCore.framework in Frameworks */,
  82. );
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. /* End PBXFrameworksBuildPhase section */
  86. /* Begin PBXGroup section */
  87. 30421927243DE0F100516852 = {
  88. isa = PBXGroup;
  89. children = (
  90. 3042195A243DF1C500516852 /* deltachat.h */,
  91. 30421933243DE0F200516852 /* DcCore */,
  92. 3042193E243DE0F200516852 /* DcCoreTests */,
  93. 30421932243DE0F200516852 /* Products */,
  94. 30421957243DE61400516852 /* Frameworks */,
  95. );
  96. sourceTree = "<group>";
  97. };
  98. 30421932243DE0F200516852 /* Products */ = {
  99. isa = PBXGroup;
  100. children = (
  101. 30421931243DE0F200516852 /* DcCore.framework */,
  102. 3042193A243DE0F200516852 /* DcCoreTests.xctest */,
  103. );
  104. name = Products;
  105. sourceTree = "<group>";
  106. };
  107. 30421933243DE0F200516852 /* DcCore */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 30421977243F1AF400516852 /* Helper */,
  111. 3042195E243E255000516852 /* Extensions */,
  112. 3042194B243DE15D00516852 /* DC */,
  113. 30421934243DE0F200516852 /* DcCore.h */,
  114. 30421935243DE0F200516852 /* Info.plist */,
  115. );
  116. path = DcCore;
  117. sourceTree = "<group>";
  118. };
  119. 3042193E243DE0F200516852 /* DcCoreTests */ = {
  120. isa = PBXGroup;
  121. children = (
  122. 3042193F243DE0F200516852 /* DcCoreTests.swift */,
  123. 30421941243DE0F200516852 /* Info.plist */,
  124. );
  125. path = DcCoreTests;
  126. sourceTree = "<group>";
  127. };
  128. 3042194B243DE15D00516852 /* DC */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 30421985243F209E00516852 /* events.swift */,
  132. 30421961243E26C800516852 /* Logger.swift */,
  133. 3042194E243DE15D00516852 /* wrapper.c */,
  134. 3042194C243DE15D00516852 /* wrapper.h */,
  135. 3042194D243DE15D00516852 /* Wrapper.swift */,
  136. );
  137. name = DC;
  138. path = "../../deltachat-ios/DC";
  139. sourceTree = "<group>";
  140. };
  141. 30421957243DE61400516852 /* Frameworks */ = {
  142. isa = PBXGroup;
  143. children = (
  144. 30421958243DE61400516852 /* libdeltachat.a */,
  145. );
  146. name = Frameworks;
  147. sourceTree = "<group>";
  148. };
  149. 3042195E243E255000516852 /* Extensions */ = {
  150. isa = PBXGroup;
  151. children = (
  152. 3042195F243E257100516852 /* UIColor+Extensions.swift */,
  153. 30421963243F0B8400516852 /* String+Extensions.swift */,
  154. 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */,
  155. 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */,
  156. 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */,
  157. 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */,
  158. );
  159. path = Extensions;
  160. sourceTree = "<group>";
  161. };
  162. 30421977243F1AF400516852 /* Helper */ = {
  163. isa = PBXGroup;
  164. children = (
  165. 30B2BD03278F207000889AA4 /* KeychainManager.swift */,
  166. 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */,
  167. 30421987243F23E500516852 /* Constants.swift */,
  168. 3042195C243E23F100516852 /* DcUtils.swift */,
  169. 306C324724460CDE001D89F3 /* DateUtils.swift */,
  170. 30E8F24C2449D30200CE2C90 /* DcColors.swift */,
  171. );
  172. path = Helper;
  173. sourceTree = "<group>";
  174. };
  175. /* End PBXGroup section */
  176. /* Begin PBXHeadersBuildPhase section */
  177. 3042192C243DE0F200516852 /* Headers */ = {
  178. isa = PBXHeadersBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. 30421950243DE15D00516852 /* wrapper.h in Headers */,
  182. 30421942243DE0F200516852 /* DcCore.h in Headers */,
  183. 3042195B243DF1C500516852 /* deltachat.h in Headers */,
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. };
  187. /* End PBXHeadersBuildPhase section */
  188. /* Begin PBXNativeTarget section */
  189. 30421930243DE0F200516852 /* DcCore */ = {
  190. isa = PBXNativeTarget;
  191. buildConfigurationList = 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */;
  192. buildPhases = (
  193. 30421954243DE38E00516852 /* ShellScript */,
  194. 3042192C243DE0F200516852 /* Headers */,
  195. 3042192D243DE0F200516852 /* Sources */,
  196. 3042192E243DE0F200516852 /* Frameworks */,
  197. 3042192F243DE0F200516852 /* Resources */,
  198. );
  199. buildRules = (
  200. );
  201. dependencies = (
  202. );
  203. name = DcCore;
  204. productName = DcCore;
  205. productReference = 30421931243DE0F200516852 /* DcCore.framework */;
  206. productType = "com.apple.product-type.framework";
  207. };
  208. 30421939243DE0F200516852 /* DcCoreTests */ = {
  209. isa = PBXNativeTarget;
  210. buildConfigurationList = 30421948243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCoreTests" */;
  211. buildPhases = (
  212. 30421936243DE0F200516852 /* Sources */,
  213. 30421937243DE0F200516852 /* Frameworks */,
  214. 30421938243DE0F200516852 /* Resources */,
  215. );
  216. buildRules = (
  217. );
  218. dependencies = (
  219. 3042193D243DE0F200516852 /* PBXTargetDependency */,
  220. );
  221. name = DcCoreTests;
  222. productName = DcCoreTests;
  223. productReference = 3042193A243DE0F200516852 /* DcCoreTests.xctest */;
  224. productType = "com.apple.product-type.bundle.unit-test";
  225. };
  226. /* End PBXNativeTarget section */
  227. /* Begin PBXProject section */
  228. 30421928243DE0F100516852 /* Project object */ = {
  229. isa = PBXProject;
  230. attributes = {
  231. LastSwiftUpdateCheck = 1140;
  232. LastUpgradeCheck = 1140;
  233. ORGANIZATIONNAME = "merlinux GmbH";
  234. TargetAttributes = {
  235. 30421930243DE0F200516852 = {
  236. CreatedOnToolsVersion = 11.4;
  237. };
  238. 30421939243DE0F200516852 = {
  239. CreatedOnToolsVersion = 11.4;
  240. };
  241. };
  242. };
  243. buildConfigurationList = 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */;
  244. compatibilityVersion = "Xcode 9.3";
  245. developmentRegion = en;
  246. hasScannedForEncodings = 0;
  247. knownRegions = (
  248. en,
  249. Base,
  250. );
  251. mainGroup = 30421927243DE0F100516852;
  252. productRefGroup = 30421932243DE0F200516852 /* Products */;
  253. projectDirPath = "";
  254. projectRoot = "";
  255. targets = (
  256. 30421930243DE0F200516852 /* DcCore */,
  257. 30421939243DE0F200516852 /* DcCoreTests */,
  258. );
  259. };
  260. /* End PBXProject section */
  261. /* Begin PBXResourcesBuildPhase section */
  262. 3042192F243DE0F200516852 /* Resources */ = {
  263. isa = PBXResourcesBuildPhase;
  264. buildActionMask = 2147483647;
  265. files = (
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. 30421938243DE0F200516852 /* Resources */ = {
  270. isa = PBXResourcesBuildPhase;
  271. buildActionMask = 2147483647;
  272. files = (
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. /* End PBXResourcesBuildPhase section */
  277. /* Begin PBXShellScriptBuildPhase section */
  278. 30421954243DE38E00516852 /* ShellScript */ = {
  279. isa = PBXShellScriptBuildPhase;
  280. buildActionMask = 2147483647;
  281. files = (
  282. );
  283. inputFileListPaths = (
  284. );
  285. inputPaths = (
  286. );
  287. outputFileListPaths = (
  288. );
  289. outputPaths = (
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. shellPath = /bin/sh;
  293. 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# new location for system libraries on macOS 11\nos_ver=$(sw_vers -productVersion)\n \nif [[ \"$os_ver\" == 11.* ]]; then\n export LIBRARY_PATH=\"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib\"\nfi\n\n# the same on macOS 12, TODO: is there a less duplicate way to do this check?\nif [[ \"$os_ver\" == 12.* ]]; then\n export LIBRARY_PATH=\"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib\"\nfi\n\n# ensure all targets are installed\nrustup target add aarch64-apple-ios x86_64-apple-ios --toolchain `cat ../rust-toolchain`\n\n# --xcode-integ determines --release and --targets from XCode's env vars.\n# Depending your setup, specify the rustup toolchain explicitly.\nRUSTFLAGS=\"-C lto=on -C embed-bitcode=yes\" \\\ncargo +`cat ../deltachat-ios/rust-toolchain` lipo --release --manifest-path ../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi/Cargo.toml\n";
  294. };
  295. /* End PBXShellScriptBuildPhase section */
  296. /* Begin PBXSourcesBuildPhase section */
  297. 3042192D243DE0F200516852 /* Sources */ = {
  298. isa = PBXSourcesBuildPhase;
  299. buildActionMask = 2147483647;
  300. files = (
  301. 30421988243F23E500516852 /* Constants.swift in Sources */,
  302. 30E8F24D2449D30200CE2C90 /* DcColors.swift in Sources */,
  303. 30421962243E26C800516852 /* Logger.swift in Sources */,
  304. 30421986243F209E00516852 /* events.swift in Sources */,
  305. 30421951243DE15D00516852 /* Wrapper.swift in Sources */,
  306. 306C324824460CDE001D89F3 /* DateUtils.swift in Sources */,
  307. 30B2BD04278F207000889AA4 /* KeychainManager.swift in Sources */,
  308. 30421952243DE15D00516852 /* wrapper.c in Sources */,
  309. 30E8F2212447357500CE2C90 /* DatabaseHelper.swift in Sources */,
  310. 3042195D243E23F100516852 /* DcUtils.swift in Sources */,
  311. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */,
  312. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */,
  313. 30E8F2482449C98600CE2C90 /* UIView+Extensions.swift in Sources */,
  314. 3057028624C5C60000D84EFC /* UITableView+Extensions.swift in Sources */,
  315. 308198AB24866229003BE20D /* UserDefaults+Extensions.swift in Sources */,
  316. 304F5E41244F2F3200462538 /* UIImage+Extensions.swift in Sources */,
  317. );
  318. runOnlyForDeploymentPostprocessing = 0;
  319. };
  320. 30421936243DE0F200516852 /* Sources */ = {
  321. isa = PBXSourcesBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. 30421940243DE0F200516852 /* DcCoreTests.swift in Sources */,
  325. );
  326. runOnlyForDeploymentPostprocessing = 0;
  327. };
  328. /* End PBXSourcesBuildPhase section */
  329. /* Begin PBXTargetDependency section */
  330. 3042193D243DE0F200516852 /* PBXTargetDependency */ = {
  331. isa = PBXTargetDependency;
  332. target = 30421930243DE0F200516852 /* DcCore */;
  333. targetProxy = 3042193C243DE0F200516852 /* PBXContainerItemProxy */;
  334. };
  335. /* End PBXTargetDependency section */
  336. /* Begin XCBuildConfiguration section */
  337. 30421943243DE0F200516852 /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. ALWAYS_SEARCH_USER_PATHS = NO;
  341. CLANG_ANALYZER_NONNULL = YES;
  342. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  343. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  344. CLANG_CXX_LIBRARY = "libc++";
  345. CLANG_ENABLE_MODULES = YES;
  346. CLANG_ENABLE_OBJC_ARC = YES;
  347. CLANG_ENABLE_OBJC_WEAK = YES;
  348. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  349. CLANG_WARN_BOOL_CONVERSION = YES;
  350. CLANG_WARN_COMMA = YES;
  351. CLANG_WARN_CONSTANT_CONVERSION = YES;
  352. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  353. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  354. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  355. CLANG_WARN_EMPTY_BODY = YES;
  356. CLANG_WARN_ENUM_CONVERSION = YES;
  357. CLANG_WARN_INFINITE_RECURSION = YES;
  358. CLANG_WARN_INT_CONVERSION = YES;
  359. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  360. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  361. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  362. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  363. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  364. CLANG_WARN_STRICT_PROTOTYPES = YES;
  365. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  366. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  367. CLANG_WARN_UNREACHABLE_CODE = YES;
  368. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  369. COPY_PHASE_STRIP = NO;
  370. CURRENT_PROJECT_VERSION = 1;
  371. DEBUG_INFORMATION_FORMAT = dwarf;
  372. ENABLE_STRICT_OBJC_MSGSEND = YES;
  373. ENABLE_TESTABILITY = YES;
  374. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  375. GCC_C_LANGUAGE_STANDARD = gnu11;
  376. GCC_DYNAMIC_NO_PIC = NO;
  377. GCC_NO_COMMON_BLOCKS = YES;
  378. GCC_OPTIMIZATION_LEVEL = 0;
  379. GCC_PREPROCESSOR_DEFINITIONS = (
  380. "DEBUG=1",
  381. "$(inherited)",
  382. );
  383. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  384. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  385. GCC_WARN_UNDECLARED_SELECTOR = YES;
  386. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  387. GCC_WARN_UNUSED_FUNCTION = YES;
  388. GCC_WARN_UNUSED_VARIABLE = YES;
  389. IPHONEOS_DEPLOYMENT_TARGET = 11.1;
  390. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  391. MTL_FAST_MATH = YES;
  392. ONLY_ACTIVE_ARCH = YES;
  393. SDKROOT = iphoneos;
  394. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  395. SWIFT_OPTIMIZATION_LEVEL = "-O";
  396. VERSIONING_SYSTEM = "apple-generic";
  397. VERSION_INFO_PREFIX = "";
  398. };
  399. name = Debug;
  400. };
  401. 30421944243DE0F200516852 /* Release */ = {
  402. isa = XCBuildConfiguration;
  403. buildSettings = {
  404. ALWAYS_SEARCH_USER_PATHS = NO;
  405. CLANG_ANALYZER_NONNULL = YES;
  406. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  407. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  408. CLANG_CXX_LIBRARY = "libc++";
  409. CLANG_ENABLE_MODULES = YES;
  410. CLANG_ENABLE_OBJC_ARC = YES;
  411. CLANG_ENABLE_OBJC_WEAK = YES;
  412. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  413. CLANG_WARN_BOOL_CONVERSION = YES;
  414. CLANG_WARN_COMMA = YES;
  415. CLANG_WARN_CONSTANT_CONVERSION = YES;
  416. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  417. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  418. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  419. CLANG_WARN_EMPTY_BODY = YES;
  420. CLANG_WARN_ENUM_CONVERSION = YES;
  421. CLANG_WARN_INFINITE_RECURSION = YES;
  422. CLANG_WARN_INT_CONVERSION = YES;
  423. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  424. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  425. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  426. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  427. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  428. CLANG_WARN_STRICT_PROTOTYPES = YES;
  429. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  430. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  431. CLANG_WARN_UNREACHABLE_CODE = YES;
  432. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  433. COPY_PHASE_STRIP = NO;
  434. CURRENT_PROJECT_VERSION = 1;
  435. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  436. ENABLE_NS_ASSERTIONS = NO;
  437. ENABLE_STRICT_OBJC_MSGSEND = YES;
  438. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  439. GCC_C_LANGUAGE_STANDARD = gnu11;
  440. GCC_NO_COMMON_BLOCKS = YES;
  441. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  442. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  443. GCC_WARN_UNDECLARED_SELECTOR = YES;
  444. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  445. GCC_WARN_UNUSED_FUNCTION = YES;
  446. GCC_WARN_UNUSED_VARIABLE = YES;
  447. IPHONEOS_DEPLOYMENT_TARGET = 11.1;
  448. MTL_ENABLE_DEBUG_INFO = NO;
  449. MTL_FAST_MATH = YES;
  450. SDKROOT = iphoneos;
  451. SWIFT_COMPILATION_MODE = wholemodule;
  452. SWIFT_OPTIMIZATION_LEVEL = "-O";
  453. VALIDATE_PRODUCT = YES;
  454. VERSIONING_SYSTEM = "apple-generic";
  455. VERSION_INFO_PREFIX = "";
  456. };
  457. name = Release;
  458. };
  459. 30421946243DE0F200516852 /* Debug */ = {
  460. isa = XCBuildConfiguration;
  461. buildSettings = {
  462. CODE_SIGN_STYLE = Automatic;
  463. DEFINES_MODULE = YES;
  464. DEVELOPMENT_TEAM = 8Y86453UA8;
  465. DYLIB_COMPATIBILITY_VERSION = 1;
  466. DYLIB_CURRENT_VERSION = 1;
  467. DYLIB_INSTALL_NAME_BASE = "@rpath";
  468. ENABLE_BITCODE = NO;
  469. HEADER_SEARCH_PATHS = (
  470. "$(inherited)",
  471. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  472. );
  473. INFOPLIST_FILE = DcCore/Info.plist;
  474. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  475. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  476. LD_RUNPATH_SEARCH_PATHS = (
  477. "$(inherited)",
  478. "@executable_path/Frameworks",
  479. "@loader_path/Frameworks",
  480. );
  481. LIBRARY_SEARCH_PATHS = (
  482. "$(inherited)",
  483. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  484. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
  485. );
  486. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCore;
  487. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  488. SKIP_INSTALL = YES;
  489. SWIFT_OBJC_BRIDGING_HEADER = "";
  490. SWIFT_VERSION = 4.2;
  491. TARGETED_DEVICE_FAMILY = "1,2";
  492. };
  493. name = Debug;
  494. };
  495. 30421947243DE0F200516852 /* Release */ = {
  496. isa = XCBuildConfiguration;
  497. buildSettings = {
  498. CODE_SIGN_STYLE = Automatic;
  499. DEFINES_MODULE = YES;
  500. DEVELOPMENT_TEAM = 8Y86453UA8;
  501. DYLIB_COMPATIBILITY_VERSION = 1;
  502. DYLIB_CURRENT_VERSION = 1;
  503. DYLIB_INSTALL_NAME_BASE = "@rpath";
  504. ENABLE_BITCODE = NO;
  505. HEADER_SEARCH_PATHS = (
  506. "$(inherited)",
  507. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  508. );
  509. INFOPLIST_FILE = DcCore/Info.plist;
  510. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  511. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  512. LD_RUNPATH_SEARCH_PATHS = (
  513. "$(inherited)",
  514. "@executable_path/Frameworks",
  515. "@loader_path/Frameworks",
  516. );
  517. LIBRARY_SEARCH_PATHS = (
  518. "$(inherited)",
  519. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  520. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
  521. );
  522. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCore;
  523. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  524. SKIP_INSTALL = YES;
  525. SWIFT_OBJC_BRIDGING_HEADER = "";
  526. SWIFT_VERSION = 4.2;
  527. TARGETED_DEVICE_FAMILY = "1,2";
  528. };
  529. name = Release;
  530. };
  531. 30421949243DE0F200516852 /* Debug */ = {
  532. isa = XCBuildConfiguration;
  533. buildSettings = {
  534. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  535. CODE_SIGN_STYLE = Automatic;
  536. DEVELOPMENT_TEAM = 8Y86453UA8;
  537. INFOPLIST_FILE = DcCoreTests/Info.plist;
  538. LD_RUNPATH_SEARCH_PATHS = (
  539. "$(inherited)",
  540. "@executable_path/Frameworks",
  541. "@loader_path/Frameworks",
  542. );
  543. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCoreTests;
  544. PRODUCT_NAME = "$(TARGET_NAME)";
  545. SWIFT_VERSION = 5.0;
  546. TARGETED_DEVICE_FAMILY = "1,2";
  547. };
  548. name = Debug;
  549. };
  550. 3042194A243DE0F200516852 /* Release */ = {
  551. isa = XCBuildConfiguration;
  552. buildSettings = {
  553. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  554. CODE_SIGN_STYLE = Automatic;
  555. DEVELOPMENT_TEAM = 8Y86453UA8;
  556. INFOPLIST_FILE = DcCoreTests/Info.plist;
  557. LD_RUNPATH_SEARCH_PATHS = (
  558. "$(inherited)",
  559. "@executable_path/Frameworks",
  560. "@loader_path/Frameworks",
  561. );
  562. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCoreTests;
  563. PRODUCT_NAME = "$(TARGET_NAME)";
  564. SWIFT_VERSION = 5.0;
  565. TARGETED_DEVICE_FAMILY = "1,2";
  566. };
  567. name = Release;
  568. };
  569. /* End XCBuildConfiguration section */
  570. /* Begin XCConfigurationList section */
  571. 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */ = {
  572. isa = XCConfigurationList;
  573. buildConfigurations = (
  574. 30421943243DE0F200516852 /* Debug */,
  575. 30421944243DE0F200516852 /* Release */,
  576. );
  577. defaultConfigurationIsVisible = 0;
  578. defaultConfigurationName = Release;
  579. };
  580. 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */ = {
  581. isa = XCConfigurationList;
  582. buildConfigurations = (
  583. 30421946243DE0F200516852 /* Debug */,
  584. 30421947243DE0F200516852 /* Release */,
  585. );
  586. defaultConfigurationIsVisible = 0;
  587. defaultConfigurationName = Release;
  588. };
  589. 30421948243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCoreTests" */ = {
  590. isa = XCConfigurationList;
  591. buildConfigurations = (
  592. 30421949243DE0F200516852 /* Debug */,
  593. 3042194A243DE0F200516852 /* Release */,
  594. );
  595. defaultConfigurationIsVisible = 0;
  596. defaultConfigurationName = Release;
  597. };
  598. /* End XCConfigurationList section */
  599. };
  600. rootObject = 30421928243DE0F100516852 /* Project object */;
  601. }