project.pbxproj 28 KB

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