project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2F60458A288D787F008F005E /* ChatApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457A288D787E008F005E /* ChatApp.swift */; };
  10. 2F60458B288D787F008F005E /* ChatApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457A288D787E008F005E /* ChatApp.swift */; };
  11. 2F60458C288D787F008F005E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457B288D787E008F005E /* ContentView.swift */; };
  12. 2F60458D288D787F008F005E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457B288D787E008F005E /* ContentView.swift */; };
  13. 2F60458E288D787F008F005E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F60457C288D787F008F005E /* Assets.xcassets */; };
  14. 2F60458F288D787F008F005E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F60457C288D787F008F005E /* Assets.xcassets */; };
  15. 2F604599288D7E00008F005E /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F604598288D7E00008F005E /* ChatView.swift */; };
  16. 2F60459A288D7E00008F005E /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F604598288D7E00008F005E /* ChatView.swift */; };
  17. 2F60459C288D8000008F005E /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459B288D8000008F005E /* MessageView.swift */; };
  18. 2F60459D288D8000008F005E /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459B288D8000008F005E /* MessageView.swift */; };
  19. 2F60459F288D869B008F005E /* ChatListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459E288D869B008F005E /* ChatListView.swift */; };
  20. 2F6045A0288D869C008F005E /* ChatListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459E288D869B008F005E /* ChatListView.swift */; };
  21. 2F6045A5288E19ED008F005E /* KeyboardReadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */; };
  22. 2F6045A6288E19ED008F005E /* KeyboardReadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */; };
  23. 2F6045A9288E9B2C008F005E /* XMPPFramework in Frameworks */ = {isa = PBXBuildFile; productRef = 2F6045A8288E9B2C008F005E /* XMPPFramework */; };
  24. 2F6045AB288E9B2C008F005E /* XMPPFrameworkSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */; };
  25. 2F6045AD288E9B73008F005E /* XMPPController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045AC288E9B73008F005E /* XMPPController.swift */; };
  26. 2F6045AE288E9B73008F005E /* XMPPController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045AC288E9B73008F005E /* XMPPController.swift */; };
  27. 2F6045B0288E9D3E008F005E /* ChatListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */; };
  28. 2F6045B1288E9D3E008F005E /* ChatListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */; };
  29. 2F6045B3288EA0E6008F005E /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B2288EA0E6008F005E /* LoginView.swift */; };
  30. 2F6045B4288EA0E6008F005E /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B2288EA0E6008F005E /* LoginView.swift */; };
  31. 2F6045B6288EA10B008F005E /* LoginViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B5288EA10B008F005E /* LoginViewModel.swift */; };
  32. 2F6045B7288EA10B008F005E /* LoginViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B5288EA10B008F005E /* LoginViewModel.swift */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXFileReference section */
  35. 2F60457A288D787E008F005E /* ChatApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatApp.swift; sourceTree = "<group>"; };
  36. 2F60457B288D787E008F005E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  37. 2F60457C288D787F008F005E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  38. 2F604581288D787F008F005E /* Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
  39. 2F604587288D787F008F005E /* Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
  40. 2F604589288D787F008F005E /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
  41. 2F604598288D7E00008F005E /* ChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatView.swift; sourceTree = "<group>"; };
  42. 2F60459B288D8000008F005E /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
  43. 2F60459E288D869B008F005E /* ChatListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatListView.swift; sourceTree = "<group>"; };
  44. 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardReadable.swift; sourceTree = "<group>"; };
  45. 2F6045AC288E9B73008F005E /* XMPPController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XMPPController.swift; sourceTree = "<group>"; };
  46. 2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatListViewModel.swift; sourceTree = "<group>"; };
  47. 2F6045B2288EA0E6008F005E /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
  48. 2F6045B5288EA10B008F005E /* LoginViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewModel.swift; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 2F60457E288D787F008F005E /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. 2F6045AB288E9B2C008F005E /* XMPPFrameworkSwift in Frameworks */,
  56. 2F6045A9288E9B2C008F005E /* XMPPFramework in Frameworks */,
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. 2F604584288D787F008F005E /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 2147483647;
  63. files = (
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. /* End PBXFrameworksBuildPhase section */
  68. /* Begin PBXGroup section */
  69. 2F604574288D787E008F005E = {
  70. isa = PBXGroup;
  71. children = (
  72. 2F604579288D787E008F005E /* Shared */,
  73. 2F604588288D787F008F005E /* macOS */,
  74. 2F604582288D787F008F005E /* Products */,
  75. );
  76. sourceTree = "<group>";
  77. };
  78. 2F604579288D787E008F005E /* Shared */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 2F60457A288D787E008F005E /* ChatApp.swift */,
  82. 2F6045AC288E9B73008F005E /* XMPPController.swift */,
  83. 2F60457B288D787E008F005E /* ContentView.swift */,
  84. 2F6045B2288EA0E6008F005E /* LoginView.swift */,
  85. 2F6045B5288EA10B008F005E /* LoginViewModel.swift */,
  86. 2F60459E288D869B008F005E /* ChatListView.swift */,
  87. 2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */,
  88. 2F604598288D7E00008F005E /* ChatView.swift */,
  89. 2F60459B288D8000008F005E /* MessageView.swift */,
  90. 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */,
  91. 2F60457C288D787F008F005E /* Assets.xcassets */,
  92. );
  93. path = Shared;
  94. sourceTree = "<group>";
  95. };
  96. 2F604582288D787F008F005E /* Products */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 2F604581288D787F008F005E /* Chat.app */,
  100. 2F604587288D787F008F005E /* Chat.app */,
  101. );
  102. name = Products;
  103. sourceTree = "<group>";
  104. };
  105. 2F604588288D787F008F005E /* macOS */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 2F604589288D787F008F005E /* macOS.entitlements */,
  109. );
  110. path = macOS;
  111. sourceTree = "<group>";
  112. };
  113. /* End PBXGroup section */
  114. /* Begin PBXNativeTarget section */
  115. 2F604580288D787F008F005E /* Chat (iOS) */ = {
  116. isa = PBXNativeTarget;
  117. buildConfigurationList = 2F604592288D787F008F005E /* Build configuration list for PBXNativeTarget "Chat (iOS)" */;
  118. buildPhases = (
  119. 2F60457D288D787F008F005E /* Sources */,
  120. 2F60457E288D787F008F005E /* Frameworks */,
  121. 2F60457F288D787F008F005E /* Resources */,
  122. );
  123. buildRules = (
  124. );
  125. dependencies = (
  126. );
  127. name = "Chat (iOS)";
  128. packageProductDependencies = (
  129. 2F6045A8288E9B2C008F005E /* XMPPFramework */,
  130. 2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */,
  131. );
  132. productName = "Chat (iOS)";
  133. productReference = 2F604581288D787F008F005E /* Chat.app */;
  134. productType = "com.apple.product-type.application";
  135. };
  136. 2F604586288D787F008F005E /* Chat (macOS) */ = {
  137. isa = PBXNativeTarget;
  138. buildConfigurationList = 2F604595288D787F008F005E /* Build configuration list for PBXNativeTarget "Chat (macOS)" */;
  139. buildPhases = (
  140. 2F604583288D787F008F005E /* Sources */,
  141. 2F604584288D787F008F005E /* Frameworks */,
  142. 2F604585288D787F008F005E /* Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = "Chat (macOS)";
  149. productName = "Chat (macOS)";
  150. productReference = 2F604587288D787F008F005E /* Chat.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. 2F604575288D787E008F005E /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. BuildIndependentTargetsInParallel = 1;
  159. LastSwiftUpdateCheck = 1340;
  160. LastUpgradeCheck = 1340;
  161. TargetAttributes = {
  162. 2F604580288D787F008F005E = {
  163. CreatedOnToolsVersion = 13.4.1;
  164. };
  165. 2F604586288D787F008F005E = {
  166. CreatedOnToolsVersion = 13.4.1;
  167. };
  168. };
  169. };
  170. buildConfigurationList = 2F604578288D787E008F005E /* Build configuration list for PBXProject "Chat" */;
  171. compatibilityVersion = "Xcode 13.0";
  172. developmentRegion = en;
  173. hasScannedForEncodings = 0;
  174. knownRegions = (
  175. en,
  176. Base,
  177. );
  178. mainGroup = 2F604574288D787E008F005E;
  179. packageReferences = (
  180. 2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */,
  181. );
  182. productRefGroup = 2F604582288D787F008F005E /* Products */;
  183. projectDirPath = "";
  184. projectRoot = "";
  185. targets = (
  186. 2F604580288D787F008F005E /* Chat (iOS) */,
  187. 2F604586288D787F008F005E /* Chat (macOS) */,
  188. );
  189. };
  190. /* End PBXProject section */
  191. /* Begin PBXResourcesBuildPhase section */
  192. 2F60457F288D787F008F005E /* Resources */ = {
  193. isa = PBXResourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. 2F60458E288D787F008F005E /* Assets.xcassets in Resources */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. 2F604585288D787F008F005E /* Resources */ = {
  201. isa = PBXResourcesBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. 2F60458F288D787F008F005E /* Assets.xcassets in Resources */,
  205. );
  206. runOnlyForDeploymentPostprocessing = 0;
  207. };
  208. /* End PBXResourcesBuildPhase section */
  209. /* Begin PBXSourcesBuildPhase section */
  210. 2F60457D288D787F008F005E /* Sources */ = {
  211. isa = PBXSourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 2F60459C288D8000008F005E /* MessageView.swift in Sources */,
  215. 2F6045AD288E9B73008F005E /* XMPPController.swift in Sources */,
  216. 2F6045B0288E9D3E008F005E /* ChatListViewModel.swift in Sources */,
  217. 2F6045B3288EA0E6008F005E /* LoginView.swift in Sources */,
  218. 2F60459F288D869B008F005E /* ChatListView.swift in Sources */,
  219. 2F6045A5288E19ED008F005E /* KeyboardReadable.swift in Sources */,
  220. 2F60458C288D787F008F005E /* ContentView.swift in Sources */,
  221. 2F604599288D7E00008F005E /* ChatView.swift in Sources */,
  222. 2F6045B6288EA10B008F005E /* LoginViewModel.swift in Sources */,
  223. 2F60458A288D787F008F005E /* ChatApp.swift in Sources */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. 2F604583288D787F008F005E /* Sources */ = {
  228. isa = PBXSourcesBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. 2F60459D288D8000008F005E /* MessageView.swift in Sources */,
  232. 2F6045AE288E9B73008F005E /* XMPPController.swift in Sources */,
  233. 2F6045B1288E9D3E008F005E /* ChatListViewModel.swift in Sources */,
  234. 2F6045B4288EA0E6008F005E /* LoginView.swift in Sources */,
  235. 2F6045A0288D869C008F005E /* ChatListView.swift in Sources */,
  236. 2F6045A6288E19ED008F005E /* KeyboardReadable.swift in Sources */,
  237. 2F60458D288D787F008F005E /* ContentView.swift in Sources */,
  238. 2F60459A288D7E00008F005E /* ChatView.swift in Sources */,
  239. 2F6045B7288EA10B008F005E /* LoginViewModel.swift in Sources */,
  240. 2F60458B288D787F008F005E /* ChatApp.swift in Sources */,
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. };
  244. /* End PBXSourcesBuildPhase section */
  245. /* Begin XCBuildConfiguration section */
  246. 2F604590288D787F008F005E /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. ALWAYS_SEARCH_USER_PATHS = NO;
  250. CLANG_ANALYZER_NONNULL = YES;
  251. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  252. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  253. CLANG_ENABLE_MODULES = YES;
  254. CLANG_ENABLE_OBJC_ARC = YES;
  255. CLANG_ENABLE_OBJC_WEAK = YES;
  256. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  257. CLANG_WARN_BOOL_CONVERSION = YES;
  258. CLANG_WARN_COMMA = YES;
  259. CLANG_WARN_CONSTANT_CONVERSION = YES;
  260. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  261. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  262. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  263. CLANG_WARN_EMPTY_BODY = YES;
  264. CLANG_WARN_ENUM_CONVERSION = YES;
  265. CLANG_WARN_INFINITE_RECURSION = YES;
  266. CLANG_WARN_INT_CONVERSION = YES;
  267. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  268. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  269. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  270. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  271. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  272. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  273. CLANG_WARN_STRICT_PROTOTYPES = YES;
  274. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  275. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  276. CLANG_WARN_UNREACHABLE_CODE = YES;
  277. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  278. COPY_PHASE_STRIP = NO;
  279. DEBUG_INFORMATION_FORMAT = dwarf;
  280. ENABLE_STRICT_OBJC_MSGSEND = YES;
  281. ENABLE_TESTABILITY = YES;
  282. GCC_C_LANGUAGE_STANDARD = gnu11;
  283. GCC_DYNAMIC_NO_PIC = NO;
  284. GCC_NO_COMMON_BLOCKS = YES;
  285. GCC_OPTIMIZATION_LEVEL = 0;
  286. GCC_PREPROCESSOR_DEFINITIONS = (
  287. "DEBUG=1",
  288. "$(inherited)",
  289. );
  290. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  291. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  292. GCC_WARN_UNDECLARED_SELECTOR = YES;
  293. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  294. GCC_WARN_UNUSED_FUNCTION = YES;
  295. GCC_WARN_UNUSED_VARIABLE = YES;
  296. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  297. MACOSX_DEPLOYMENT_TARGET = 12.0;
  298. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  299. MTL_FAST_MATH = YES;
  300. ONLY_ACTIVE_ARCH = YES;
  301. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  302. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  303. };
  304. name = Debug;
  305. };
  306. 2F604591288D787F008F005E /* Release */ = {
  307. isa = XCBuildConfiguration;
  308. buildSettings = {
  309. ALWAYS_SEARCH_USER_PATHS = NO;
  310. CLANG_ANALYZER_NONNULL = YES;
  311. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  312. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  332. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  333. CLANG_WARN_STRICT_PROTOTYPES = YES;
  334. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  335. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  336. CLANG_WARN_UNREACHABLE_CODE = YES;
  337. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  338. COPY_PHASE_STRIP = NO;
  339. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  340. ENABLE_NS_ASSERTIONS = NO;
  341. ENABLE_STRICT_OBJC_MSGSEND = YES;
  342. GCC_C_LANGUAGE_STANDARD = gnu11;
  343. GCC_NO_COMMON_BLOCKS = YES;
  344. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  345. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  346. GCC_WARN_UNDECLARED_SELECTOR = YES;
  347. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  348. GCC_WARN_UNUSED_FUNCTION = YES;
  349. GCC_WARN_UNUSED_VARIABLE = YES;
  350. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  351. MACOSX_DEPLOYMENT_TARGET = 12.0;
  352. MTL_ENABLE_DEBUG_INFO = NO;
  353. MTL_FAST_MATH = YES;
  354. SWIFT_COMPILATION_MODE = wholemodule;
  355. SWIFT_OPTIMIZATION_LEVEL = "-O";
  356. };
  357. name = Release;
  358. };
  359. 2F604593288D787F008F005E /* Debug */ = {
  360. isa = XCBuildConfiguration;
  361. buildSettings = {
  362. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  363. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  364. CODE_SIGN_STYLE = Automatic;
  365. CURRENT_PROJECT_VERSION = 1;
  366. DEVELOPMENT_TEAM = QPX4P42KC5;
  367. ENABLE_PREVIEWS = YES;
  368. GENERATE_INFOPLIST_FILE = YES;
  369. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  370. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  371. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  372. INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft";
  373. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  374. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  375. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  376. LD_RUNPATH_SEARCH_PATHS = (
  377. "$(inherited)",
  378. "@executable_path/Frameworks",
  379. );
  380. MARKETING_VERSION = 1.0;
  381. PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
  382. PRODUCT_NAME = Chat;
  383. SDKROOT = iphoneos;
  384. SWIFT_EMIT_LOC_STRINGS = YES;
  385. SWIFT_VERSION = 5.0;
  386. TARGETED_DEVICE_FAMILY = "1,2";
  387. };
  388. name = Debug;
  389. };
  390. 2F604594288D787F008F005E /* Release */ = {
  391. isa = XCBuildConfiguration;
  392. buildSettings = {
  393. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  394. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  395. CODE_SIGN_STYLE = Automatic;
  396. CURRENT_PROJECT_VERSION = 1;
  397. DEVELOPMENT_TEAM = QPX4P42KC5;
  398. ENABLE_PREVIEWS = YES;
  399. GENERATE_INFOPLIST_FILE = YES;
  400. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  401. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  402. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  403. INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft";
  404. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  405. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  406. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  407. LD_RUNPATH_SEARCH_PATHS = (
  408. "$(inherited)",
  409. "@executable_path/Frameworks",
  410. );
  411. MARKETING_VERSION = 1.0;
  412. PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
  413. PRODUCT_NAME = Chat;
  414. SDKROOT = iphoneos;
  415. SWIFT_EMIT_LOC_STRINGS = YES;
  416. SWIFT_VERSION = 5.0;
  417. TARGETED_DEVICE_FAMILY = "1,2";
  418. VALIDATE_PRODUCT = YES;
  419. };
  420. name = Release;
  421. };
  422. 2F604596288D787F008F005E /* Debug */ = {
  423. isa = XCBuildConfiguration;
  424. buildSettings = {
  425. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  426. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  427. CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
  428. CODE_SIGN_STYLE = Automatic;
  429. COMBINE_HIDPI_IMAGES = YES;
  430. CURRENT_PROJECT_VERSION = 1;
  431. DEVELOPMENT_TEAM = QPX4P42KC5;
  432. ENABLE_HARDENED_RUNTIME = YES;
  433. ENABLE_PREVIEWS = YES;
  434. GENERATE_INFOPLIST_FILE = YES;
  435. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  436. LD_RUNPATH_SEARCH_PATHS = (
  437. "$(inherited)",
  438. "@executable_path/../Frameworks",
  439. );
  440. MACOSX_DEPLOYMENT_TARGET = 12.0;
  441. MARKETING_VERSION = 1.0;
  442. PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
  443. PRODUCT_NAME = Chat;
  444. SDKROOT = macosx;
  445. SWIFT_EMIT_LOC_STRINGS = YES;
  446. SWIFT_VERSION = 5.0;
  447. };
  448. name = Debug;
  449. };
  450. 2F604597288D787F008F005E /* Release */ = {
  451. isa = XCBuildConfiguration;
  452. buildSettings = {
  453. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  454. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  455. CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
  456. CODE_SIGN_STYLE = Automatic;
  457. COMBINE_HIDPI_IMAGES = YES;
  458. CURRENT_PROJECT_VERSION = 1;
  459. DEVELOPMENT_TEAM = QPX4P42KC5;
  460. ENABLE_HARDENED_RUNTIME = YES;
  461. ENABLE_PREVIEWS = YES;
  462. GENERATE_INFOPLIST_FILE = YES;
  463. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  464. LD_RUNPATH_SEARCH_PATHS = (
  465. "$(inherited)",
  466. "@executable_path/../Frameworks",
  467. );
  468. MACOSX_DEPLOYMENT_TARGET = 12.0;
  469. MARKETING_VERSION = 1.0;
  470. PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
  471. PRODUCT_NAME = Chat;
  472. SDKROOT = macosx;
  473. SWIFT_EMIT_LOC_STRINGS = YES;
  474. SWIFT_VERSION = 5.0;
  475. };
  476. name = Release;
  477. };
  478. /* End XCBuildConfiguration section */
  479. /* Begin XCConfigurationList section */
  480. 2F604578288D787E008F005E /* Build configuration list for PBXProject "Chat" */ = {
  481. isa = XCConfigurationList;
  482. buildConfigurations = (
  483. 2F604590288D787F008F005E /* Debug */,
  484. 2F604591288D787F008F005E /* Release */,
  485. );
  486. defaultConfigurationIsVisible = 0;
  487. defaultConfigurationName = Release;
  488. };
  489. 2F604592288D787F008F005E /* Build configuration list for PBXNativeTarget "Chat (iOS)" */ = {
  490. isa = XCConfigurationList;
  491. buildConfigurations = (
  492. 2F604593288D787F008F005E /* Debug */,
  493. 2F604594288D787F008F005E /* Release */,
  494. );
  495. defaultConfigurationIsVisible = 0;
  496. defaultConfigurationName = Release;
  497. };
  498. 2F604595288D787F008F005E /* Build configuration list for PBXNativeTarget "Chat (macOS)" */ = {
  499. isa = XCConfigurationList;
  500. buildConfigurations = (
  501. 2F604596288D787F008F005E /* Debug */,
  502. 2F604597288D787F008F005E /* Release */,
  503. );
  504. defaultConfigurationIsVisible = 0;
  505. defaultConfigurationName = Release;
  506. };
  507. /* End XCConfigurationList section */
  508. /* Begin XCRemoteSwiftPackageReference section */
  509. 2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */ = {
  510. isa = XCRemoteSwiftPackageReference;
  511. repositoryURL = "https://github.com/robbiehanson/XMPPFramework.git";
  512. requirement = {
  513. branch = master;
  514. kind = branch;
  515. };
  516. };
  517. /* End XCRemoteSwiftPackageReference section */
  518. /* Begin XCSwiftPackageProductDependency section */
  519. 2F6045A8288E9B2C008F005E /* XMPPFramework */ = {
  520. isa = XCSwiftPackageProductDependency;
  521. package = 2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */;
  522. productName = XMPPFramework;
  523. };
  524. 2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */ = {
  525. isa = XCSwiftPackageProductDependency;
  526. package = 2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */;
  527. productName = XMPPFrameworkSwift;
  528. };
  529. /* End XCSwiftPackageProductDependency section */
  530. };
  531. rootObject = 2F604575288D787E008F005E /* Project object */;
  532. }