project.pbxproj 21 KB

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