project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1C8D86B4070EC6BBD69125B1 /* Pods_ComponentizationDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E32B7CA18079C676E58FCF /* Pods_ComponentizationDemo.framework */; };
  10. 75F49F4C2A5911DB000E2160 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F49F4B2A5911DB000E2160 /* AppDelegate.m */; };
  11. 75F49F4F2A5911DB000E2160 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F49F4E2A5911DB000E2160 /* SceneDelegate.m */; };
  12. 75F49F522A5911DB000E2160 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F49F512A5911DB000E2160 /* ViewController.m */; };
  13. 75F49F552A5911DB000E2160 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75F49F532A5911DB000E2160 /* Main.storyboard */; };
  14. 75F49F572A5911DC000E2160 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 75F49F562A5911DC000E2160 /* Assets.xcassets */; };
  15. 75F49F5A2A5911DC000E2160 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75F49F582A5911DC000E2160 /* LaunchScreen.storyboard */; };
  16. 75F49F5D2A5911DC000E2160 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F49F5C2A5911DC000E2160 /* main.m */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 20BFA54949654B31195E0D98 /* Pods-ComponentizationDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ComponentizationDemo.debug.xcconfig"; path = "Target Support Files/Pods-ComponentizationDemo/Pods-ComponentizationDemo.debug.xcconfig"; sourceTree = "<group>"; };
  20. 75F49F472A5911DB000E2160 /* ComponentizationDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ComponentizationDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  21. 75F49F4A2A5911DB000E2160 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  22. 75F49F4B2A5911DB000E2160 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  23. 75F49F4D2A5911DB000E2160 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  24. 75F49F4E2A5911DB000E2160 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  25. 75F49F502A5911DB000E2160 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  26. 75F49F512A5911DB000E2160 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  27. 75F49F542A5911DB000E2160 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  28. 75F49F562A5911DC000E2160 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  29. 75F49F592A5911DC000E2160 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  30. 75F49F5B2A5911DC000E2160 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 75F49F5C2A5911DC000E2160 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  32. 861E52E2EC20DC167C793C6C /* Pods-ComponentizationDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ComponentizationDemo.release.xcconfig"; path = "Target Support Files/Pods-ComponentizationDemo/Pods-ComponentizationDemo.release.xcconfig"; sourceTree = "<group>"; };
  33. 92E32B7CA18079C676E58FCF /* Pods_ComponentizationDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ComponentizationDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 75F49F442A5911DB000E2160 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. 1C8D86B4070EC6BBD69125B1 /* Pods_ComponentizationDemo.framework in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. 75F49F3E2A5911DB000E2160 = {
  47. isa = PBXGroup;
  48. children = (
  49. 75F49F492A5911DB000E2160 /* ComponentizationDemo */,
  50. 75F49F482A5911DB000E2160 /* Products */,
  51. B9E26F69A00119B983A71F34 /* Pods */,
  52. 78B787473473ECE0985F224C /* Frameworks */,
  53. );
  54. sourceTree = "<group>";
  55. };
  56. 75F49F482A5911DB000E2160 /* Products */ = {
  57. isa = PBXGroup;
  58. children = (
  59. 75F49F472A5911DB000E2160 /* ComponentizationDemo.app */,
  60. );
  61. name = Products;
  62. sourceTree = "<group>";
  63. };
  64. 75F49F492A5911DB000E2160 /* ComponentizationDemo */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 75F49F4A2A5911DB000E2160 /* AppDelegate.h */,
  68. 75F49F4B2A5911DB000E2160 /* AppDelegate.m */,
  69. 75F49F4D2A5911DB000E2160 /* SceneDelegate.h */,
  70. 75F49F4E2A5911DB000E2160 /* SceneDelegate.m */,
  71. 75F49F502A5911DB000E2160 /* ViewController.h */,
  72. 75F49F512A5911DB000E2160 /* ViewController.m */,
  73. 75F49F532A5911DB000E2160 /* Main.storyboard */,
  74. 75F49F562A5911DC000E2160 /* Assets.xcassets */,
  75. 75F49F582A5911DC000E2160 /* LaunchScreen.storyboard */,
  76. 75F49F5B2A5911DC000E2160 /* Info.plist */,
  77. 75F49F5C2A5911DC000E2160 /* main.m */,
  78. );
  79. path = ComponentizationDemo;
  80. sourceTree = "<group>";
  81. };
  82. 78B787473473ECE0985F224C /* Frameworks */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 92E32B7CA18079C676E58FCF /* Pods_ComponentizationDemo.framework */,
  86. );
  87. name = Frameworks;
  88. sourceTree = "<group>";
  89. };
  90. B9E26F69A00119B983A71F34 /* Pods */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 20BFA54949654B31195E0D98 /* Pods-ComponentizationDemo.debug.xcconfig */,
  94. 861E52E2EC20DC167C793C6C /* Pods-ComponentizationDemo.release.xcconfig */,
  95. );
  96. name = Pods;
  97. path = Pods;
  98. sourceTree = "<group>";
  99. };
  100. /* End PBXGroup section */
  101. /* Begin PBXNativeTarget section */
  102. 75F49F462A5911DB000E2160 /* ComponentizationDemo */ = {
  103. isa = PBXNativeTarget;
  104. buildConfigurationList = 75F49F602A5911DC000E2160 /* Build configuration list for PBXNativeTarget "ComponentizationDemo" */;
  105. buildPhases = (
  106. C63F12A538A01FBB065208E9 /* [CP] Check Pods Manifest.lock */,
  107. 75F49F432A5911DB000E2160 /* Sources */,
  108. 75F49F442A5911DB000E2160 /* Frameworks */,
  109. 75F49F452A5911DB000E2160 /* Resources */,
  110. 44DD950CFABDE9C20274E7B6 /* [CP] Embed Pods Frameworks */,
  111. );
  112. buildRules = (
  113. );
  114. dependencies = (
  115. );
  116. name = ComponentizationDemo;
  117. productName = ComponentizationDemo;
  118. productReference = 75F49F472A5911DB000E2160 /* ComponentizationDemo.app */;
  119. productType = "com.apple.product-type.application";
  120. };
  121. /* End PBXNativeTarget section */
  122. /* Begin PBXProject section */
  123. 75F49F3F2A5911DB000E2160 /* Project object */ = {
  124. isa = PBXProject;
  125. attributes = {
  126. BuildIndependentTargetsInParallel = 1;
  127. LastUpgradeCheck = 1500;
  128. TargetAttributes = {
  129. 75F49F462A5911DB000E2160 = {
  130. CreatedOnToolsVersion = 15.0;
  131. };
  132. };
  133. };
  134. buildConfigurationList = 75F49F422A5911DB000E2160 /* Build configuration list for PBXProject "ComponentizationDemo" */;
  135. compatibilityVersion = "Xcode 14.0";
  136. developmentRegion = en;
  137. hasScannedForEncodings = 0;
  138. knownRegions = (
  139. en,
  140. Base,
  141. );
  142. mainGroup = 75F49F3E2A5911DB000E2160;
  143. productRefGroup = 75F49F482A5911DB000E2160 /* Products */;
  144. projectDirPath = "";
  145. projectRoot = "";
  146. targets = (
  147. 75F49F462A5911DB000E2160 /* ComponentizationDemo */,
  148. );
  149. };
  150. /* End PBXProject section */
  151. /* Begin PBXResourcesBuildPhase section */
  152. 75F49F452A5911DB000E2160 /* Resources */ = {
  153. isa = PBXResourcesBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. 75F49F5A2A5911DC000E2160 /* LaunchScreen.storyboard in Resources */,
  157. 75F49F572A5911DC000E2160 /* Assets.xcassets in Resources */,
  158. 75F49F552A5911DB000E2160 /* Main.storyboard in Resources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXResourcesBuildPhase section */
  163. /* Begin PBXShellScriptBuildPhase section */
  164. 44DD950CFABDE9C20274E7B6 /* [CP] Embed Pods Frameworks */ = {
  165. isa = PBXShellScriptBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. );
  169. inputFileListPaths = (
  170. "${PODS_ROOT}/Target Support Files/Pods-ComponentizationDemo/Pods-ComponentizationDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  171. );
  172. name = "[CP] Embed Pods Frameworks";
  173. outputFileListPaths = (
  174. "${PODS_ROOT}/Target Support Files/Pods-ComponentizationDemo/Pods-ComponentizationDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. shellPath = /bin/sh;
  178. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ComponentizationDemo/Pods-ComponentizationDemo-frameworks.sh\"\n";
  179. showEnvVarsInLog = 0;
  180. };
  181. C63F12A538A01FBB065208E9 /* [CP] Check Pods Manifest.lock */ = {
  182. isa = PBXShellScriptBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. );
  186. inputFileListPaths = (
  187. );
  188. inputPaths = (
  189. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  190. "${PODS_ROOT}/Manifest.lock",
  191. );
  192. name = "[CP] Check Pods Manifest.lock";
  193. outputFileListPaths = (
  194. );
  195. outputPaths = (
  196. "$(DERIVED_FILE_DIR)/Pods-ComponentizationDemo-checkManifestLockResult.txt",
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. shellPath = /bin/sh;
  200. 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";
  201. showEnvVarsInLog = 0;
  202. };
  203. /* End PBXShellScriptBuildPhase section */
  204. /* Begin PBXSourcesBuildPhase section */
  205. 75F49F432A5911DB000E2160 /* Sources */ = {
  206. isa = PBXSourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. 75F49F522A5911DB000E2160 /* ViewController.m in Sources */,
  210. 75F49F4C2A5911DB000E2160 /* AppDelegate.m in Sources */,
  211. 75F49F5D2A5911DC000E2160 /* main.m in Sources */,
  212. 75F49F4F2A5911DB000E2160 /* SceneDelegate.m in Sources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXSourcesBuildPhase section */
  217. /* Begin PBXVariantGroup section */
  218. 75F49F532A5911DB000E2160 /* Main.storyboard */ = {
  219. isa = PBXVariantGroup;
  220. children = (
  221. 75F49F542A5911DB000E2160 /* Base */,
  222. );
  223. name = Main.storyboard;
  224. sourceTree = "<group>";
  225. };
  226. 75F49F582A5911DC000E2160 /* LaunchScreen.storyboard */ = {
  227. isa = PBXVariantGroup;
  228. children = (
  229. 75F49F592A5911DC000E2160 /* Base */,
  230. );
  231. name = LaunchScreen.storyboard;
  232. sourceTree = "<group>";
  233. };
  234. /* End PBXVariantGroup section */
  235. /* Begin XCBuildConfiguration section */
  236. 75F49F5E2A5911DC000E2160 /* Debug */ = {
  237. isa = XCBuildConfiguration;
  238. buildSettings = {
  239. ALWAYS_SEARCH_USER_PATHS = NO;
  240. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  241. CLANG_ANALYZER_NONNULL = YES;
  242. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  243. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  244. CLANG_ENABLE_MODULES = YES;
  245. CLANG_ENABLE_OBJC_ARC = YES;
  246. CLANG_ENABLE_OBJC_WEAK = YES;
  247. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  248. CLANG_WARN_BOOL_CONVERSION = YES;
  249. CLANG_WARN_COMMA = YES;
  250. CLANG_WARN_CONSTANT_CONVERSION = YES;
  251. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  252. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  253. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INFINITE_RECURSION = YES;
  257. CLANG_WARN_INT_CONVERSION = YES;
  258. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  259. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  260. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  262. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  263. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  264. CLANG_WARN_STRICT_PROTOTYPES = YES;
  265. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  266. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  267. CLANG_WARN_UNREACHABLE_CODE = YES;
  268. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  269. COPY_PHASE_STRIP = NO;
  270. DEBUG_INFORMATION_FORMAT = dwarf;
  271. ENABLE_STRICT_OBJC_MSGSEND = YES;
  272. ENABLE_TESTABILITY = YES;
  273. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  274. GCC_C_LANGUAGE_STANDARD = gnu17;
  275. GCC_DYNAMIC_NO_PIC = NO;
  276. GCC_NO_COMMON_BLOCKS = YES;
  277. GCC_OPTIMIZATION_LEVEL = 0;
  278. GCC_PREPROCESSOR_DEFINITIONS = (
  279. "DEBUG=1",
  280. "$(inherited)",
  281. );
  282. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  283. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  284. GCC_WARN_UNDECLARED_SELECTOR = YES;
  285. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  286. GCC_WARN_UNUSED_FUNCTION = YES;
  287. GCC_WARN_UNUSED_VARIABLE = YES;
  288. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  289. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  290. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  291. MTL_FAST_MATH = YES;
  292. ONLY_ACTIVE_ARCH = YES;
  293. SDKROOT = iphoneos;
  294. };
  295. name = Debug;
  296. };
  297. 75F49F5F2A5911DC000E2160 /* Release */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. ALWAYS_SEARCH_USER_PATHS = NO;
  301. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  302. CLANG_ANALYZER_NONNULL = YES;
  303. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  304. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  305. CLANG_ENABLE_MODULES = YES;
  306. CLANG_ENABLE_OBJC_ARC = YES;
  307. CLANG_ENABLE_OBJC_WEAK = YES;
  308. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  309. CLANG_WARN_BOOL_CONVERSION = YES;
  310. CLANG_WARN_COMMA = YES;
  311. CLANG_WARN_CONSTANT_CONVERSION = YES;
  312. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  313. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  314. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  315. CLANG_WARN_EMPTY_BODY = YES;
  316. CLANG_WARN_ENUM_CONVERSION = YES;
  317. CLANG_WARN_INFINITE_RECURSION = YES;
  318. CLANG_WARN_INT_CONVERSION = YES;
  319. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  320. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  321. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  322. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  323. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  324. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  325. CLANG_WARN_STRICT_PROTOTYPES = YES;
  326. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  327. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  328. CLANG_WARN_UNREACHABLE_CODE = YES;
  329. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  330. COPY_PHASE_STRIP = NO;
  331. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  332. ENABLE_NS_ASSERTIONS = NO;
  333. ENABLE_STRICT_OBJC_MSGSEND = YES;
  334. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  335. GCC_C_LANGUAGE_STANDARD = gnu17;
  336. GCC_NO_COMMON_BLOCKS = YES;
  337. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  338. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  339. GCC_WARN_UNDECLARED_SELECTOR = YES;
  340. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  341. GCC_WARN_UNUSED_FUNCTION = YES;
  342. GCC_WARN_UNUSED_VARIABLE = YES;
  343. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  344. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  345. MTL_ENABLE_DEBUG_INFO = NO;
  346. MTL_FAST_MATH = YES;
  347. SDKROOT = iphoneos;
  348. VALIDATE_PRODUCT = YES;
  349. };
  350. name = Release;
  351. };
  352. 75F49F612A5911DC000E2160 /* Debug */ = {
  353. isa = XCBuildConfiguration;
  354. baseConfigurationReference = 20BFA54949654B31195E0D98 /* Pods-ComponentizationDemo.debug.xcconfig */;
  355. buildSettings = {
  356. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  357. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  358. CODE_SIGN_STYLE = Automatic;
  359. CURRENT_PROJECT_VERSION = 1;
  360. DEVELOPMENT_TEAM = QM43SUA9CG;
  361. GENERATE_INFOPLIST_FILE = YES;
  362. INFOPLIST_FILE = ComponentizationDemo/Info.plist;
  363. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  364. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  365. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  366. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  367. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  368. LD_RUNPATH_SEARCH_PATHS = (
  369. "$(inherited)",
  370. "@executable_path/Frameworks",
  371. );
  372. MARKETING_VERSION = 1.0;
  373. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.ComponentizationDemo;
  374. PRODUCT_NAME = "$(TARGET_NAME)";
  375. SWIFT_EMIT_LOC_STRINGS = YES;
  376. TARGETED_DEVICE_FAMILY = "1,2";
  377. };
  378. name = Debug;
  379. };
  380. 75F49F622A5911DC000E2160 /* Release */ = {
  381. isa = XCBuildConfiguration;
  382. baseConfigurationReference = 861E52E2EC20DC167C793C6C /* Pods-ComponentizationDemo.release.xcconfig */;
  383. buildSettings = {
  384. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  385. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  386. CODE_SIGN_STYLE = Automatic;
  387. CURRENT_PROJECT_VERSION = 1;
  388. DEVELOPMENT_TEAM = QM43SUA9CG;
  389. GENERATE_INFOPLIST_FILE = YES;
  390. INFOPLIST_FILE = ComponentizationDemo/Info.plist;
  391. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  392. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  393. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  394. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  395. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  396. LD_RUNPATH_SEARCH_PATHS = (
  397. "$(inherited)",
  398. "@executable_path/Frameworks",
  399. );
  400. MARKETING_VERSION = 1.0;
  401. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.ComponentizationDemo;
  402. PRODUCT_NAME = "$(TARGET_NAME)";
  403. SWIFT_EMIT_LOC_STRINGS = YES;
  404. TARGETED_DEVICE_FAMILY = "1,2";
  405. };
  406. name = Release;
  407. };
  408. /* End XCBuildConfiguration section */
  409. /* Begin XCConfigurationList section */
  410. 75F49F422A5911DB000E2160 /* Build configuration list for PBXProject "ComponentizationDemo" */ = {
  411. isa = XCConfigurationList;
  412. buildConfigurations = (
  413. 75F49F5E2A5911DC000E2160 /* Debug */,
  414. 75F49F5F2A5911DC000E2160 /* Release */,
  415. );
  416. defaultConfigurationIsVisible = 0;
  417. defaultConfigurationName = Release;
  418. };
  419. 75F49F602A5911DC000E2160 /* Build configuration list for PBXNativeTarget "ComponentizationDemo" */ = {
  420. isa = XCConfigurationList;
  421. buildConfigurations = (
  422. 75F49F612A5911DC000E2160 /* Debug */,
  423. 75F49F622A5911DC000E2160 /* Release */,
  424. );
  425. defaultConfigurationIsVisible = 0;
  426. defaultConfigurationName = Release;
  427. };
  428. /* End XCConfigurationList section */
  429. };
  430. rootObject = 75F49F3F2A5911DB000E2160 /* Project object */;
  431. }