project.pbxproj 28 KB

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