project.pbxproj 24 KB

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