project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD1E6E8F2A0B7CB800BF871F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1E6E8E2A0B7CB800BF871F /* AppDelegate.swift */; };
  10. CD1E6E912A0B7CB800BF871F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1E6E902A0B7CB800BF871F /* SceneDelegate.swift */; };
  11. CD1E6E932A0B7CB800BF871F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1E6E922A0B7CB800BF871F /* ViewController.swift */; };
  12. CD1E6E962A0B7CB800BF871F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CD1E6E942A0B7CB800BF871F /* Main.storyboard */; };
  13. CD1E6E982A0B7CB800BF871F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CD1E6E972A0B7CB800BF871F /* Assets.xcassets */; };
  14. CD1E6E9B2A0B7CB800BF871F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CD1E6E992A0B7CB800BF871F /* LaunchScreen.storyboard */; };
  15. CD1E6EA62A0B7CB800BF871F /* ExampleCodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1E6EA52A0B7CB800BF871F /* ExampleCodeTests.swift */; };
  16. CD1E6EB02A0B7CB900BF871F /* ExampleCodeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1E6EAF2A0B7CB900BF871F /* ExampleCodeUITests.swift */; };
  17. CD1E6EB22A0B7CB900BF871F /* ExampleCodeUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1E6EB12A0B7CB900BF871F /* ExampleCodeUITestsLaunchTests.swift */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. CD1E6EA22A0B7CB800BF871F /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = CD1E6E832A0B7CB800BF871F /* Project object */;
  23. proxyType = 1;
  24. remoteGlobalIDString = CD1E6E8A2A0B7CB800BF871F;
  25. remoteInfo = ExampleCode;
  26. };
  27. CD1E6EAC2A0B7CB800BF871F /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = CD1E6E832A0B7CB800BF871F /* Project object */;
  30. proxyType = 1;
  31. remoteGlobalIDString = CD1E6E8A2A0B7CB800BF871F;
  32. remoteInfo = ExampleCode;
  33. };
  34. /* End PBXContainerItemProxy section */
  35. /* Begin PBXFileReference section */
  36. CD1E6E8B2A0B7CB800BF871F /* ExampleCode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExampleCode.app; sourceTree = BUILT_PRODUCTS_DIR; };
  37. CD1E6E8E2A0B7CB800BF871F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  38. CD1E6E902A0B7CB800BF871F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  39. CD1E6E922A0B7CB800BF871F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  40. CD1E6E952A0B7CB800BF871F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  41. CD1E6E972A0B7CB800BF871F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  42. CD1E6E9A2A0B7CB800BF871F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  43. CD1E6E9C2A0B7CB800BF871F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  44. CD1E6EA12A0B7CB800BF871F /* ExampleCodeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleCodeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  45. CD1E6EA52A0B7CB800BF871F /* ExampleCodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleCodeTests.swift; sourceTree = "<group>"; };
  46. CD1E6EAB2A0B7CB800BF871F /* ExampleCodeUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleCodeUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  47. CD1E6EAF2A0B7CB900BF871F /* ExampleCodeUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleCodeUITests.swift; sourceTree = "<group>"; };
  48. CD1E6EB12A0B7CB900BF871F /* ExampleCodeUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleCodeUITestsLaunchTests.swift; sourceTree = "<group>"; };
  49. CD1E70E22A0B9ADE00BF871F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  50. /* End PBXFileReference section */
  51. /* Begin PBXFrameworksBuildPhase section */
  52. CD1E6E882A0B7CB800BF871F /* Frameworks */ = {
  53. isa = PBXFrameworksBuildPhase;
  54. buildActionMask = 2147483647;
  55. files = (
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. CD1E6E9E2A0B7CB800BF871F /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. CD1E6EA82A0B7CB800BF871F /* Frameworks */ = {
  67. isa = PBXFrameworksBuildPhase;
  68. buildActionMask = 2147483647;
  69. files = (
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. C6D6E4653CD33A28EE8249DB /* Frameworks */ = {
  76. isa = PBXGroup;
  77. children = (
  78. CD1E70E22A0B9ADE00BF871F /* Foundation.framework */,
  79. );
  80. name = Frameworks;
  81. sourceTree = "<group>";
  82. };
  83. C749BA5FA987C783953D3097 /* Pods */ = {
  84. isa = PBXGroup;
  85. children = (
  86. );
  87. path = Pods;
  88. sourceTree = "<group>";
  89. };
  90. CD1E6E822A0B7CB800BF871F = {
  91. isa = PBXGroup;
  92. children = (
  93. CD1E6E8D2A0B7CB800BF871F /* ExampleCode */,
  94. CD1E6EA42A0B7CB800BF871F /* ExampleCodeTests */,
  95. CD1E6EAE2A0B7CB800BF871F /* ExampleCodeUITests */,
  96. CD1E6E8C2A0B7CB800BF871F /* Products */,
  97. C6D6E4653CD33A28EE8249DB /* Frameworks */,
  98. C749BA5FA987C783953D3097 /* Pods */,
  99. );
  100. sourceTree = "<group>";
  101. };
  102. CD1E6E8C2A0B7CB800BF871F /* Products */ = {
  103. isa = PBXGroup;
  104. children = (
  105. CD1E6E8B2A0B7CB800BF871F /* ExampleCode.app */,
  106. CD1E6EA12A0B7CB800BF871F /* ExampleCodeTests.xctest */,
  107. CD1E6EAB2A0B7CB800BF871F /* ExampleCodeUITests.xctest */,
  108. );
  109. name = Products;
  110. sourceTree = "<group>";
  111. };
  112. CD1E6E8D2A0B7CB800BF871F /* ExampleCode */ = {
  113. isa = PBXGroup;
  114. children = (
  115. CD1E6E8E2A0B7CB800BF871F /* AppDelegate.swift */,
  116. CD1E6E902A0B7CB800BF871F /* SceneDelegate.swift */,
  117. CD1E6E922A0B7CB800BF871F /* ViewController.swift */,
  118. CD1E6E942A0B7CB800BF871F /* Main.storyboard */,
  119. CD1E6E972A0B7CB800BF871F /* Assets.xcassets */,
  120. CD1E6E992A0B7CB800BF871F /* LaunchScreen.storyboard */,
  121. CD1E6E9C2A0B7CB800BF871F /* Info.plist */,
  122. );
  123. path = ExampleCode;
  124. sourceTree = "<group>";
  125. };
  126. CD1E6EA42A0B7CB800BF871F /* ExampleCodeTests */ = {
  127. isa = PBXGroup;
  128. children = (
  129. CD1E6EA52A0B7CB800BF871F /* ExampleCodeTests.swift */,
  130. );
  131. path = ExampleCodeTests;
  132. sourceTree = "<group>";
  133. };
  134. CD1E6EAE2A0B7CB800BF871F /* ExampleCodeUITests */ = {
  135. isa = PBXGroup;
  136. children = (
  137. CD1E6EAF2A0B7CB900BF871F /* ExampleCodeUITests.swift */,
  138. CD1E6EB12A0B7CB900BF871F /* ExampleCodeUITestsLaunchTests.swift */,
  139. );
  140. path = ExampleCodeUITests;
  141. sourceTree = "<group>";
  142. };
  143. /* End PBXGroup section */
  144. /* Begin PBXNativeTarget section */
  145. CD1E6E8A2A0B7CB800BF871F /* ExampleCode */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = CD1E6EB52A0B7CB900BF871F /* Build configuration list for PBXNativeTarget "ExampleCode" */;
  148. buildPhases = (
  149. CD1E6E872A0B7CB800BF871F /* Sources */,
  150. CD1E6E882A0B7CB800BF871F /* Frameworks */,
  151. CD1E6E892A0B7CB800BF871F /* Resources */,
  152. );
  153. buildRules = (
  154. );
  155. dependencies = (
  156. );
  157. name = ExampleCode;
  158. productName = ExampleCode;
  159. productReference = CD1E6E8B2A0B7CB800BF871F /* ExampleCode.app */;
  160. productType = "com.apple.product-type.application";
  161. };
  162. CD1E6EA02A0B7CB800BF871F /* ExampleCodeTests */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = CD1E6EB82A0B7CB900BF871F /* Build configuration list for PBXNativeTarget "ExampleCodeTests" */;
  165. buildPhases = (
  166. CD1E6E9D2A0B7CB800BF871F /* Sources */,
  167. CD1E6E9E2A0B7CB800BF871F /* Frameworks */,
  168. CD1E6E9F2A0B7CB800BF871F /* Resources */,
  169. );
  170. buildRules = (
  171. );
  172. dependencies = (
  173. CD1E6EA32A0B7CB800BF871F /* PBXTargetDependency */,
  174. );
  175. name = ExampleCodeTests;
  176. productName = ExampleCodeTests;
  177. productReference = CD1E6EA12A0B7CB800BF871F /* ExampleCodeTests.xctest */;
  178. productType = "com.apple.product-type.bundle.unit-test";
  179. };
  180. CD1E6EAA2A0B7CB800BF871F /* ExampleCodeUITests */ = {
  181. isa = PBXNativeTarget;
  182. buildConfigurationList = CD1E6EBB2A0B7CB900BF871F /* Build configuration list for PBXNativeTarget "ExampleCodeUITests" */;
  183. buildPhases = (
  184. CD1E6EA72A0B7CB800BF871F /* Sources */,
  185. CD1E6EA82A0B7CB800BF871F /* Frameworks */,
  186. CD1E6EA92A0B7CB800BF871F /* Resources */,
  187. );
  188. buildRules = (
  189. );
  190. dependencies = (
  191. CD1E6EAD2A0B7CB800BF871F /* PBXTargetDependency */,
  192. );
  193. name = ExampleCodeUITests;
  194. productName = ExampleCodeUITests;
  195. productReference = CD1E6EAB2A0B7CB800BF871F /* ExampleCodeUITests.xctest */;
  196. productType = "com.apple.product-type.bundle.ui-testing";
  197. };
  198. /* End PBXNativeTarget section */
  199. /* Begin PBXProject section */
  200. CD1E6E832A0B7CB800BF871F /* Project object */ = {
  201. isa = PBXProject;
  202. attributes = {
  203. BuildIndependentTargetsInParallel = 1;
  204. LastSwiftUpdateCheck = 1430;
  205. LastUpgradeCheck = 1430;
  206. TargetAttributes = {
  207. CD1E6E8A2A0B7CB800BF871F = {
  208. CreatedOnToolsVersion = 14.3;
  209. };
  210. CD1E6EA02A0B7CB800BF871F = {
  211. CreatedOnToolsVersion = 14.3;
  212. TestTargetID = CD1E6E8A2A0B7CB800BF871F;
  213. };
  214. CD1E6EAA2A0B7CB800BF871F = {
  215. CreatedOnToolsVersion = 14.3;
  216. TestTargetID = CD1E6E8A2A0B7CB800BF871F;
  217. };
  218. };
  219. };
  220. buildConfigurationList = CD1E6E862A0B7CB800BF871F /* Build configuration list for PBXProject "ExampleCode" */;
  221. compatibilityVersion = "Xcode 14.0";
  222. developmentRegion = en;
  223. hasScannedForEncodings = 0;
  224. knownRegions = (
  225. en,
  226. Base,
  227. );
  228. mainGroup = CD1E6E822A0B7CB800BF871F;
  229. productRefGroup = CD1E6E8C2A0B7CB800BF871F /* Products */;
  230. projectDirPath = "";
  231. projectRoot = "";
  232. targets = (
  233. CD1E6E8A2A0B7CB800BF871F /* ExampleCode */,
  234. CD1E6EA02A0B7CB800BF871F /* ExampleCodeTests */,
  235. CD1E6EAA2A0B7CB800BF871F /* ExampleCodeUITests */,
  236. );
  237. };
  238. /* End PBXProject section */
  239. /* Begin PBXResourcesBuildPhase section */
  240. CD1E6E892A0B7CB800BF871F /* Resources */ = {
  241. isa = PBXResourcesBuildPhase;
  242. buildActionMask = 2147483647;
  243. files = (
  244. CD1E6E9B2A0B7CB800BF871F /* LaunchScreen.storyboard in Resources */,
  245. CD1E6E982A0B7CB800BF871F /* Assets.xcassets in Resources */,
  246. CD1E6E962A0B7CB800BF871F /* Main.storyboard in Resources */,
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. };
  250. CD1E6E9F2A0B7CB800BF871F /* Resources */ = {
  251. isa = PBXResourcesBuildPhase;
  252. buildActionMask = 2147483647;
  253. files = (
  254. );
  255. runOnlyForDeploymentPostprocessing = 0;
  256. };
  257. CD1E6EA92A0B7CB800BF871F /* Resources */ = {
  258. isa = PBXResourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. };
  264. /* End PBXResourcesBuildPhase section */
  265. /* Begin PBXSourcesBuildPhase section */
  266. CD1E6E872A0B7CB800BF871F /* Sources */ = {
  267. isa = PBXSourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. CD1E6E932A0B7CB800BF871F /* ViewController.swift in Sources */,
  271. CD1E6E8F2A0B7CB800BF871F /* AppDelegate.swift in Sources */,
  272. CD1E6E912A0B7CB800BF871F /* SceneDelegate.swift in Sources */,
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. CD1E6E9D2A0B7CB800BF871F /* Sources */ = {
  277. isa = PBXSourcesBuildPhase;
  278. buildActionMask = 2147483647;
  279. files = (
  280. CD1E6EA62A0B7CB800BF871F /* ExampleCodeTests.swift in Sources */,
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. };
  284. CD1E6EA72A0B7CB800BF871F /* Sources */ = {
  285. isa = PBXSourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. CD1E6EB22A0B7CB900BF871F /* ExampleCodeUITestsLaunchTests.swift in Sources */,
  289. CD1E6EB02A0B7CB900BF871F /* ExampleCodeUITests.swift in Sources */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. /* End PBXSourcesBuildPhase section */
  294. /* Begin PBXTargetDependency section */
  295. CD1E6EA32A0B7CB800BF871F /* PBXTargetDependency */ = {
  296. isa = PBXTargetDependency;
  297. target = CD1E6E8A2A0B7CB800BF871F /* ExampleCode */;
  298. targetProxy = CD1E6EA22A0B7CB800BF871F /* PBXContainerItemProxy */;
  299. };
  300. CD1E6EAD2A0B7CB800BF871F /* PBXTargetDependency */ = {
  301. isa = PBXTargetDependency;
  302. target = CD1E6E8A2A0B7CB800BF871F /* ExampleCode */;
  303. targetProxy = CD1E6EAC2A0B7CB800BF871F /* PBXContainerItemProxy */;
  304. };
  305. /* End PBXTargetDependency section */
  306. /* Begin PBXVariantGroup section */
  307. CD1E6E942A0B7CB800BF871F /* Main.storyboard */ = {
  308. isa = PBXVariantGroup;
  309. children = (
  310. CD1E6E952A0B7CB800BF871F /* Base */,
  311. );
  312. name = Main.storyboard;
  313. sourceTree = "<group>";
  314. };
  315. CD1E6E992A0B7CB800BF871F /* LaunchScreen.storyboard */ = {
  316. isa = PBXVariantGroup;
  317. children = (
  318. CD1E6E9A2A0B7CB800BF871F /* Base */,
  319. );
  320. name = LaunchScreen.storyboard;
  321. sourceTree = "<group>";
  322. };
  323. /* End PBXVariantGroup section */
  324. /* Begin XCBuildConfiguration section */
  325. CD1E6EB32A0B7CB900BF871F /* Debug */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. ALWAYS_SEARCH_USER_PATHS = NO;
  329. CLANG_ANALYZER_NONNULL = YES;
  330. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  331. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  332. CLANG_ENABLE_MODULES = YES;
  333. CLANG_ENABLE_OBJC_ARC = YES;
  334. CLANG_ENABLE_OBJC_WEAK = YES;
  335. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  336. CLANG_WARN_BOOL_CONVERSION = YES;
  337. CLANG_WARN_COMMA = YES;
  338. CLANG_WARN_CONSTANT_CONVERSION = YES;
  339. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  340. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  341. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  342. CLANG_WARN_EMPTY_BODY = YES;
  343. CLANG_WARN_ENUM_CONVERSION = YES;
  344. CLANG_WARN_INFINITE_RECURSION = YES;
  345. CLANG_WARN_INT_CONVERSION = YES;
  346. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  347. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  348. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  349. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  350. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  351. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  352. CLANG_WARN_STRICT_PROTOTYPES = YES;
  353. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  354. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  355. CLANG_WARN_UNREACHABLE_CODE = YES;
  356. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  357. COPY_PHASE_STRIP = NO;
  358. DEBUG_INFORMATION_FORMAT = dwarf;
  359. ENABLE_STRICT_OBJC_MSGSEND = YES;
  360. ENABLE_TESTABILITY = YES;
  361. GCC_C_LANGUAGE_STANDARD = gnu11;
  362. GCC_DYNAMIC_NO_PIC = NO;
  363. GCC_NO_COMMON_BLOCKS = YES;
  364. GCC_OPTIMIZATION_LEVEL = 0;
  365. GCC_PREPROCESSOR_DEFINITIONS = (
  366. "DEBUG=1",
  367. "$(inherited)",
  368. );
  369. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  370. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  371. GCC_WARN_UNDECLARED_SELECTOR = YES;
  372. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  373. GCC_WARN_UNUSED_FUNCTION = YES;
  374. GCC_WARN_UNUSED_VARIABLE = YES;
  375. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  376. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  377. MTL_FAST_MATH = YES;
  378. ONLY_ACTIVE_ARCH = YES;
  379. SDKROOT = iphoneos;
  380. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  381. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  382. };
  383. name = Debug;
  384. };
  385. CD1E6EB42A0B7CB900BF871F /* Release */ = {
  386. isa = XCBuildConfiguration;
  387. buildSettings = {
  388. ALWAYS_SEARCH_USER_PATHS = NO;
  389. CLANG_ANALYZER_NONNULL = YES;
  390. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  391. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  392. CLANG_ENABLE_MODULES = YES;
  393. CLANG_ENABLE_OBJC_ARC = YES;
  394. CLANG_ENABLE_OBJC_WEAK = YES;
  395. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  396. CLANG_WARN_BOOL_CONVERSION = YES;
  397. CLANG_WARN_COMMA = YES;
  398. CLANG_WARN_CONSTANT_CONVERSION = YES;
  399. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  400. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  401. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  402. CLANG_WARN_EMPTY_BODY = YES;
  403. CLANG_WARN_ENUM_CONVERSION = YES;
  404. CLANG_WARN_INFINITE_RECURSION = YES;
  405. CLANG_WARN_INT_CONVERSION = YES;
  406. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  407. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  408. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  409. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  410. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  411. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  412. CLANG_WARN_STRICT_PROTOTYPES = YES;
  413. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  414. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  415. CLANG_WARN_UNREACHABLE_CODE = YES;
  416. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  417. COPY_PHASE_STRIP = NO;
  418. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  419. ENABLE_NS_ASSERTIONS = NO;
  420. ENABLE_STRICT_OBJC_MSGSEND = YES;
  421. GCC_C_LANGUAGE_STANDARD = gnu11;
  422. GCC_NO_COMMON_BLOCKS = YES;
  423. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  424. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  425. GCC_WARN_UNDECLARED_SELECTOR = YES;
  426. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  427. GCC_WARN_UNUSED_FUNCTION = YES;
  428. GCC_WARN_UNUSED_VARIABLE = YES;
  429. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  430. MTL_ENABLE_DEBUG_INFO = NO;
  431. MTL_FAST_MATH = YES;
  432. SDKROOT = iphoneos;
  433. SWIFT_COMPILATION_MODE = wholemodule;
  434. SWIFT_OPTIMIZATION_LEVEL = "-O";
  435. VALIDATE_PRODUCT = YES;
  436. };
  437. name = Release;
  438. };
  439. CD1E6EB62A0B7CB900BF871F /* Debug */ = {
  440. isa = XCBuildConfiguration;
  441. buildSettings = {
  442. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  443. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  444. CODE_SIGN_STYLE = Automatic;
  445. CURRENT_PROJECT_VERSION = 1;
  446. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  447. FRAMEWORK_SEARCH_PATHS = (
  448. "$(inherited)",
  449. "$(PROJECT_DIR)",
  450. "$(PROJECT_DIR)/ExampleCode",
  451. );
  452. GENERATE_INFOPLIST_FILE = YES;
  453. INFOPLIST_FILE = ExampleCode/Info.plist;
  454. INFOPLIST_KEY_CFBundleDisplayName = ExampleCode;
  455. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.business";
  456. INFOPLIST_KEY_NSCameraUsageDescription = "Video Call, Conference Room, Content Creation and Live Streaming.";
  457. INFOPLIST_KEY_NSContactsUsageDescription = "Get File Contact from Local Dictionary for Send Message.";
  458. INFOPLIST_KEY_NSDocumentsFolderUsageDescription = "Get File from Local Dictionary for Send Message.";
  459. INFOPLIST_KEY_NSMicrophoneUsageDescription = "VoIP Call, Video Call, Conference Room, and Live Streaming.";
  460. INFOPLIST_KEY_NSMotionUsageDescription = "Service nuSDK.";
  461. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Get File Photos from Local Dictionary for Send Message and Content Creation.";
  462. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Get File Photos from Local Dictionary for Send Message and Content Creation.";
  463. INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "Used for speech recognition features.";
  464. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  465. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  466. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  467. INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
  468. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  469. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  470. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  471. INFOPLIST_KEY_UIUserInterfaceStyle = Light;
  472. MARKETING_VERSION = 1.0;
  473. OTHER_CFLAGS = "";
  474. "OTHER_CFLAGS[arch=*]" = "-fstack-protector-all";
  475. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.ExampleCodes;
  476. PRODUCT_NAME = "$(TARGET_NAME)";
  477. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  478. SUPPORTS_MACCATALYST = NO;
  479. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  480. SWIFT_EMIT_LOC_STRINGS = YES;
  481. SWIFT_VERSION = 5.0;
  482. };
  483. name = Debug;
  484. };
  485. CD1E6EB72A0B7CB900BF871F /* Release */ = {
  486. isa = XCBuildConfiguration;
  487. buildSettings = {
  488. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  489. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  490. CODE_SIGN_STYLE = Automatic;
  491. CURRENT_PROJECT_VERSION = 1;
  492. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  493. FRAMEWORK_SEARCH_PATHS = (
  494. "$(inherited)",
  495. "$(PROJECT_DIR)",
  496. "$(PROJECT_DIR)/ExampleCode",
  497. );
  498. GENERATE_INFOPLIST_FILE = YES;
  499. INFOPLIST_FILE = ExampleCode/Info.plist;
  500. INFOPLIST_KEY_CFBundleDisplayName = ExampleCode;
  501. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.business";
  502. INFOPLIST_KEY_NSCameraUsageDescription = "Video Call, Conference Room, Content Creation and Live Streaming.";
  503. INFOPLIST_KEY_NSContactsUsageDescription = "Get File Contact from Local Dictionary for Send Message.";
  504. INFOPLIST_KEY_NSDocumentsFolderUsageDescription = "Get File from Local Dictionary for Send Message.";
  505. INFOPLIST_KEY_NSMicrophoneUsageDescription = "VoIP Call, Video Call, Conference Room, and Live Streaming.";
  506. INFOPLIST_KEY_NSMotionUsageDescription = "Service nuSDK.";
  507. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Get File Photos from Local Dictionary for Send Message and Content Creation.";
  508. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Get File Photos from Local Dictionary for Send Message and Content Creation.";
  509. INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "Used for speech recognition features.";
  510. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  511. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  512. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  513. INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
  514. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  515. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  516. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  517. INFOPLIST_KEY_UIUserInterfaceStyle = Light;
  518. MARKETING_VERSION = 1.0;
  519. "OTHER_CFLAGS[arch=*]" = "-fstack-protector-all";
  520. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.ExampleCodes;
  521. PRODUCT_NAME = "$(TARGET_NAME)";
  522. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  523. SUPPORTS_MACCATALYST = NO;
  524. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  525. SWIFT_EMIT_LOC_STRINGS = YES;
  526. SWIFT_VERSION = 5.0;
  527. };
  528. name = Release;
  529. };
  530. CD1E6EB92A0B7CB900BF871F /* Debug */ = {
  531. isa = XCBuildConfiguration;
  532. buildSettings = {
  533. BUNDLE_LOADER = "$(TEST_HOST)";
  534. CODE_SIGN_STYLE = Automatic;
  535. CURRENT_PROJECT_VERSION = 1;
  536. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  537. GENERATE_INFOPLIST_FILE = YES;
  538. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  539. MARKETING_VERSION = 1.0;
  540. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.ExampleCodeTests;
  541. PRODUCT_NAME = "$(TARGET_NAME)";
  542. SWIFT_EMIT_LOC_STRINGS = NO;
  543. SWIFT_VERSION = 5.0;
  544. TARGETED_DEVICE_FAMILY = "1,2";
  545. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ExampleCode.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ExampleCode";
  546. };
  547. name = Debug;
  548. };
  549. CD1E6EBA2A0B7CB900BF871F /* Release */ = {
  550. isa = XCBuildConfiguration;
  551. buildSettings = {
  552. BUNDLE_LOADER = "$(TEST_HOST)";
  553. CODE_SIGN_STYLE = Automatic;
  554. CURRENT_PROJECT_VERSION = 1;
  555. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  556. GENERATE_INFOPLIST_FILE = YES;
  557. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  558. MARKETING_VERSION = 1.0;
  559. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.ExampleCodeTests;
  560. PRODUCT_NAME = "$(TARGET_NAME)";
  561. SWIFT_EMIT_LOC_STRINGS = NO;
  562. SWIFT_VERSION = 5.0;
  563. TARGETED_DEVICE_FAMILY = "1,2";
  564. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ExampleCode.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ExampleCode";
  565. };
  566. name = Release;
  567. };
  568. CD1E6EBC2A0B7CB900BF871F /* Debug */ = {
  569. isa = XCBuildConfiguration;
  570. buildSettings = {
  571. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
  572. CODE_SIGN_STYLE = Automatic;
  573. CURRENT_PROJECT_VERSION = 1;
  574. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  575. GENERATE_INFOPLIST_FILE = YES;
  576. MARKETING_VERSION = 1.0;
  577. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.ExampleCodeUITests;
  578. PRODUCT_NAME = "$(TARGET_NAME)";
  579. SWIFT_EMIT_LOC_STRINGS = NO;
  580. SWIFT_VERSION = 5.0;
  581. TARGETED_DEVICE_FAMILY = "1,2";
  582. TEST_TARGET_NAME = ExampleCode;
  583. };
  584. name = Debug;
  585. };
  586. CD1E6EBD2A0B7CB900BF871F /* Release */ = {
  587. isa = XCBuildConfiguration;
  588. buildSettings = {
  589. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
  590. CODE_SIGN_STYLE = Automatic;
  591. CURRENT_PROJECT_VERSION = 1;
  592. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  593. GENERATE_INFOPLIST_FILE = YES;
  594. MARKETING_VERSION = 1.0;
  595. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.ExampleCodeUITests;
  596. PRODUCT_NAME = "$(TARGET_NAME)";
  597. SWIFT_EMIT_LOC_STRINGS = NO;
  598. SWIFT_VERSION = 5.0;
  599. TARGETED_DEVICE_FAMILY = "1,2";
  600. TEST_TARGET_NAME = ExampleCode;
  601. };
  602. name = Release;
  603. };
  604. /* End XCBuildConfiguration section */
  605. /* Begin XCConfigurationList section */
  606. CD1E6E862A0B7CB800BF871F /* Build configuration list for PBXProject "ExampleCode" */ = {
  607. isa = XCConfigurationList;
  608. buildConfigurations = (
  609. CD1E6EB32A0B7CB900BF871F /* Debug */,
  610. CD1E6EB42A0B7CB900BF871F /* Release */,
  611. );
  612. defaultConfigurationIsVisible = 0;
  613. defaultConfigurationName = Release;
  614. };
  615. CD1E6EB52A0B7CB900BF871F /* Build configuration list for PBXNativeTarget "ExampleCode" */ = {
  616. isa = XCConfigurationList;
  617. buildConfigurations = (
  618. CD1E6EB62A0B7CB900BF871F /* Debug */,
  619. CD1E6EB72A0B7CB900BF871F /* Release */,
  620. );
  621. defaultConfigurationIsVisible = 0;
  622. defaultConfigurationName = Release;
  623. };
  624. CD1E6EB82A0B7CB900BF871F /* Build configuration list for PBXNativeTarget "ExampleCodeTests" */ = {
  625. isa = XCConfigurationList;
  626. buildConfigurations = (
  627. CD1E6EB92A0B7CB900BF871F /* Debug */,
  628. CD1E6EBA2A0B7CB900BF871F /* Release */,
  629. );
  630. defaultConfigurationIsVisible = 0;
  631. defaultConfigurationName = Release;
  632. };
  633. CD1E6EBB2A0B7CB900BF871F /* Build configuration list for PBXNativeTarget "ExampleCodeUITests" */ = {
  634. isa = XCConfigurationList;
  635. buildConfigurations = (
  636. CD1E6EBC2A0B7CB900BF871F /* Debug */,
  637. CD1E6EBD2A0B7CB900BF871F /* Release */,
  638. );
  639. defaultConfigurationIsVisible = 0;
  640. defaultConfigurationName = Release;
  641. };
  642. /* End XCConfigurationList section */
  643. };
  644. rootObject = CD1E6E832A0B7CB800BF871F /* Project object */;
  645. }