project.pbxproj 23 KB

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