project.pbxproj 17 KB

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