project.pbxproj 30 KB

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