project.pbxproj 19 KB

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