project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  10. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  11. 9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
  12. 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
  13. 97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
  14. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  15. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  16. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = "";
  23. dstSubfolderSpec = 10;
  24. files = (
  25. );
  26. name = "Embed Frameworks";
  27. runOnlyForDeploymentPostprocessing = 0;
  28. };
  29. /* End PBXCopyFilesBuildPhase section */
  30. /* Begin PBXFileReference section */
  31. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  32. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  33. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  34. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  35. 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  36. 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  37. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  38. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  39. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  40. 97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  41. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  42. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  43. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  44. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  45. /* End PBXFileReference section */
  46. /* Begin PBXFrameworksBuildPhase section */
  47. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  48. isa = PBXFrameworksBuildPhase;
  49. buildActionMask = 2147483647;
  50. files = (
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXFrameworksBuildPhase section */
  55. /* Begin PBXGroup section */
  56. 9740EEB11CF90186004384FC /* Flutter */ = {
  57. isa = PBXGroup;
  58. children = (
  59. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  60. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  61. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  62. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  63. );
  64. name = Flutter;
  65. sourceTree = "<group>";
  66. };
  67. 97C146E51CF9000F007C117D = {
  68. isa = PBXGroup;
  69. children = (
  70. 9740EEB11CF90186004384FC /* Flutter */,
  71. 97C146F01CF9000F007C117D /* Runner */,
  72. 97C146EF1CF9000F007C117D /* Products */,
  73. CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
  74. );
  75. sourceTree = "<group>";
  76. };
  77. 97C146EF1CF9000F007C117D /* Products */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 97C146EE1CF9000F007C117D /* Runner.app */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. 97C146F01CF9000F007C117D /* Runner */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */,
  89. 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */,
  90. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  91. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  92. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  93. 97C147021CF9000F007C117D /* Info.plist */,
  94. 97C146F11CF9000F007C117D /* Supporting Files */,
  95. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  96. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  97. );
  98. path = Runner;
  99. sourceTree = "<group>";
  100. };
  101. 97C146F11CF9000F007C117D /* Supporting Files */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 97C146F21CF9000F007C117D /* main.m */,
  105. );
  106. name = "Supporting Files";
  107. sourceTree = "<group>";
  108. };
  109. /* End PBXGroup section */
  110. /* Begin PBXNativeTarget section */
  111. 97C146ED1CF9000F007C117D /* Runner */ = {
  112. isa = PBXNativeTarget;
  113. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  114. buildPhases = (
  115. 9740EEB61CF901F6004384FC /* Run Script */,
  116. 97C146EA1CF9000F007C117D /* Sources */,
  117. 97C146EB1CF9000F007C117D /* Frameworks */,
  118. 97C146EC1CF9000F007C117D /* Resources */,
  119. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  120. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  121. );
  122. buildRules = (
  123. );
  124. dependencies = (
  125. );
  126. name = Runner;
  127. productName = Runner;
  128. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  129. productType = "com.apple.product-type.application";
  130. };
  131. /* End PBXNativeTarget section */
  132. /* Begin PBXProject section */
  133. 97C146E61CF9000F007C117D /* Project object */ = {
  134. isa = PBXProject;
  135. attributes = {
  136. LastUpgradeCheck = 0910;
  137. ORGANIZATIONNAME = "The Chromium Authors";
  138. TargetAttributes = {
  139. 97C146ED1CF9000F007C117D = {
  140. CreatedOnToolsVersion = 7.3.1;
  141. };
  142. };
  143. };
  144. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  145. compatibilityVersion = "Xcode 3.2";
  146. developmentRegion = English;
  147. hasScannedForEncodings = 0;
  148. knownRegions = (
  149. en,
  150. Base,
  151. );
  152. mainGroup = 97C146E51CF9000F007C117D;
  153. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  154. projectDirPath = "";
  155. projectRoot = "";
  156. targets = (
  157. 97C146ED1CF9000F007C117D /* Runner */,
  158. );
  159. };
  160. /* End PBXProject section */
  161. /* Begin PBXResourcesBuildPhase section */
  162. 97C146EC1CF9000F007C117D /* Resources */ = {
  163. isa = PBXResourcesBuildPhase;
  164. buildActionMask = 2147483647;
  165. files = (
  166. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  167. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  168. 9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
  169. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  170. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. /* End PBXResourcesBuildPhase section */
  175. /* Begin PBXShellScriptBuildPhase section */
  176. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  177. isa = PBXShellScriptBuildPhase;
  178. buildActionMask = 2147483647;
  179. files = (
  180. );
  181. inputPaths = (
  182. );
  183. name = "Thin Binary";
  184. outputPaths = (
  185. );
  186. runOnlyForDeploymentPostprocessing = 0;
  187. shellPath = /bin/sh;
  188. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  189. };
  190. 9740EEB61CF901F6004384FC /* Run Script */ = {
  191. isa = PBXShellScriptBuildPhase;
  192. buildActionMask = 2147483647;
  193. files = (
  194. );
  195. inputPaths = (
  196. );
  197. name = "Run Script";
  198. outputPaths = (
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. shellPath = /bin/sh;
  202. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  203. };
  204. /* End PBXShellScriptBuildPhase section */
  205. /* Begin PBXSourcesBuildPhase section */
  206. 97C146EA1CF9000F007C117D /* Sources */ = {
  207. isa = PBXSourcesBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */,
  211. 97C146F31CF9000F007C117D /* main.m in Sources */,
  212. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXSourcesBuildPhase section */
  217. /* Begin PBXVariantGroup section */
  218. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  219. isa = PBXVariantGroup;
  220. children = (
  221. 97C146FB1CF9000F007C117D /* Base */,
  222. );
  223. name = Main.storyboard;
  224. sourceTree = "<group>";
  225. };
  226. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  227. isa = PBXVariantGroup;
  228. children = (
  229. 97C147001CF9000F007C117D /* Base */,
  230. );
  231. name = LaunchScreen.storyboard;
  232. sourceTree = "<group>";
  233. };
  234. /* End PBXVariantGroup section */
  235. /* Begin XCBuildConfiguration section */
  236. 97C147031CF9000F007C117D /* Debug */ = {
  237. isa = XCBuildConfiguration;
  238. buildSettings = {
  239. ALWAYS_SEARCH_USER_PATHS = NO;
  240. CLANG_ANALYZER_NONNULL = YES;
  241. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  242. CLANG_CXX_LIBRARY = "libc++";
  243. CLANG_ENABLE_MODULES = YES;
  244. CLANG_ENABLE_OBJC_ARC = YES;
  245. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  246. CLANG_WARN_BOOL_CONVERSION = YES;
  247. CLANG_WARN_COMMA = YES;
  248. CLANG_WARN_CONSTANT_CONVERSION = YES;
  249. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  250. CLANG_WARN_EMPTY_BODY = YES;
  251. CLANG_WARN_ENUM_CONVERSION = YES;
  252. CLANG_WARN_INFINITE_RECURSION = YES;
  253. CLANG_WARN_INT_CONVERSION = YES;
  254. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  255. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  256. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  257. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  258. CLANG_WARN_STRICT_PROTOTYPES = YES;
  259. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  260. CLANG_WARN_UNREACHABLE_CODE = YES;
  261. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  262. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  263. COPY_PHASE_STRIP = NO;
  264. DEBUG_INFORMATION_FORMAT = dwarf;
  265. ENABLE_STRICT_OBJC_MSGSEND = YES;
  266. ENABLE_TESTABILITY = YES;
  267. GCC_C_LANGUAGE_STANDARD = gnu99;
  268. GCC_DYNAMIC_NO_PIC = NO;
  269. GCC_NO_COMMON_BLOCKS = YES;
  270. GCC_OPTIMIZATION_LEVEL = 0;
  271. GCC_PREPROCESSOR_DEFINITIONS = (
  272. "DEBUG=1",
  273. "$(inherited)",
  274. );
  275. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  276. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  277. GCC_WARN_UNDECLARED_SELECTOR = YES;
  278. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  279. GCC_WARN_UNUSED_FUNCTION = YES;
  280. GCC_WARN_UNUSED_VARIABLE = YES;
  281. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  282. MTL_ENABLE_DEBUG_INFO = YES;
  283. ONLY_ACTIVE_ARCH = YES;
  284. SDKROOT = iphoneos;
  285. TARGETED_DEVICE_FAMILY = "1,2";
  286. };
  287. name = Debug;
  288. };
  289. 97C147041CF9000F007C117D /* Release */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ALWAYS_SEARCH_USER_PATHS = NO;
  293. CLANG_ANALYZER_NONNULL = YES;
  294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  295. CLANG_CXX_LIBRARY = "libc++";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  299. CLANG_WARN_BOOL_CONVERSION = YES;
  300. CLANG_WARN_COMMA = YES;
  301. CLANG_WARN_CONSTANT_CONVERSION = YES;
  302. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  303. CLANG_WARN_EMPTY_BODY = YES;
  304. CLANG_WARN_ENUM_CONVERSION = YES;
  305. CLANG_WARN_INFINITE_RECURSION = YES;
  306. CLANG_WARN_INT_CONVERSION = YES;
  307. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  308. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  309. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  310. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  311. CLANG_WARN_STRICT_PROTOTYPES = YES;
  312. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  313. CLANG_WARN_UNREACHABLE_CODE = YES;
  314. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  315. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  316. COPY_PHASE_STRIP = NO;
  317. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  318. ENABLE_NS_ASSERTIONS = NO;
  319. ENABLE_STRICT_OBJC_MSGSEND = YES;
  320. GCC_C_LANGUAGE_STANDARD = gnu99;
  321. GCC_NO_COMMON_BLOCKS = YES;
  322. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  323. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  324. GCC_WARN_UNDECLARED_SELECTOR = YES;
  325. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  326. GCC_WARN_UNUSED_FUNCTION = YES;
  327. GCC_WARN_UNUSED_VARIABLE = YES;
  328. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  329. MTL_ENABLE_DEBUG_INFO = NO;
  330. SDKROOT = iphoneos;
  331. TARGETED_DEVICE_FAMILY = "1,2";
  332. VALIDATE_PRODUCT = YES;
  333. };
  334. name = Release;
  335. };
  336. 97C147061CF9000F007C117D /* Debug */ = {
  337. isa = XCBuildConfiguration;
  338. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  339. buildSettings = {
  340. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  341. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  342. ENABLE_BITCODE = NO;
  343. FRAMEWORK_SEARCH_PATHS = (
  344. "$(inherited)",
  345. "$(PROJECT_DIR)/Flutter",
  346. );
  347. INFOPLIST_FILE = Runner/Info.plist;
  348. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  349. LIBRARY_SEARCH_PATHS = (
  350. "$(inherited)",
  351. "$(PROJECT_DIR)/Flutter",
  352. );
  353. PRODUCT_BUNDLE_IDENTIFIER = com.realank.example;
  354. PRODUCT_NAME = "$(TARGET_NAME)";
  355. VERSIONING_SYSTEM = "apple-generic";
  356. };
  357. name = Debug;
  358. };
  359. 97C147071CF9000F007C117D /* Release */ = {
  360. isa = XCBuildConfiguration;
  361. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  362. buildSettings = {
  363. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  364. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  365. ENABLE_BITCODE = NO;
  366. FRAMEWORK_SEARCH_PATHS = (
  367. "$(inherited)",
  368. "$(PROJECT_DIR)/Flutter",
  369. );
  370. INFOPLIST_FILE = Runner/Info.plist;
  371. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  372. LIBRARY_SEARCH_PATHS = (
  373. "$(inherited)",
  374. "$(PROJECT_DIR)/Flutter",
  375. );
  376. PRODUCT_BUNDLE_IDENTIFIER = com.realank.example;
  377. PRODUCT_NAME = "$(TARGET_NAME)";
  378. VERSIONING_SYSTEM = "apple-generic";
  379. };
  380. name = Release;
  381. };
  382. /* End XCBuildConfiguration section */
  383. /* Begin XCConfigurationList section */
  384. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  385. isa = XCConfigurationList;
  386. buildConfigurations = (
  387. 97C147031CF9000F007C117D /* Debug */,
  388. 97C147041CF9000F007C117D /* Release */,
  389. );
  390. defaultConfigurationIsVisible = 0;
  391. defaultConfigurationName = Release;
  392. };
  393. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  394. isa = XCConfigurationList;
  395. buildConfigurations = (
  396. 97C147061CF9000F007C117D /* Debug */,
  397. 97C147071CF9000F007C117D /* Release */,
  398. );
  399. defaultConfigurationIsVisible = 0;
  400. defaultConfigurationName = Release;
  401. };
  402. /* End XCConfigurationList section */
  403. };
  404. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  405. }