No Description

project.pbxproj 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 844A9A4C1DD0BCFD007DCC89 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A4B1DD0BCFD007DCC89 /* main.cpp */; };
  10. 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A781DD0C080007DCC89 /* Assets.xcassets */; };
  11. 844A9A871DD0C080007DCC89 /* small.ico in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7C1DD0C080007DCC89 /* small.ico */; };
  12. 844A9A881DD0C080007DCC89 /* TestApp1.ico in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7E1DD0C080007DCC89 /* TestApp1.ico */; };
  13. 844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
  14. 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
  15. 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
  16. 844A9A8E1DD0C0C7007DCC89 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A4B1DD0BCFD007DCC89 /* main.cpp */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 844A9A441DD0BCFD007DCC89 /* TestApp1_macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp1_macOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 844A9A4B1DD0BCFD007DCC89 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
  21. 844A9A5C1DD0BEDD007DCC89 /* TestApp1_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp1_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 844A9A741DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  23. 844A9A751DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  24. 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  25. 844A9A781DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. 844A9A791DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  27. 844A9A7B1DD0C080007DCC89 /* Resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Resource.h; sourceTree = "<group>"; };
  28. 844A9A7C1DD0C080007DCC89 /* small.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = small.ico; sourceTree = "<group>"; };
  29. 844A9A7D1DD0C080007DCC89 /* targetver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = targetver.h; sourceTree = "<group>"; };
  30. 844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
  31. 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
  32. 844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
  33. 844A9A811DD0C080007DCC89 /* TestApp1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestApp1.h; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 844A9A411DD0BCFD007DCC89 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. 844A9A591DD0BEDD007DCC89 /* Frameworks */ = {
  44. isa = PBXFrameworksBuildPhase;
  45. buildActionMask = 2147483647;
  46. files = (
  47. );
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. /* End PBXFrameworksBuildPhase section */
  51. /* Begin PBXGroup section */
  52. 844A9A3B1DD0BCFD007DCC89 = {
  53. isa = PBXGroup;
  54. children = (
  55. 844A9A461DD0BCFD007DCC89 /* TestApp1 */,
  56. 844A9A451DD0BCFD007DCC89 /* Products */,
  57. );
  58. sourceTree = "<group>";
  59. };
  60. 844A9A451DD0BCFD007DCC89 /* Products */ = {
  61. isa = PBXGroup;
  62. children = (
  63. 844A9A441DD0BCFD007DCC89 /* TestApp1_macOS.app */,
  64. 844A9A5C1DD0BEDD007DCC89 /* TestApp1_iOS.app */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. 844A9A461DD0BCFD007DCC89 /* TestApp1 */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 844A9A731DD0C080007DCC89 /* iOS */,
  73. 844A9A771DD0C080007DCC89 /* macOS */,
  74. 844A9A7A1DD0C080007DCC89 /* Win32 */,
  75. 844A9A801DD0C080007DCC89 /* TestApp1.cpp */,
  76. 844A9A811DD0C080007DCC89 /* TestApp1.h */,
  77. 844A9A4B1DD0BCFD007DCC89 /* main.cpp */,
  78. );
  79. path = TestApp1;
  80. sourceTree = "<group>";
  81. };
  82. 844A9A731DD0C080007DCC89 /* iOS */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 844A9A741DD0C080007DCC89 /* Assets.xcassets */,
  86. 844A9A751DD0C080007DCC89 /* Info.plist */,
  87. 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */,
  88. );
  89. path = iOS;
  90. sourceTree = "<group>";
  91. };
  92. 844A9A771DD0C080007DCC89 /* macOS */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 844A9A781DD0C080007DCC89 /* Assets.xcassets */,
  96. 844A9A791DD0C080007DCC89 /* Info.plist */,
  97. );
  98. path = macOS;
  99. sourceTree = "<group>";
  100. };
  101. 844A9A7A1DD0C080007DCC89 /* Win32 */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 844A9A7B1DD0C080007DCC89 /* Resource.h */,
  105. 844A9A7C1DD0C080007DCC89 /* small.ico */,
  106. 844A9A7D1DD0C080007DCC89 /* targetver.h */,
  107. 844A9A7E1DD0C080007DCC89 /* TestApp1.ico */,
  108. 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */,
  109. );
  110. path = Win32;
  111. sourceTree = "<group>";
  112. };
  113. /* End PBXGroup section */
  114. /* Begin PBXNativeTarget section */
  115. 844A9A431DD0BCFD007DCC89 /* TestApp1_macOS */ = {
  116. isa = PBXNativeTarget;
  117. buildConfigurationList = 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_macOS" */;
  118. buildPhases = (
  119. 844A9A401DD0BCFD007DCC89 /* Sources */,
  120. 844A9A411DD0BCFD007DCC89 /* Frameworks */,
  121. 844A9A421DD0BCFD007DCC89 /* Resources */,
  122. );
  123. buildRules = (
  124. );
  125. dependencies = (
  126. );
  127. name = TestApp1_macOS;
  128. productName = TestApp1;
  129. productReference = 844A9A441DD0BCFD007DCC89 /* TestApp1_macOS.app */;
  130. productType = "com.apple.product-type.application";
  131. };
  132. 844A9A5B1DD0BEDD007DCC89 /* TestApp1_iOS */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_iOS" */;
  135. buildPhases = (
  136. 844A9A581DD0BEDD007DCC89 /* Sources */,
  137. 844A9A591DD0BEDD007DCC89 /* Frameworks */,
  138. 844A9A5A1DD0BEDD007DCC89 /* Resources */,
  139. );
  140. buildRules = (
  141. );
  142. dependencies = (
  143. );
  144. name = TestApp1_iOS;
  145. productName = TestApp1_iOS;
  146. productReference = 844A9A5C1DD0BEDD007DCC89 /* TestApp1_iOS.app */;
  147. productType = "com.apple.product-type.application";
  148. };
  149. /* End PBXNativeTarget section */
  150. /* Begin PBXProject section */
  151. 844A9A3C1DD0BCFD007DCC89 /* Project object */ = {
  152. isa = PBXProject;
  153. attributes = {
  154. LastUpgradeCheck = 0810;
  155. ORGANIZATIONNAME = icondb;
  156. TargetAttributes = {
  157. 844A9A431DD0BCFD007DCC89 = {
  158. CreatedOnToolsVersion = 8.1;
  159. ProvisioningStyle = Automatic;
  160. };
  161. 844A9A5B1DD0BEDD007DCC89 = {
  162. CreatedOnToolsVersion = 8.1;
  163. ProvisioningStyle = Automatic;
  164. };
  165. };
  166. };
  167. buildConfigurationList = 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "TestApp1" */;
  168. compatibilityVersion = "Xcode 3.2";
  169. developmentRegion = English;
  170. hasScannedForEncodings = 0;
  171. knownRegions = (
  172. en,
  173. Base,
  174. );
  175. mainGroup = 844A9A3B1DD0BCFD007DCC89;
  176. productRefGroup = 844A9A451DD0BCFD007DCC89 /* Products */;
  177. projectDirPath = "";
  178. projectRoot = "";
  179. targets = (
  180. 844A9A431DD0BCFD007DCC89 /* TestApp1_macOS */,
  181. 844A9A5B1DD0BEDD007DCC89 /* TestApp1_iOS */,
  182. );
  183. };
  184. /* End PBXProject section */
  185. /* Begin PBXResourcesBuildPhase section */
  186. 844A9A421DD0BCFD007DCC89 /* Resources */ = {
  187. isa = PBXResourcesBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. 844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */,
  191. 844A9A871DD0C080007DCC89 /* small.ico in Resources */,
  192. 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */,
  193. 844A9A881DD0C080007DCC89 /* TestApp1.ico in Resources */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. 844A9A5A1DD0BEDD007DCC89 /* Resources */ = {
  198. isa = PBXResourcesBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */,
  202. 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */,
  203. );
  204. runOnlyForDeploymentPostprocessing = 0;
  205. };
  206. /* End PBXResourcesBuildPhase section */
  207. /* Begin PBXSourcesBuildPhase section */
  208. 844A9A401DD0BCFD007DCC89 /* Sources */ = {
  209. isa = PBXSourcesBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. 844A9A4C1DD0BCFD007DCC89 /* main.cpp in Sources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. 844A9A581DD0BEDD007DCC89 /* Sources */ = {
  217. isa = PBXSourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. 844A9A8E1DD0C0C7007DCC89 /* main.cpp in Sources */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXSourcesBuildPhase section */
  225. /* Begin XCBuildConfiguration section */
  226. 844A9A531DD0BCFD007DCC89 /* Debug */ = {
  227. isa = XCBuildConfiguration;
  228. buildSettings = {
  229. ALWAYS_SEARCH_USER_PATHS = NO;
  230. CLANG_ANALYZER_NONNULL = YES;
  231. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  232. CLANG_CXX_LIBRARY = "libc++";
  233. CLANG_ENABLE_MODULES = YES;
  234. CLANG_ENABLE_OBJC_ARC = YES;
  235. CLANG_WARN_BOOL_CONVERSION = YES;
  236. CLANG_WARN_CONSTANT_CONVERSION = YES;
  237. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  238. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  239. CLANG_WARN_EMPTY_BODY = YES;
  240. CLANG_WARN_ENUM_CONVERSION = YES;
  241. CLANG_WARN_INFINITE_RECURSION = YES;
  242. CLANG_WARN_INT_CONVERSION = YES;
  243. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  244. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  245. CLANG_WARN_UNREACHABLE_CODE = YES;
  246. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  247. CODE_SIGN_IDENTITY = "-";
  248. COPY_PHASE_STRIP = NO;
  249. DEBUG_INFORMATION_FORMAT = dwarf;
  250. ENABLE_STRICT_OBJC_MSGSEND = YES;
  251. ENABLE_TESTABILITY = YES;
  252. GCC_C_LANGUAGE_STANDARD = gnu99;
  253. GCC_DYNAMIC_NO_PIC = NO;
  254. GCC_NO_COMMON_BLOCKS = YES;
  255. GCC_OPTIMIZATION_LEVEL = 0;
  256. GCC_PREPROCESSOR_DEFINITIONS = (
  257. "DEBUG=1",
  258. "$(inherited)",
  259. );
  260. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  261. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  262. GCC_WARN_UNDECLARED_SELECTOR = YES;
  263. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  264. GCC_WARN_UNUSED_FUNCTION = YES;
  265. GCC_WARN_UNUSED_VARIABLE = YES;
  266. MACOSX_DEPLOYMENT_TARGET = 10.12;
  267. MTL_ENABLE_DEBUG_INFO = YES;
  268. ONLY_ACTIVE_ARCH = YES;
  269. SDKROOT = macosx;
  270. };
  271. name = Debug;
  272. };
  273. 844A9A541DD0BCFD007DCC89 /* Release */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. ALWAYS_SEARCH_USER_PATHS = NO;
  277. CLANG_ANALYZER_NONNULL = YES;
  278. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  279. CLANG_CXX_LIBRARY = "libc++";
  280. CLANG_ENABLE_MODULES = YES;
  281. CLANG_ENABLE_OBJC_ARC = YES;
  282. CLANG_WARN_BOOL_CONVERSION = YES;
  283. CLANG_WARN_CONSTANT_CONVERSION = YES;
  284. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  285. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  286. CLANG_WARN_EMPTY_BODY = YES;
  287. CLANG_WARN_ENUM_CONVERSION = YES;
  288. CLANG_WARN_INFINITE_RECURSION = YES;
  289. CLANG_WARN_INT_CONVERSION = YES;
  290. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  291. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  292. CLANG_WARN_UNREACHABLE_CODE = YES;
  293. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  294. CODE_SIGN_IDENTITY = "-";
  295. COPY_PHASE_STRIP = NO;
  296. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  297. ENABLE_NS_ASSERTIONS = NO;
  298. ENABLE_STRICT_OBJC_MSGSEND = YES;
  299. GCC_C_LANGUAGE_STANDARD = gnu99;
  300. GCC_NO_COMMON_BLOCKS = YES;
  301. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  303. GCC_WARN_UNDECLARED_SELECTOR = YES;
  304. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  305. GCC_WARN_UNUSED_FUNCTION = YES;
  306. GCC_WARN_UNUSED_VARIABLE = YES;
  307. MACOSX_DEPLOYMENT_TARGET = 10.12;
  308. MTL_ENABLE_DEBUG_INFO = NO;
  309. SDKROOT = macosx;
  310. };
  311. name = Release;
  312. };
  313. 844A9A561DD0BCFD007DCC89 /* Debug */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  317. COMBINE_HIDPI_IMAGES = YES;
  318. INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS/Info.plist";
  319. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  320. PRODUCT_BUNDLE_IDENTIFIER = com.icondb.TestApp1;
  321. PRODUCT_NAME = "$(TARGET_NAME)";
  322. };
  323. name = Debug;
  324. };
  325. 844A9A571DD0BCFD007DCC89 /* Release */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  329. COMBINE_HIDPI_IMAGES = YES;
  330. INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS/Info.plist";
  331. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  332. PRODUCT_BUNDLE_IDENTIFIER = com.icondb.TestApp1;
  333. PRODUCT_NAME = "$(TARGET_NAME)";
  334. };
  335. name = Release;
  336. };
  337. 844A9A711DD0BEDD007DCC89 /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  341. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  342. INFOPLIST_FILE = "$(SRCROOT)/TestApp1/iOS/Info.plist";
  343. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  344. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  345. PRODUCT_BUNDLE_IDENTIFIER = "com.icondb.TestApp1-iOS";
  346. PRODUCT_NAME = "$(TARGET_NAME)";
  347. SDKROOT = iphoneos;
  348. TARGETED_DEVICE_FAMILY = "1,2";
  349. };
  350. name = Debug;
  351. };
  352. 844A9A721DD0BEDD007DCC89 /* Release */ = {
  353. isa = XCBuildConfiguration;
  354. buildSettings = {
  355. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  356. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  357. INFOPLIST_FILE = "$(SRCROOT)/TestApp1/iOS/Info.plist";
  358. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  359. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  360. PRODUCT_BUNDLE_IDENTIFIER = "com.icondb.TestApp1-iOS";
  361. PRODUCT_NAME = "$(TARGET_NAME)";
  362. SDKROOT = iphoneos;
  363. TARGETED_DEVICE_FAMILY = "1,2";
  364. VALIDATE_PRODUCT = YES;
  365. };
  366. name = Release;
  367. };
  368. /* End XCBuildConfiguration section */
  369. /* Begin XCConfigurationList section */
  370. 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "TestApp1" */ = {
  371. isa = XCConfigurationList;
  372. buildConfigurations = (
  373. 844A9A531DD0BCFD007DCC89 /* Debug */,
  374. 844A9A541DD0BCFD007DCC89 /* Release */,
  375. );
  376. defaultConfigurationIsVisible = 0;
  377. defaultConfigurationName = Release;
  378. };
  379. 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_macOS" */ = {
  380. isa = XCConfigurationList;
  381. buildConfigurations = (
  382. 844A9A561DD0BCFD007DCC89 /* Debug */,
  383. 844A9A571DD0BCFD007DCC89 /* Release */,
  384. );
  385. defaultConfigurationIsVisible = 0;
  386. defaultConfigurationName = Release;
  387. };
  388. 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_iOS" */ = {
  389. isa = XCConfigurationList;
  390. buildConfigurations = (
  391. 844A9A711DD0BEDD007DCC89 /* Debug */,
  392. 844A9A721DD0BEDD007DCC89 /* Release */,
  393. );
  394. defaultConfigurationIsVisible = 0;
  395. defaultConfigurationName = Release;
  396. };
  397. /* End XCConfigurationList section */
  398. };
  399. rootObject = 844A9A3C1DD0BCFD007DCC89 /* Project object */;
  400. }