project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 30421942243DE0F200516852 /* DcCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 30421934243DE0F200516852 /* DcCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 30421950243DE15D00516852 /* wrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3042194C243DE15D00516852 /* wrapper.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 30421951243DE15D00516852 /* Wrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042194D243DE15D00516852 /* Wrapper.swift */; };
  12. 30421952243DE15D00516852 /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 3042194E243DE15D00516852 /* wrapper.c */; };
  13. 3042195B243DF1C500516852 /* deltachat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3042195A243DF1C500516852 /* deltachat.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14. 3042195D243E23F100516852 /* DcUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195C243E23F100516852 /* DcUtils.swift */; };
  15. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3042195F243E257100516852 /* UIColor+Extensions.swift */; };
  16. 30421962243E26C800516852 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421961243E26C800516852 /* Logger.swift */; };
  17. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421963243F0B8400516852 /* String+Extensions.swift */; };
  18. 30421986243F209E00516852 /* events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421985243F209E00516852 /* events.swift */; };
  19. 30421988243F23E500516852 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30421987243F23E500516852 /* Constants.swift */; };
  20. 304F5E41244F2F3200462538 /* UIImage+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */; };
  21. 3057028624C5C60000D84EFC /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */; };
  22. 306C324824460CDE001D89F3 /* DateUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306C324724460CDE001D89F3 /* DateUtils.swift */; };
  23. 308198AB24866229003BE20D /* UserDefaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */; };
  24. 30B2BD04278F207000889AA4 /* KeychainManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B2BD03278F207000889AA4 /* KeychainManager.swift */; };
  25. 30E8F2212447357500CE2C90 /* DatabaseHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */; };
  26. 30E8F2482449C98600CE2C90 /* UIView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */; };
  27. 30E8F24D2449D30200CE2C90 /* DcColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F24C2449D30200CE2C90 /* DcColors.swift */; };
  28. 78072F172A040ED800EB7C98 /* libdeltachat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78072F162A040ED800EB7C98 /* libdeltachat.a */; };
  29. 7871729629BA495200F110DC /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7871729529BA495200F110DC /* SystemConfiguration.framework */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXFileReference section */
  32. 30421931243DE0F200516852 /* DcCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DcCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 30421934243DE0F200516852 /* DcCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DcCore.h; sourceTree = "<group>"; };
  34. 30421935243DE0F200516852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  35. 3042194C243DE15D00516852 /* wrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wrapper.h; path = ../../DcCore/DcCore/DC/wrapper.h; sourceTree = "<group>"; };
  36. 3042194D243DE15D00516852 /* Wrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Wrapper.swift; path = ../../DcCore/DcCore/DC/Wrapper.swift; sourceTree = "<group>"; };
  37. 3042194E243DE15D00516852 /* wrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrapper.c; path = ../../DcCore/DcCore/DC/wrapper.c; sourceTree = "<group>"; };
  38. 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>"; };
  39. 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>"; };
  40. 3042195C243E23F100516852 /* DcUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DcUtils.swift; sourceTree = "<group>"; };
  41. 3042195F243E257100516852 /* UIColor+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extensions.swift"; sourceTree = "<group>"; };
  42. 30421961243E26C800516852 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = ../../DcCore/DcCore/DC/Logger.swift; sourceTree = "<group>"; };
  43. 30421963243F0B8400516852 /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
  44. 30421985243F209E00516852 /* events.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = events.swift; path = ../../DcCore/DcCore/DC/events.swift; sourceTree = "<group>"; };
  45. 30421987243F23E500516852 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  46. 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extensions.swift"; sourceTree = "<group>"; };
  47. 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extensions.swift"; sourceTree = "<group>"; };
  48. 306C324724460CDE001D89F3 /* DateUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateUtils.swift; sourceTree = "<group>"; };
  49. 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+Extensions.swift"; sourceTree = "<group>"; };
  50. 30B2BD03278F207000889AA4 /* KeychainManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainManager.swift; sourceTree = "<group>"; };
  51. 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseHelper.swift; sourceTree = "<group>"; };
  52. 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Extensions.swift"; sourceTree = "<group>"; };
  53. 30E8F24C2449D30200CE2C90 /* DcColors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DcColors.swift; sourceTree = "<group>"; };
  54. 78072F162A040ED800EB7C98 /* libdeltachat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdeltachat.a; path = "../deltachat-ios/libraries/libdeltachat.a"; sourceTree = "<group>"; };
  55. 7827C8882A04089900B8470D /* libraries */ = {isa = PBXFileReference; lastKnownFileType = folder; name = libraries; path = "../deltachat-ios/libraries"; sourceTree = "<group>"; };
  56. 7827C88A2A0408A700B8470D /* libdeltachat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdeltachat.a; path = "../deltachat-ios/libraries/deltachat-core-rust/libdeltachat.a"; sourceTree = "<group>"; };
  57. 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; };
  58. /* End PBXFileReference section */
  59. /* Begin PBXFrameworksBuildPhase section */
  60. 3042192E243DE0F200516852 /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 2147483647;
  63. files = (
  64. 78072F172A040ED800EB7C98 /* libdeltachat.a in Frameworks */,
  65. 7871729629BA495200F110DC /* SystemConfiguration.framework in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 30421927243DE0F100516852 = {
  72. isa = PBXGroup;
  73. children = (
  74. 3042195A243DF1C500516852 /* deltachat.h */,
  75. 30421933243DE0F200516852 /* DcCore */,
  76. 30421932243DE0F200516852 /* Products */,
  77. 30421957243DE61400516852 /* Frameworks */,
  78. );
  79. sourceTree = "<group>";
  80. };
  81. 30421932243DE0F200516852 /* Products */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 30421931243DE0F200516852 /* DcCore.framework */,
  85. );
  86. name = Products;
  87. sourceTree = "<group>";
  88. };
  89. 30421933243DE0F200516852 /* DcCore */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 30421977243F1AF400516852 /* Helper */,
  93. 3042195E243E255000516852 /* Extensions */,
  94. 3042194B243DE15D00516852 /* DC */,
  95. 30421934243DE0F200516852 /* DcCore.h */,
  96. 30421935243DE0F200516852 /* Info.plist */,
  97. );
  98. path = DcCore;
  99. sourceTree = "<group>";
  100. };
  101. 3042194B243DE15D00516852 /* DC */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 30421985243F209E00516852 /* events.swift */,
  105. 30421961243E26C800516852 /* Logger.swift */,
  106. 3042194E243DE15D00516852 /* wrapper.c */,
  107. 3042194C243DE15D00516852 /* wrapper.h */,
  108. 3042194D243DE15D00516852 /* Wrapper.swift */,
  109. );
  110. name = DC;
  111. path = "../../deltachat-ios/DC";
  112. sourceTree = "<group>";
  113. };
  114. 30421957243DE61400516852 /* Frameworks */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 7827C88A2A0408A700B8470D /* libdeltachat.a */,
  118. 78072F162A040ED800EB7C98 /* libdeltachat.a */,
  119. 7827C8882A04089900B8470D /* libraries */,
  120. 7871729529BA495200F110DC /* SystemConfiguration.framework */,
  121. 30421958243DE61400516852 /* libdeltachat.a */,
  122. );
  123. name = Frameworks;
  124. sourceTree = "<group>";
  125. };
  126. 3042195E243E255000516852 /* Extensions */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 3042195F243E257100516852 /* UIColor+Extensions.swift */,
  130. 30421963243F0B8400516852 /* String+Extensions.swift */,
  131. 30E8F2472449C98600CE2C90 /* UIView+Extensions.swift */,
  132. 304F5E40244F2F3200462538 /* UIImage+Extensions.swift */,
  133. 308198AA24866229003BE20D /* UserDefaults+Extensions.swift */,
  134. 3057028524C5C60000D84EFC /* UITableView+Extensions.swift */,
  135. );
  136. path = Extensions;
  137. sourceTree = "<group>";
  138. };
  139. 30421977243F1AF400516852 /* Helper */ = {
  140. isa = PBXGroup;
  141. children = (
  142. 30B2BD03278F207000889AA4 /* KeychainManager.swift */,
  143. 30E8F2202447357500CE2C90 /* DatabaseHelper.swift */,
  144. 30421987243F23E500516852 /* Constants.swift */,
  145. 3042195C243E23F100516852 /* DcUtils.swift */,
  146. 306C324724460CDE001D89F3 /* DateUtils.swift */,
  147. 30E8F24C2449D30200CE2C90 /* DcColors.swift */,
  148. );
  149. path = Helper;
  150. sourceTree = "<group>";
  151. };
  152. /* End PBXGroup section */
  153. /* Begin PBXHeadersBuildPhase section */
  154. 3042192C243DE0F200516852 /* Headers */ = {
  155. isa = PBXHeadersBuildPhase;
  156. buildActionMask = 2147483647;
  157. files = (
  158. 30421950243DE15D00516852 /* wrapper.h in Headers */,
  159. 30421942243DE0F200516852 /* DcCore.h in Headers */,
  160. 3042195B243DF1C500516852 /* deltachat.h in Headers */,
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. /* End PBXHeadersBuildPhase section */
  165. /* Begin PBXNativeTarget section */
  166. 30421930243DE0F200516852 /* DcCore */ = {
  167. isa = PBXNativeTarget;
  168. buildConfigurationList = 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */;
  169. buildPhases = (
  170. 30421954243DE38E00516852 /* ShellScript */,
  171. 3042192C243DE0F200516852 /* Headers */,
  172. 3042192D243DE0F200516852 /* Sources */,
  173. 3042192E243DE0F200516852 /* Frameworks */,
  174. 3042192F243DE0F200516852 /* Resources */,
  175. );
  176. buildRules = (
  177. );
  178. dependencies = (
  179. );
  180. name = DcCore;
  181. productName = DcCore;
  182. productReference = 30421931243DE0F200516852 /* DcCore.framework */;
  183. productType = "com.apple.product-type.framework";
  184. };
  185. /* End PBXNativeTarget section */
  186. /* Begin PBXProject section */
  187. 30421928243DE0F100516852 /* Project object */ = {
  188. isa = PBXProject;
  189. attributes = {
  190. LastSwiftUpdateCheck = 1140;
  191. LastUpgradeCheck = 1140;
  192. ORGANIZATIONNAME = "merlinux GmbH";
  193. TargetAttributes = {
  194. 30421930243DE0F200516852 = {
  195. CreatedOnToolsVersion = 11.4;
  196. };
  197. };
  198. };
  199. buildConfigurationList = 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */;
  200. compatibilityVersion = "Xcode 9.3";
  201. developmentRegion = en;
  202. hasScannedForEncodings = 0;
  203. knownRegions = (
  204. en,
  205. Base,
  206. );
  207. mainGroup = 30421927243DE0F100516852;
  208. productRefGroup = 30421932243DE0F200516852 /* Products */;
  209. projectDirPath = "";
  210. projectRoot = "";
  211. targets = (
  212. 30421930243DE0F200516852 /* DcCore */,
  213. );
  214. };
  215. /* End PBXProject section */
  216. /* Begin PBXResourcesBuildPhase section */
  217. 3042192F243DE0F200516852 /* Resources */ = {
  218. isa = PBXResourcesBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXResourcesBuildPhase section */
  225. /* Begin PBXShellScriptBuildPhase section */
  226. 30421954243DE38E00516852 /* ShellScript */ = {
  227. isa = PBXShellScriptBuildPhase;
  228. alwaysOutOfDate = 1;
  229. buildActionMask = 2147483647;
  230. files = (
  231. );
  232. inputFileListPaths = (
  233. );
  234. inputPaths = (
  235. );
  236. outputFileListPaths = (
  237. );
  238. outputPaths = (
  239. );
  240. runOnlyForDeploymentPostprocessing = 0;
  241. shellPath = /bin/sh;
  242. 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";
  243. };
  244. /* End PBXShellScriptBuildPhase section */
  245. /* Begin PBXSourcesBuildPhase section */
  246. 3042192D243DE0F200516852 /* Sources */ = {
  247. isa = PBXSourcesBuildPhase;
  248. buildActionMask = 2147483647;
  249. files = (
  250. 30421988243F23E500516852 /* Constants.swift in Sources */,
  251. 30E8F24D2449D30200CE2C90 /* DcColors.swift in Sources */,
  252. 30421962243E26C800516852 /* Logger.swift in Sources */,
  253. 30421986243F209E00516852 /* events.swift in Sources */,
  254. 30421951243DE15D00516852 /* Wrapper.swift in Sources */,
  255. 306C324824460CDE001D89F3 /* DateUtils.swift in Sources */,
  256. 30B2BD04278F207000889AA4 /* KeychainManager.swift in Sources */,
  257. 30421952243DE15D00516852 /* wrapper.c in Sources */,
  258. 30E8F2212447357500CE2C90 /* DatabaseHelper.swift in Sources */,
  259. 3042195D243E23F100516852 /* DcUtils.swift in Sources */,
  260. 30421964243F0B8400516852 /* String+Extensions.swift in Sources */,
  261. 30421960243E257100516852 /* UIColor+Extensions.swift in Sources */,
  262. 30E8F2482449C98600CE2C90 /* UIView+Extensions.swift in Sources */,
  263. 3057028624C5C60000D84EFC /* UITableView+Extensions.swift in Sources */,
  264. 308198AB24866229003BE20D /* UserDefaults+Extensions.swift in Sources */,
  265. 304F5E41244F2F3200462538 /* UIImage+Extensions.swift in Sources */,
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. /* End PBXSourcesBuildPhase section */
  270. /* Begin XCBuildConfiguration section */
  271. 30421943243DE0F200516852 /* Debug */ = {
  272. isa = XCBuildConfiguration;
  273. buildSettings = {
  274. ALWAYS_SEARCH_USER_PATHS = NO;
  275. CLANG_ANALYZER_NONNULL = YES;
  276. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  277. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  278. CLANG_CXX_LIBRARY = "libc++";
  279. CLANG_ENABLE_MODULES = YES;
  280. CLANG_ENABLE_OBJC_ARC = YES;
  281. CLANG_ENABLE_OBJC_WEAK = YES;
  282. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  283. CLANG_WARN_BOOL_CONVERSION = YES;
  284. CLANG_WARN_COMMA = YES;
  285. CLANG_WARN_CONSTANT_CONVERSION = YES;
  286. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  287. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  288. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  289. CLANG_WARN_EMPTY_BODY = YES;
  290. CLANG_WARN_ENUM_CONVERSION = YES;
  291. CLANG_WARN_INFINITE_RECURSION = YES;
  292. CLANG_WARN_INT_CONVERSION = YES;
  293. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  294. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  295. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  296. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  297. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  298. CLANG_WARN_STRICT_PROTOTYPES = YES;
  299. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  300. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  301. CLANG_WARN_UNREACHABLE_CODE = YES;
  302. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  303. COPY_PHASE_STRIP = NO;
  304. CURRENT_PROJECT_VERSION = 1;
  305. DEBUG_INFORMATION_FORMAT = dwarf;
  306. ENABLE_STRICT_OBJC_MSGSEND = YES;
  307. ENABLE_TESTABILITY = YES;
  308. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  309. GCC_C_LANGUAGE_STANDARD = gnu11;
  310. GCC_DYNAMIC_NO_PIC = NO;
  311. GCC_NO_COMMON_BLOCKS = YES;
  312. GCC_OPTIMIZATION_LEVEL = 0;
  313. GCC_PREPROCESSOR_DEFINITIONS = (
  314. "DEBUG=1",
  315. "$(inherited)",
  316. );
  317. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  318. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  319. GCC_WARN_UNDECLARED_SELECTOR = YES;
  320. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  321. GCC_WARN_UNUSED_FUNCTION = YES;
  322. GCC_WARN_UNUSED_VARIABLE = YES;
  323. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  324. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  325. MTL_FAST_MATH = YES;
  326. ONLY_ACTIVE_ARCH = YES;
  327. SDKROOT = iphoneos;
  328. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  329. SWIFT_OPTIMIZATION_LEVEL = "-O";
  330. VERSIONING_SYSTEM = "apple-generic";
  331. VERSION_INFO_PREFIX = "";
  332. };
  333. name = Debug;
  334. };
  335. 30421944243DE0F200516852 /* Release */ = {
  336. isa = XCBuildConfiguration;
  337. buildSettings = {
  338. ALWAYS_SEARCH_USER_PATHS = NO;
  339. CLANG_ANALYZER_NONNULL = YES;
  340. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  341. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  342. CLANG_CXX_LIBRARY = "libc++";
  343. CLANG_ENABLE_MODULES = YES;
  344. CLANG_ENABLE_OBJC_ARC = YES;
  345. CLANG_ENABLE_OBJC_WEAK = YES;
  346. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  347. CLANG_WARN_BOOL_CONVERSION = YES;
  348. CLANG_WARN_COMMA = YES;
  349. CLANG_WARN_CONSTANT_CONVERSION = YES;
  350. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  351. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  352. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  353. CLANG_WARN_EMPTY_BODY = YES;
  354. CLANG_WARN_ENUM_CONVERSION = YES;
  355. CLANG_WARN_INFINITE_RECURSION = YES;
  356. CLANG_WARN_INT_CONVERSION = YES;
  357. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  358. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  359. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  360. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  361. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  362. CLANG_WARN_STRICT_PROTOTYPES = YES;
  363. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  364. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  365. CLANG_WARN_UNREACHABLE_CODE = YES;
  366. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  367. COPY_PHASE_STRIP = NO;
  368. CURRENT_PROJECT_VERSION = 1;
  369. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  370. ENABLE_NS_ASSERTIONS = NO;
  371. ENABLE_STRICT_OBJC_MSGSEND = YES;
  372. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  373. GCC_C_LANGUAGE_STANDARD = gnu11;
  374. GCC_NO_COMMON_BLOCKS = YES;
  375. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  376. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  377. GCC_WARN_UNDECLARED_SELECTOR = YES;
  378. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  379. GCC_WARN_UNUSED_FUNCTION = YES;
  380. GCC_WARN_UNUSED_VARIABLE = YES;
  381. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  382. MTL_ENABLE_DEBUG_INFO = NO;
  383. MTL_FAST_MATH = YES;
  384. SDKROOT = iphoneos;
  385. SWIFT_COMPILATION_MODE = wholemodule;
  386. SWIFT_OPTIMIZATION_LEVEL = "-O";
  387. VALIDATE_PRODUCT = YES;
  388. VERSIONING_SYSTEM = "apple-generic";
  389. VERSION_INFO_PREFIX = "";
  390. };
  391. name = Release;
  392. };
  393. 30421946243DE0F200516852 /* Debug */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. CODE_SIGN_STYLE = Automatic;
  397. DEFINES_MODULE = YES;
  398. DEVELOPMENT_TEAM = 8Y86453UA8;
  399. DYLIB_COMPATIBILITY_VERSION = 1;
  400. DYLIB_CURRENT_VERSION = 1;
  401. DYLIB_INSTALL_NAME_BASE = "@rpath";
  402. ENABLE_BITCODE = NO;
  403. HEADER_SEARCH_PATHS = (
  404. "$(inherited)",
  405. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  406. );
  407. INFOPLIST_FILE = DcCore/Info.plist;
  408. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  409. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  410. LD_RUNPATH_SEARCH_PATHS = (
  411. "$(inherited)",
  412. "@executable_path/Frameworks",
  413. "@loader_path/Frameworks",
  414. );
  415. LIBRARY_SEARCH_PATHS = (
  416. "$(inherited)",
  417. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  418. "$(PROJECT_DIR)/../deltachat-ios/libraries",
  419. );
  420. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCore;
  421. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  422. SKIP_INSTALL = YES;
  423. SWIFT_OBJC_BRIDGING_HEADER = "";
  424. SWIFT_VERSION = 4.2;
  425. TARGETED_DEVICE_FAMILY = "1,2";
  426. };
  427. name = Debug;
  428. };
  429. 30421947243DE0F200516852 /* Release */ = {
  430. isa = XCBuildConfiguration;
  431. buildSettings = {
  432. CODE_SIGN_STYLE = Automatic;
  433. DEFINES_MODULE = YES;
  434. DEVELOPMENT_TEAM = 8Y86453UA8;
  435. DYLIB_COMPATIBILITY_VERSION = 1;
  436. DYLIB_CURRENT_VERSION = 1;
  437. DYLIB_INSTALL_NAME_BASE = "@rpath";
  438. ENABLE_BITCODE = NO;
  439. HEADER_SEARCH_PATHS = (
  440. "$(inherited)",
  441. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  442. );
  443. INFOPLIST_FILE = DcCore/Info.plist;
  444. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  445. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  446. LD_RUNPATH_SEARCH_PATHS = (
  447. "$(inherited)",
  448. "@executable_path/Frameworks",
  449. "@loader_path/Frameworks",
  450. );
  451. LIBRARY_SEARCH_PATHS = (
  452. "$(inherited)",
  453. "$(PROJECT_DIR)/../deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
  454. "$(PROJECT_DIR)/../deltachat-ios/libraries",
  455. );
  456. PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcCore;
  457. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  458. SKIP_INSTALL = YES;
  459. SWIFT_OBJC_BRIDGING_HEADER = "";
  460. SWIFT_VERSION = 4.2;
  461. TARGETED_DEVICE_FAMILY = "1,2";
  462. };
  463. name = Release;
  464. };
  465. /* End XCBuildConfiguration section */
  466. /* Begin XCConfigurationList section */
  467. 3042192B243DE0F100516852 /* Build configuration list for PBXProject "DcCore" */ = {
  468. isa = XCConfigurationList;
  469. buildConfigurations = (
  470. 30421943243DE0F200516852 /* Debug */,
  471. 30421944243DE0F200516852 /* Release */,
  472. );
  473. defaultConfigurationIsVisible = 0;
  474. defaultConfigurationName = Release;
  475. };
  476. 30421945243DE0F200516852 /* Build configuration list for PBXNativeTarget "DcCore" */ = {
  477. isa = XCConfigurationList;
  478. buildConfigurations = (
  479. 30421946243DE0F200516852 /* Debug */,
  480. 30421947243DE0F200516852 /* Release */,
  481. );
  482. defaultConfigurationIsVisible = 0;
  483. defaultConfigurationName = Release;
  484. };
  485. /* End XCConfigurationList section */
  486. };
  487. rootObject = 30421928243DE0F100516852 /* Project object */;
  488. }