project.pbxproj 28 KB

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