project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  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. );
  111. buildRules = (
  112. );
  113. dependencies = (
  114. );
  115. name = ComponentizationDemo;
  116. productName = ComponentizationDemo;
  117. productReference = 75F49F472A5911DB000E2160 /* ComponentizationDemo.app */;
  118. productType = "com.apple.product-type.application";
  119. };
  120. /* End PBXNativeTarget section */
  121. /* Begin PBXProject section */
  122. 75F49F3F2A5911DB000E2160 /* Project object */ = {
  123. isa = PBXProject;
  124. attributes = {
  125. BuildIndependentTargetsInParallel = 1;
  126. LastUpgradeCheck = 1500;
  127. TargetAttributes = {
  128. 75F49F462A5911DB000E2160 = {
  129. CreatedOnToolsVersion = 15.0;
  130. };
  131. };
  132. };
  133. buildConfigurationList = 75F49F422A5911DB000E2160 /* Build configuration list for PBXProject "ComponentizationDemo" */;
  134. compatibilityVersion = "Xcode 14.0";
  135. developmentRegion = en;
  136. hasScannedForEncodings = 0;
  137. knownRegions = (
  138. en,
  139. Base,
  140. );
  141. mainGroup = 75F49F3E2A5911DB000E2160;
  142. productRefGroup = 75F49F482A5911DB000E2160 /* Products */;
  143. projectDirPath = "";
  144. projectRoot = "";
  145. targets = (
  146. 75F49F462A5911DB000E2160 /* ComponentizationDemo */,
  147. );
  148. };
  149. /* End PBXProject section */
  150. /* Begin PBXResourcesBuildPhase section */
  151. 75F49F452A5911DB000E2160 /* Resources */ = {
  152. isa = PBXResourcesBuildPhase;
  153. buildActionMask = 2147483647;
  154. files = (
  155. 75F49F5A2A5911DC000E2160 /* LaunchScreen.storyboard in Resources */,
  156. 75F49F572A5911DC000E2160 /* Assets.xcassets in Resources */,
  157. 75F49F552A5911DB000E2160 /* Main.storyboard in Resources */,
  158. );
  159. runOnlyForDeploymentPostprocessing = 0;
  160. };
  161. /* End PBXResourcesBuildPhase section */
  162. /* Begin PBXShellScriptBuildPhase section */
  163. C63F12A538A01FBB065208E9 /* [CP] Check Pods Manifest.lock */ = {
  164. isa = PBXShellScriptBuildPhase;
  165. buildActionMask = 2147483647;
  166. files = (
  167. );
  168. inputFileListPaths = (
  169. );
  170. inputPaths = (
  171. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  172. "${PODS_ROOT}/Manifest.lock",
  173. );
  174. name = "[CP] Check Pods Manifest.lock";
  175. outputFileListPaths = (
  176. );
  177. outputPaths = (
  178. "$(DERIVED_FILE_DIR)/Pods-ComponentizationDemo-checkManifestLockResult.txt",
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. shellPath = /bin/sh;
  182. 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";
  183. showEnvVarsInLog = 0;
  184. };
  185. /* End PBXShellScriptBuildPhase section */
  186. /* Begin PBXSourcesBuildPhase section */
  187. 75F49F432A5911DB000E2160 /* Sources */ = {
  188. isa = PBXSourcesBuildPhase;
  189. buildActionMask = 2147483647;
  190. files = (
  191. 75F49F522A5911DB000E2160 /* ViewController.m in Sources */,
  192. 75F49F4C2A5911DB000E2160 /* AppDelegate.m in Sources */,
  193. 75F49F5D2A5911DC000E2160 /* main.m in Sources */,
  194. 75F49F4F2A5911DB000E2160 /* SceneDelegate.m in Sources */,
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. /* End PBXSourcesBuildPhase section */
  199. /* Begin PBXVariantGroup section */
  200. 75F49F532A5911DB000E2160 /* Main.storyboard */ = {
  201. isa = PBXVariantGroup;
  202. children = (
  203. 75F49F542A5911DB000E2160 /* Base */,
  204. );
  205. name = Main.storyboard;
  206. sourceTree = "<group>";
  207. };
  208. 75F49F582A5911DC000E2160 /* LaunchScreen.storyboard */ = {
  209. isa = PBXVariantGroup;
  210. children = (
  211. 75F49F592A5911DC000E2160 /* Base */,
  212. );
  213. name = LaunchScreen.storyboard;
  214. sourceTree = "<group>";
  215. };
  216. /* End PBXVariantGroup section */
  217. /* Begin XCBuildConfiguration section */
  218. 75F49F5E2A5911DC000E2160 /* Debug */ = {
  219. isa = XCBuildConfiguration;
  220. buildSettings = {
  221. ALWAYS_SEARCH_USER_PATHS = NO;
  222. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  223. CLANG_ANALYZER_NONNULL = YES;
  224. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  225. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  226. CLANG_ENABLE_MODULES = YES;
  227. CLANG_ENABLE_OBJC_ARC = YES;
  228. CLANG_ENABLE_OBJC_WEAK = YES;
  229. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  230. CLANG_WARN_BOOL_CONVERSION = YES;
  231. CLANG_WARN_COMMA = YES;
  232. CLANG_WARN_CONSTANT_CONVERSION = YES;
  233. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  234. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  235. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  236. CLANG_WARN_EMPTY_BODY = YES;
  237. CLANG_WARN_ENUM_CONVERSION = YES;
  238. CLANG_WARN_INFINITE_RECURSION = YES;
  239. CLANG_WARN_INT_CONVERSION = YES;
  240. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  241. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  242. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  243. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  244. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  245. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  246. CLANG_WARN_STRICT_PROTOTYPES = YES;
  247. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  248. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  249. CLANG_WARN_UNREACHABLE_CODE = YES;
  250. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  251. COPY_PHASE_STRIP = NO;
  252. DEBUG_INFORMATION_FORMAT = dwarf;
  253. ENABLE_STRICT_OBJC_MSGSEND = YES;
  254. ENABLE_TESTABILITY = YES;
  255. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  256. GCC_C_LANGUAGE_STANDARD = gnu17;
  257. GCC_DYNAMIC_NO_PIC = NO;
  258. GCC_NO_COMMON_BLOCKS = YES;
  259. GCC_OPTIMIZATION_LEVEL = 0;
  260. GCC_PREPROCESSOR_DEFINITIONS = (
  261. "DEBUG=1",
  262. "$(inherited)",
  263. );
  264. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  265. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  266. GCC_WARN_UNDECLARED_SELECTOR = YES;
  267. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  268. GCC_WARN_UNUSED_FUNCTION = YES;
  269. GCC_WARN_UNUSED_VARIABLE = YES;
  270. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  271. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  272. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  273. MTL_FAST_MATH = YES;
  274. ONLY_ACTIVE_ARCH = YES;
  275. SDKROOT = iphoneos;
  276. };
  277. name = Debug;
  278. };
  279. 75F49F5F2A5911DC000E2160 /* Release */ = {
  280. isa = XCBuildConfiguration;
  281. buildSettings = {
  282. ALWAYS_SEARCH_USER_PATHS = NO;
  283. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  284. CLANG_ANALYZER_NONNULL = YES;
  285. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  286. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  287. CLANG_ENABLE_MODULES = YES;
  288. CLANG_ENABLE_OBJC_ARC = YES;
  289. CLANG_ENABLE_OBJC_WEAK = YES;
  290. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  291. CLANG_WARN_BOOL_CONVERSION = YES;
  292. CLANG_WARN_COMMA = YES;
  293. CLANG_WARN_CONSTANT_CONVERSION = YES;
  294. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  295. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  296. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  297. CLANG_WARN_EMPTY_BODY = YES;
  298. CLANG_WARN_ENUM_CONVERSION = YES;
  299. CLANG_WARN_INFINITE_RECURSION = YES;
  300. CLANG_WARN_INT_CONVERSION = YES;
  301. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  302. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  303. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  304. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  305. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  306. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  307. CLANG_WARN_STRICT_PROTOTYPES = YES;
  308. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  309. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  310. CLANG_WARN_UNREACHABLE_CODE = YES;
  311. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  312. COPY_PHASE_STRIP = NO;
  313. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  314. ENABLE_NS_ASSERTIONS = NO;
  315. ENABLE_STRICT_OBJC_MSGSEND = YES;
  316. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  317. GCC_C_LANGUAGE_STANDARD = gnu17;
  318. GCC_NO_COMMON_BLOCKS = YES;
  319. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  320. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  321. GCC_WARN_UNDECLARED_SELECTOR = YES;
  322. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  323. GCC_WARN_UNUSED_FUNCTION = YES;
  324. GCC_WARN_UNUSED_VARIABLE = YES;
  325. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  326. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  327. MTL_ENABLE_DEBUG_INFO = NO;
  328. MTL_FAST_MATH = YES;
  329. SDKROOT = iphoneos;
  330. VALIDATE_PRODUCT = YES;
  331. };
  332. name = Release;
  333. };
  334. 75F49F612A5911DC000E2160 /* Debug */ = {
  335. isa = XCBuildConfiguration;
  336. baseConfigurationReference = 20BFA54949654B31195E0D98 /* Pods-ComponentizationDemo.debug.xcconfig */;
  337. buildSettings = {
  338. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  339. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  340. CODE_SIGN_STYLE = Automatic;
  341. CURRENT_PROJECT_VERSION = 1;
  342. DEVELOPMENT_TEAM = QM43SUA9CG;
  343. GENERATE_INFOPLIST_FILE = YES;
  344. INFOPLIST_FILE = ComponentizationDemo/Info.plist;
  345. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  346. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  347. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  348. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  349. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  350. LD_RUNPATH_SEARCH_PATHS = (
  351. "$(inherited)",
  352. "@executable_path/Frameworks",
  353. );
  354. MARKETING_VERSION = 1.0;
  355. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.ComponentizationDemo;
  356. PRODUCT_NAME = "$(TARGET_NAME)";
  357. SWIFT_EMIT_LOC_STRINGS = YES;
  358. TARGETED_DEVICE_FAMILY = "1,2";
  359. };
  360. name = Debug;
  361. };
  362. 75F49F622A5911DC000E2160 /* Release */ = {
  363. isa = XCBuildConfiguration;
  364. baseConfigurationReference = 861E52E2EC20DC167C793C6C /* Pods-ComponentizationDemo.release.xcconfig */;
  365. buildSettings = {
  366. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  367. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  368. CODE_SIGN_STYLE = Automatic;
  369. CURRENT_PROJECT_VERSION = 1;
  370. DEVELOPMENT_TEAM = QM43SUA9CG;
  371. GENERATE_INFOPLIST_FILE = YES;
  372. INFOPLIST_FILE = ComponentizationDemo/Info.plist;
  373. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  374. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  375. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  376. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  377. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  378. LD_RUNPATH_SEARCH_PATHS = (
  379. "$(inherited)",
  380. "@executable_path/Frameworks",
  381. );
  382. MARKETING_VERSION = 1.0;
  383. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.ComponentizationDemo;
  384. PRODUCT_NAME = "$(TARGET_NAME)";
  385. SWIFT_EMIT_LOC_STRINGS = YES;
  386. TARGETED_DEVICE_FAMILY = "1,2";
  387. };
  388. name = Release;
  389. };
  390. /* End XCBuildConfiguration section */
  391. /* Begin XCConfigurationList section */
  392. 75F49F422A5911DB000E2160 /* Build configuration list for PBXProject "ComponentizationDemo" */ = {
  393. isa = XCConfigurationList;
  394. buildConfigurations = (
  395. 75F49F5E2A5911DC000E2160 /* Debug */,
  396. 75F49F5F2A5911DC000E2160 /* Release */,
  397. );
  398. defaultConfigurationIsVisible = 0;
  399. defaultConfigurationName = Release;
  400. };
  401. 75F49F602A5911DC000E2160 /* Build configuration list for PBXNativeTarget "ComponentizationDemo" */ = {
  402. isa = XCConfigurationList;
  403. buildConfigurations = (
  404. 75F49F612A5911DC000E2160 /* Debug */,
  405. 75F49F622A5911DC000E2160 /* Release */,
  406. );
  407. defaultConfigurationIsVisible = 0;
  408. defaultConfigurationName = Release;
  409. };
  410. /* End XCConfigurationList section */
  411. };
  412. rootObject = 75F49F3F2A5911DB000E2160 /* Project object */;
  413. }