project.pbxproj 16 KB

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