project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  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. 3042195B243DF1C500516852 /* deltachat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3042195A243DF1C500516852 /* deltachat.h */; settings = {ATTRIBUTES = (Public, ); }; };
  16. 3042195D243E23F100516852 /* DcUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195C243E23F100516852 /* DcUtils.swift */; };
  17. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195F243E257100516852 /* UIColor+Extensions.swift */; };
  18. 30421962243E26C800516852 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421961243E26C800516852 /* Logger.swift */; };
  19. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421963243F0B8400516852 /* String+Extensions.swift */; };
  20. 30421986243F209E00516852 /* events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421985243F209E00516852 /* events.swift */; };
  21. 30421988243F23E500516852 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421987243F23E500516852 /* Constants.swift */; };
  22. 304F5E41244F2F3200462538 /* UIImage+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */; };
  23. 3057028624C5C60000D84EFC /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */; };
  24. 306C324824460CDE001D89F3 /* DateUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306C324724460CDE001D89F3 /* DateUtils.swift */; };
  25. 308198AB24866229003BE20D /* UserDefaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */; };
  26. 30B2BD04278F207000889AA4 /* KeychainManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B2BD03278F207000889AA4 /* KeychainManager.swift */; };
  27. 30E8F2212447357500CE2C90 /* DatabaseHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */; };
  28. 30E8F2482449C98600CE2C90 /* UIView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */; };
  29. 30E8F24D2449D30200CE2C90 /* DcColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F24C2449D30200CE2C90 /* DcColors.swift */; };
  30. 78072F172A040ED800EB7C98 /* libdeltachat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78072F162A040ED800EB7C98 /* libdeltachat.a */; };
  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. 78072F162A040ED800EB7C98 /* libdeltachat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdeltachat.a; path = "../deltachat-ios/libraries/libdeltachat.a"; sourceTree = "<group>"; };
  69. 7827C8882A04089900B8470D /* libraries */ = {isa = PBXFileReference; lastKnownFileType = folder; name = libraries; path = "../deltachat-ios/libraries"; sourceTree = "<group>"; };
  70. 7827C88A2A0408A700B8470D /* libdeltachat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdeltachat.a; path = "../deltachat-ios/libraries/deltachat-core-rust/libdeltachat.a"; sourceTree = "<group>"; };
  71. 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; };
  72. /* End PBXFileReference section */
  73. /* Begin PBXFrameworksBuildPhase section */
  74. 3042192E243DE0F200516852 /* Frameworks */ = {
  75. isa = PBXFrameworksBuildPhase;
  76. buildActionMask = 2147483647;
  77. files = (
  78. 78072F172A040ED800EB7C98 /* libdeltachat.a in Frameworks */,
  79. 7871729629BA495200F110DC /* SystemConfiguration.framework in Frameworks */,
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. 30421937243DE0F200516852 /* Frameworks */ = {
  84. isa = PBXFrameworksBuildPhase;
  85. buildActionMask = 2147483647;
  86. files = (
  87. 3042193B243DE0F200516852 /* DcCore.framework in Frameworks */,
  88. );
  89. runOnlyForDeploymentPostprocessing = 0;
  90. };
  91. /* End PBXFrameworksBuildPhase section */
  92. /* Begin PBXGroup section */
  93. 30421927243DE0F100516852 = {
  94. isa = PBXGroup;
  95. children = (
  96. 3042195A243DF1C500516852 /* deltachat.h */,
  97. 30421933243DE0F200516852 /* DcCore */,
  98. 3042193E243DE0F200516852 /* DcCoreTests */,
  99. 30421932243DE0F200516852 /* Products */,
  100. 30421957243DE61400516852 /* Frameworks */,
  101. );
  102. sourceTree = "<group>";
  103. };
  104. 30421932243DE0F200516852 /* Products */ = {
  105. isa = PBXGroup;
  106. children = (
  107. 30421931243DE0F200516852 /* DcCore.framework */,
  108. 3042193A243DE0F200516852 /* DcCoreTests.xctest */,
  109. );
  110. name = Products;
  111. sourceTree = "<group>";
  112. };
  113. 30421933243DE0F200516852 /* DcCore */ = {
  114. isa = PBXGroup;
  115. children = (
  116. 30421977243F1AF400516852 /* Helper */,
  117. 3042195E243E255000516852 /* Extensions */,
  118. 3042194B243DE15D00516852 /* DC */,
  119. 30421934243DE0F200516852 /* DcCore.h */,
  120. 30421935243DE0F200516852 /* Info.plist */,
  121. );
  122. path = DcCore;
  123. sourceTree = "<group>";
  124. };
  125. 3042193E243DE0F200516852 /* DcCoreTests */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 3042193F243DE0F200516852 /* DcCoreTests.swift */,
  129. 30421941243DE0F200516852 /* Info.plist */,
  130. );
  131. path = DcCoreTests;
  132. sourceTree = "<group>";
  133. };
  134. 3042194B243DE15D00516852 /* DC */ = {
  135. isa = PBXGroup;
  136. children = (
  137. 30421985243F209E00516852 /* events.swift */,
  138. 30421961243E26C800516852 /* Logger.swift */,
  139. 3042194E243DE15D00516852 /* wrapper.c */,
  140. 3042194C243DE15D00516852 /* wrapper.h */,
  141. 3042194D243DE15D00516852 /* Wrapper.swift */,
  142. );
  143. name = DC;
  144. path = "../../deltachat-ios/DC";
  145. sourceTree = "<group>";
  146. };
  147. 30421957243DE61400516852 /* Frameworks */ = {
  148. isa = PBXGroup;
  149. children = (
  150. 7827C88A2A0408A700B8470D /* libdeltachat.a */,
  151. 78072F162A040ED800EB7C98 /* libdeltachat.a */,
  152. 7827C8882A04089900B8470D /* libraries */,
  153. 7871729529BA495200F110DC /* SystemConfiguration.framework */,
  154. 30421958243DE61400516852 /* libdeltachat.a */,
  155. );
  156. name = Frameworks;
  157. sourceTree = "<group>";
  158. };
  159. 3042195E243E255000516852 /* Extensions */ = {
  160. isa = PBXGroup;
  161. children = (
  162. 3042195F243E257100516852 /* UIColor+Extensions.swift */,
  163. 30421963243F0B8400516852 /* String+Extensions.swift */,
  164. 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */,
  165. 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */,
  166. 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */,
  167. 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */,
  168. );
  169. path = Extensions;
  170. sourceTree = "<group>";
  171. };
  172. 30421977243F1AF400516852 /* Helper */ = {
  173. isa = PBXGroup;
  174. children = (
  175. 30B2BD03278F207000889AA4 /* KeychainManager.swift */,
  176. 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */,
  177. 30421987243F23E500516852 /* Constants.swift */,
  178. 3042195C243E23F100516852 /* DcUtils.swift */,
  179. 306C324724460CDE001D89F3 /* DateUtils.swift */,
  180. 30E8F24C2449D30200CE2C90 /* DcColors.swift */,
  181. );
  182. path = Helper;
  183. sourceTree = "<group>";
  184. };
  185. /* End PBXGroup section */
  186. /* Begin PBXHeadersBuildPhase section */
  187. 3042192C243DE0F200516852 /* Headers */ = {
  188. isa = PBXHeadersBuildPhase;
  189. buildActionMask = 2147483647;
  190. files = (
  191. 30421950243DE15D00516852 /* wrapper.h in Headers */,
  192. 30421942243DE0F200516852 /* DcCore.h in Headers */,
  193. 3042195B243DF1C500516852 /* deltachat.h in Headers */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXHeadersBuildPhase section */
  198. /* Begin PBXNativeTarget section */
  199. 30421930243DE0F200516852 /* DcCore */ = {
  200. isa = PBXNativeTarget;
  201. buildConfigurationList = 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */;
  202. buildPhases = (
  203. 30421954243DE38E00516852 /* ShellScript */,
  204. 3042192C243DE0F200516852 /* Headers */,
  205. 3042192D243DE0F200516852 /* Sources */,
  206. 3042192E243DE0F200516852 /* Frameworks */,
  207. 3042192F243DE0F200516852 /* Resources */,
  208. );
  209. buildRules = (
  210. );
  211. dependencies = (
  212. );
  213. name = DcCore;
  214. productName = DcCore;
  215. productReference = 30421931243DE0F200516852 /* DcCore.framework */;
  216. productType = "com.apple.product-type.framework";
  217. };
  218. 30421939243DE0F200516852 /* DcCoreTests */ = {
  219. isa = PBXNativeTarget;
  220. buildConfigurationList = 30421948243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCoreTests" */;
  221. buildPhases = (
  222. 30421936243DE0F200516852 /* Sources */,
  223. 30421937243DE0F200516852 /* Frameworks */,
  224. 30421938243DE0F200516852 /* Resources */,
  225. );
  226. buildRules = (
  227. );
  228. dependencies = (
  229. 3042193D243DE0F200516852 /* PBXTargetDependency */,
  230. );
  231. name = DcCoreTests;
  232. productName = DcCoreTests;
  233. productReference = 3042193A243DE0F200516852 /* DcCoreTests.xctest */;
  234. productType = "com.apple.product-type.bundle.unit-test";
  235. };
  236. /* End PBXNativeTarget section */
  237. /* Begin PBXProject section */
  238. 30421928243DE0F100516852 /* Project object */ = {
  239. isa = PBXProject;
  240. attributes = {
  241. LastSwiftUpdateCheck = 1140;
  242. LastUpgradeCheck = 1140;
  243. ORGANIZATIONNAME = "merlinux GmbH";
  244. TargetAttributes = {
  245. 30421930243DE0F200516852 = {
  246. CreatedOnToolsVersion = 11.4;
  247. };
  248. 30421939243DE0F200516852 = {
  249. CreatedOnToolsVersion = 11.4;
  250. };
  251. };
  252. };
  253. buildConfigurationList = 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */;
  254. compatibilityVersion = "Xcode 9.3";
  255. developmentRegion = en;
  256. hasScannedForEncodings = 0;
  257. knownRegions = (
  258. en,
  259. Base,
  260. );
  261. mainGroup = 30421927243DE0F100516852;
  262. productRefGroup = 30421932243DE0F200516852 /* Products */;
  263. projectDirPath = "";
  264. projectRoot = "";
  265. targets = (
  266. 30421930243DE0F200516852 /* DcCore */,
  267. 30421939243DE0F200516852 /* DcCoreTests */,
  268. );
  269. };
  270. /* End PBXProject section */
  271. /* Begin PBXResourcesBuildPhase section */
  272. 3042192F243DE0F200516852 /* Resources */ = {
  273. isa = PBXResourcesBuildPhase;
  274. buildActionMask = 2147483647;
  275. files = (
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. };
  279. 30421938243DE0F200516852 /* Resources */ = {
  280. isa = PBXResourcesBuildPhase;
  281. buildActionMask = 2147483647;
  282. files = (
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. /* End PBXResourcesBuildPhase section */
  287. /* Begin PBXShellScriptBuildPhase section */
  288. 30421954243DE38E00516852 /* ShellScript */ = {
  289. isa = PBXShellScriptBuildPhase;
  290. buildActionMask = 2147483647;
  291. files = (
  292. );
  293. inputFileListPaths = (
  294. );
  295. inputPaths = (
  296. );
  297. outputFileListPaths = (
  298. );
  299. outputPaths = (
  300. );
  301. runOnlyForDeploymentPostprocessing = 0;
  302. shellPath = /bin/sh;
  303. shellScript = "export PATH=\"/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin\"\nexport PATH=\"$HOME/.cargo/bin:$PATH\"\n\nFILENAME=\"libdeltachat.a\"\nDIR=\"../deltachat-ios/libraries\"\n\n# Delete old build, if any.\nrm -f \"${DIR}/${FILENAME}\"\n\nrustc `cat ../rust-toolchain` --version\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\" \\\n cargo +`cat ../rust-toolchain` lipo --xcode-integ --manifest-path \"$DIR/deltachat-core-rust/deltachat-ffi/Cargo.toml\"\n\n# cargo-lipo drops result in different folder, depending on the config.\nif [[ $CONFIGURATION = \"Debug\" ]]; then\n SOURCE=\"$DIR/deltachat-core-rust/target/universal/debug/${FILENAME}\"\nelse\n SOURCE=\"$DIR/deltachat-core-rust/target/universal/release/${FILENAME}\"\nfi\n\n# Copy compiled library to DIR.\nif [ -e \"${SOURCE}\" ]; then\n cp -a \"${SOURCE}\" $DIR\nfi\n";
  304. };
  305. /* End PBXShellScriptBuildPhase section */
  306. /* Begin PBXSourcesBuildPhase section */
  307. 3042192D243DE0F200516852 /* Sources */ = {
  308. isa = PBXSourcesBuildPhase;
  309. buildActionMask = 2147483647;
  310. files = (
  311. 30421988243F23E500516852 /* Constants.swift in Sources */,
  312. 30E8F24D2449D30200CE2C90 /* DcColors.swift in Sources */,
  313. 30421962243E26C800516852 /* Logger.swift in Sources */,
  314. 30421986243F209E00516852 /* events.swift in Sources */,
  315. 30421951243DE15D00516852 /* Wrapper.swift in Sources */,
  316. 306C324824460CDE001D89F3 /* DateUtils.swift in Sources */,
  317. 30B2BD04278F207000889AA4 /* KeychainManager.swift in Sources */,
  318. 30421952243DE15D00516852 /* wrapper.c in Sources */,
  319. 30E8F2212447357500CE2C90 /* DatabaseHelper.swift in Sources */,
  320. 3042195D243E23F100516852 /* DcUtils.swift in Sources */,
  321. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */,
  322. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */,
  323. 30E8F2482449C98600CE2C90 /* UIView+Extensions.swift in Sources */,
  324. 3057028624C5C60000D84EFC /* UITableView+Extensions.swift in Sources */,
  325. 308198AB24866229003BE20D /* UserDefaults+Extensions.swift in Sources */,
  326. 304F5E41244F2F3200462538 /* UIImage+Extensions.swift in Sources */,
  327. );
  328. runOnlyForDeploymentPostprocessing = 0;
  329. };
  330. 30421936243DE0F200516852 /* Sources */ = {
  331. isa = PBXSourcesBuildPhase;
  332. buildActionMask = 2147483647;
  333. files = (
  334. 30421940243DE0F200516852 /* DcCoreTests.swift in Sources */,
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. };
  338. /* End PBXSourcesBuildPhase section */
  339. /* Begin PBXTargetDependency section */
  340. 3042193D243DE0F200516852 /* PBXTargetDependency */ = {
  341. isa = PBXTargetDependency;
  342. target = 30421930243DE0F200516852 /* DcCore */;
  343. targetProxy = 3042193C243DE0F200516852 /* PBXContainerItemProxy */;
  344. };
  345. /* End PBXTargetDependency section */
  346. /* Begin XCBuildConfiguration section */
  347. 30421943243DE0F200516852 /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. ALWAYS_SEARCH_USER_PATHS = NO;
  351. CLANG_ANALYZER_NONNULL = YES;
  352. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  353. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  354. CLANG_CXX_LIBRARY = "libc++";
  355. CLANG_ENABLE_MODULES = YES;
  356. CLANG_ENABLE_OBJC_ARC = YES;
  357. CLANG_ENABLE_OBJC_WEAK = YES;
  358. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  359. CLANG_WARN_BOOL_CONVERSION = YES;
  360. CLANG_WARN_COMMA = YES;
  361. CLANG_WARN_CONSTANT_CONVERSION = YES;
  362. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  363. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  364. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  365. CLANG_WARN_EMPTY_BODY = YES;
  366. CLANG_WARN_ENUM_CONVERSION = YES;
  367. CLANG_WARN_INFINITE_RECURSION = YES;
  368. CLANG_WARN_INT_CONVERSION = YES;
  369. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  370. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  371. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  372. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  373. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  374. CLANG_WARN_STRICT_PROTOTYPES = YES;
  375. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  376. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  377. CLANG_WARN_UNREACHABLE_CODE = YES;
  378. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  379. COPY_PHASE_STRIP = NO;
  380. CURRENT_PROJECT_VERSION = 1;
  381. DEBUG_INFORMATION_FORMAT = dwarf;
  382. ENABLE_STRICT_OBJC_MSGSEND = YES;
  383. ENABLE_TESTABILITY = YES;
  384. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  385. GCC_C_LANGUAGE_STANDARD = gnu11;
  386. GCC_DYNAMIC_NO_PIC = NO;
  387. GCC_NO_COMMON_BLOCKS = YES;
  388. GCC_OPTIMIZATION_LEVEL = 0;
  389. GCC_PREPROCESSOR_DEFINITIONS = (
  390. "DEBUG=1",
  391. "$(inherited)",
  392. );
  393. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  394. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  395. GCC_WARN_UNDECLARED_SELECTOR = YES;
  396. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  397. GCC_WARN_UNUSED_FUNCTION = YES;
  398. GCC_WARN_UNUSED_VARIABLE = YES;
  399. IPHONEOS_DEPLOYMENT_TARGET = 11.1;
  400. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  401. MTL_FAST_MATH = YES;
  402. ONLY_ACTIVE_ARCH = YES;
  403. SDKROOT = iphoneos;
  404. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  405. SWIFT_OPTIMIZATION_LEVEL = "-O";
  406. VERSIONING_SYSTEM = "apple-generic";
  407. VERSION_INFO_PREFIX = "";
  408. };
  409. name = Debug;
  410. };
  411. 30421944243DE0F200516852 /* Release */ = {
  412. isa = XCBuildConfiguration;
  413. buildSettings = {
  414. ALWAYS_SEARCH_USER_PATHS = NO;
  415. CLANG_ANALYZER_NONNULL = YES;
  416. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  417. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  418. CLANG_CXX_LIBRARY = "libc++";
  419. CLANG_ENABLE_MODULES = YES;
  420. CLANG_ENABLE_OBJC_ARC = YES;
  421. CLANG_ENABLE_OBJC_WEAK = YES;
  422. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  423. CLANG_WARN_BOOL_CONVERSION = YES;
  424. CLANG_WARN_COMMA = YES;
  425. CLANG_WARN_CONSTANT_CONVERSION = YES;
  426. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  427. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  428. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  429. CLANG_WARN_EMPTY_BODY = YES;
  430. CLANG_WARN_ENUM_CONVERSION = YES;
  431. CLANG_WARN_INFINITE_RECURSION = YES;
  432. CLANG_WARN_INT_CONVERSION = YES;
  433. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  434. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  435. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  436. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  437. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  438. CLANG_WARN_STRICT_PROTOTYPES = YES;
  439. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  440. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  441. CLANG_WARN_UNREACHABLE_CODE = YES;
  442. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  443. COPY_PHASE_STRIP = NO;
  444. CURRENT_PROJECT_VERSION = 1;
  445. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  446. ENABLE_NS_ASSERTIONS = NO;
  447. ENABLE_STRICT_OBJC_MSGSEND = YES;
  448. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  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",
  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",
  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. }