基础组件库
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

606 linhas
25 KiB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0AE1282E2855C01A7663C354 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A860D105A09AEA74261219D2 /* libPods-Runner.a */; };
  10. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  11. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  12. 3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
  13. 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  14. 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
  15. 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  16. 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
  17. 97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
  18. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  19. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  20. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXCopyFilesBuildPhase section */
  23. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  24. isa = PBXCopyFilesBuildPhase;
  25. buildActionMask = 2147483647;
  26. dstPath = "";
  27. dstSubfolderSpec = 10;
  28. files = (
  29. 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
  30. 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
  31. );
  32. name = "Embed Frameworks";
  33. runOnlyForDeploymentPostprocessing = 0;
  34. };
  35. /* End PBXCopyFilesBuildPhase section */
  36. /* Begin PBXFileReference section */
  37. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  38. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  39. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  40. 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
  41. 3CF5E07C1CDF5F802B057127 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
  42. 5F28AF46041AA2464EF2701A /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
  43. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  44. 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  45. 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  46. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  47. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  48. 9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
  49. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  51. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  52. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  53. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  54. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  55. A860D105A09AEA74261219D2 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  56. E03B6CB558D0A26B049E0718 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
  57. /* End PBXFileReference section */
  58. /* Begin PBXFrameworksBuildPhase section */
  59. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
  64. 3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
  65. 0AE1282E2855C01A7663C354 /* libPods-Runner.a in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 54EAFBD2C34CEC37432C9A9A /* Pods */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 5F28AF46041AA2464EF2701A /* Pods-Runner.debug.xcconfig */,
  75. 3CF5E07C1CDF5F802B057127 /* Pods-Runner.release.xcconfig */,
  76. E03B6CB558D0A26B049E0718 /* Pods-Runner.profile.xcconfig */,
  77. );
  78. path = Pods;
  79. sourceTree = "<group>";
  80. };
  81. 9740EEB11CF90186004384FC /* Flutter */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 3B80C3931E831B6300D905FE /* App.framework */,
  85. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  86. 9740EEBA1CF902C7004384FC /* Flutter.framework */,
  87. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  88. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  89. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  90. );
  91. name = Flutter;
  92. sourceTree = "<group>";
  93. };
  94. 97C146E51CF9000F007C117D = {
  95. isa = PBXGroup;
  96. children = (
  97. 9740EEB11CF90186004384FC /* Flutter */,
  98. 97C146F01CF9000F007C117D /* Runner */,
  99. 97C146EF1CF9000F007C117D /* Products */,
  100. 54EAFBD2C34CEC37432C9A9A /* Pods */,
  101. EE1370F94952C6405CCA440D /* Frameworks */,
  102. );
  103. sourceTree = "<group>";
  104. };
  105. 97C146EF1CF9000F007C117D /* Products */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 97C146EE1CF9000F007C117D /* Runner.app */,
  109. );
  110. name = Products;
  111. sourceTree = "<group>";
  112. };
  113. 97C146F01CF9000F007C117D /* Runner */ = {
  114. isa = PBXGroup;
  115. children = (
  116. 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */,
  117. 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */,
  118. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  119. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  120. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  121. 97C147021CF9000F007C117D /* Info.plist */,
  122. 97C146F11CF9000F007C117D /* Supporting Files */,
  123. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  124. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  125. );
  126. path = Runner;
  127. sourceTree = "<group>";
  128. };
  129. 97C146F11CF9000F007C117D /* Supporting Files */ = {
  130. isa = PBXGroup;
  131. children = (
  132. 97C146F21CF9000F007C117D /* main.m */,
  133. );
  134. name = "Supporting Files";
  135. sourceTree = "<group>";
  136. };
  137. EE1370F94952C6405CCA440D /* Frameworks */ = {
  138. isa = PBXGroup;
  139. children = (
  140. A860D105A09AEA74261219D2 /* libPods-Runner.a */,
  141. );
  142. name = Frameworks;
  143. sourceTree = "<group>";
  144. };
  145. /* End PBXGroup section */
  146. /* Begin PBXNativeTarget section */
  147. 97C146ED1CF9000F007C117D /* Runner */ = {
  148. isa = PBXNativeTarget;
  149. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  150. buildPhases = (
  151. 1C1B5D3A7790D16656F17FFE /* [CP] Check Pods Manifest.lock */,
  152. 9740EEB61CF901F6004384FC /* Run Script */,
  153. 97C146EA1CF9000F007C117D /* Sources */,
  154. 97C146EB1CF9000F007C117D /* Frameworks */,
  155. 97C146EC1CF9000F007C117D /* Resources */,
  156. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  157. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  158. 3DD5E1C6552F1CEFD4C31B18 /* [CP] Embed Pods Frameworks */,
  159. E6B4F9F34A4509DF5D9BF2D8 /* [CP] Copy Pods Resources */,
  160. );
  161. buildRules = (
  162. );
  163. dependencies = (
  164. );
  165. name = Runner;
  166. productName = Runner;
  167. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  168. productType = "com.apple.product-type.application";
  169. };
  170. /* End PBXNativeTarget section */
  171. /* Begin PBXProject section */
  172. 97C146E61CF9000F007C117D /* Project object */ = {
  173. isa = PBXProject;
  174. attributes = {
  175. LastUpgradeCheck = 1020;
  176. ORGANIZATIONNAME = "The Chromium Authors";
  177. TargetAttributes = {
  178. 97C146ED1CF9000F007C117D = {
  179. CreatedOnToolsVersion = 7.3.1;
  180. DevelopmentTeam = 3EC5G67BTK;
  181. ProvisioningStyle = Manual;
  182. };
  183. };
  184. };
  185. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  186. compatibilityVersion = "Xcode 3.2";
  187. developmentRegion = en;
  188. hasScannedForEncodings = 0;
  189. knownRegions = (
  190. en,
  191. Base,
  192. );
  193. mainGroup = 97C146E51CF9000F007C117D;
  194. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  195. projectDirPath = "";
  196. projectRoot = "";
  197. targets = (
  198. 97C146ED1CF9000F007C117D /* Runner */,
  199. );
  200. };
  201. /* End PBXProject section */
  202. /* Begin PBXResourcesBuildPhase section */
  203. 97C146EC1CF9000F007C117D /* Resources */ = {
  204. isa = PBXResourcesBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  208. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  209. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  210. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  211. );
  212. runOnlyForDeploymentPostprocessing = 0;
  213. };
  214. /* End PBXResourcesBuildPhase section */
  215. /* Begin PBXShellScriptBuildPhase section */
  216. 1C1B5D3A7790D16656F17FFE /* [CP] Check Pods Manifest.lock */ = {
  217. isa = PBXShellScriptBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. );
  221. inputFileListPaths = (
  222. );
  223. inputPaths = (
  224. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  225. "${PODS_ROOT}/Manifest.lock",
  226. );
  227. name = "[CP] Check Pods Manifest.lock";
  228. outputFileListPaths = (
  229. );
  230. outputPaths = (
  231. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. shellPath = /bin/sh;
  235. 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";
  236. showEnvVarsInLog = 0;
  237. };
  238. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  239. isa = PBXShellScriptBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. );
  243. inputPaths = (
  244. );
  245. name = "Thin Binary";
  246. outputPaths = (
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. shellPath = /bin/sh;
  250. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
  251. };
  252. 3DD5E1C6552F1CEFD4C31B18 /* [CP] Embed Pods Frameworks */ = {
  253. isa = PBXShellScriptBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. );
  257. inputPaths = (
  258. );
  259. name = "[CP] Embed Pods Frameworks";
  260. outputPaths = (
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. shellPath = /bin/sh;
  264. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  265. showEnvVarsInLog = 0;
  266. };
  267. 9740EEB61CF901F6004384FC /* Run Script */ = {
  268. isa = PBXShellScriptBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. );
  272. inputPaths = (
  273. );
  274. name = "Run Script";
  275. outputPaths = (
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. shellPath = /bin/sh;
  279. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  280. };
  281. E6B4F9F34A4509DF5D9BF2D8 /* [CP] Copy Pods Resources */ = {
  282. isa = PBXShellScriptBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. );
  286. inputPaths = (
  287. );
  288. name = "[CP] Copy Pods Resources";
  289. outputPaths = (
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. shellPath = /bin/sh;
  293. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
  294. showEnvVarsInLog = 0;
  295. };
  296. /* End PBXShellScriptBuildPhase section */
  297. /* Begin PBXSourcesBuildPhase section */
  298. 97C146EA1CF9000F007C117D /* Sources */ = {
  299. isa = PBXSourcesBuildPhase;
  300. buildActionMask = 2147483647;
  301. files = (
  302. 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */,
  303. 97C146F31CF9000F007C117D /* main.m in Sources */,
  304. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. /* End PBXSourcesBuildPhase section */
  309. /* Begin PBXVariantGroup section */
  310. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  311. isa = PBXVariantGroup;
  312. children = (
  313. 97C146FB1CF9000F007C117D /* Base */,
  314. );
  315. name = Main.storyboard;
  316. sourceTree = "<group>";
  317. };
  318. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  319. isa = PBXVariantGroup;
  320. children = (
  321. 97C147001CF9000F007C117D /* Base */,
  322. );
  323. name = LaunchScreen.storyboard;
  324. sourceTree = "<group>";
  325. };
  326. /* End PBXVariantGroup section */
  327. /* Begin XCBuildConfiguration section */
  328. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  329. isa = XCBuildConfiguration;
  330. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  331. buildSettings = {
  332. ALWAYS_SEARCH_USER_PATHS = NO;
  333. CLANG_ANALYZER_NONNULL = YES;
  334. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  335. CLANG_CXX_LIBRARY = "libc++";
  336. CLANG_ENABLE_MODULES = YES;
  337. CLANG_ENABLE_OBJC_ARC = YES;
  338. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  339. CLANG_WARN_BOOL_CONVERSION = YES;
  340. CLANG_WARN_COMMA = YES;
  341. CLANG_WARN_CONSTANT_CONVERSION = YES;
  342. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  343. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  344. CLANG_WARN_EMPTY_BODY = YES;
  345. CLANG_WARN_ENUM_CONVERSION = YES;
  346. CLANG_WARN_INFINITE_RECURSION = YES;
  347. CLANG_WARN_INT_CONVERSION = YES;
  348. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  349. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  350. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  351. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  352. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  353. CLANG_WARN_STRICT_PROTOTYPES = YES;
  354. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  355. CLANG_WARN_UNREACHABLE_CODE = YES;
  356. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  357. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  358. COPY_PHASE_STRIP = NO;
  359. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  360. ENABLE_NS_ASSERTIONS = NO;
  361. ENABLE_STRICT_OBJC_MSGSEND = YES;
  362. GCC_C_LANGUAGE_STANDARD = gnu99;
  363. GCC_NO_COMMON_BLOCKS = YES;
  364. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  365. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  366. GCC_WARN_UNDECLARED_SELECTOR = YES;
  367. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  368. GCC_WARN_UNUSED_FUNCTION = YES;
  369. GCC_WARN_UNUSED_VARIABLE = YES;
  370. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  371. MTL_ENABLE_DEBUG_INFO = NO;
  372. SDKROOT = iphoneos;
  373. SUPPORTED_PLATFORMS = iphoneos;
  374. TARGETED_DEVICE_FAMILY = "1,2";
  375. VALIDATE_PRODUCT = YES;
  376. };
  377. name = Profile;
  378. };
  379. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  380. isa = XCBuildConfiguration;
  381. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  382. buildSettings = {
  383. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  384. CODE_SIGN_STYLE = Manual;
  385. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  386. DEVELOPMENT_TEAM = 3EC5G67BTK;
  387. ENABLE_BITCODE = NO;
  388. FRAMEWORK_SEARCH_PATHS = (
  389. "$(inherited)",
  390. "$(PROJECT_DIR)/Flutter",
  391. );
  392. INFOPLIST_FILE = Runner/Info.plist;
  393. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  394. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  395. LIBRARY_SEARCH_PATHS = (
  396. "$(inherited)",
  397. "$(PROJECT_DIR)/Flutter",
  398. );
  399. PRODUCT_BUNDLE_IDENTIFIER = cn.zhios.zhiying;
  400. PRODUCT_NAME = "$(TARGET_NAME)";
  401. PROVISIONING_PROFILE_SPECIFIER = cn.zhios.zhiying_dev;
  402. VERSIONING_SYSTEM = "apple-generic";
  403. };
  404. name = Profile;
  405. };
  406. 97C147031CF9000F007C117D /* Debug */ = {
  407. isa = XCBuildConfiguration;
  408. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  409. buildSettings = {
  410. ALWAYS_SEARCH_USER_PATHS = NO;
  411. CLANG_ANALYZER_NONNULL = YES;
  412. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  413. CLANG_CXX_LIBRARY = "libc++";
  414. CLANG_ENABLE_MODULES = YES;
  415. CLANG_ENABLE_OBJC_ARC = YES;
  416. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  417. CLANG_WARN_BOOL_CONVERSION = YES;
  418. CLANG_WARN_COMMA = YES;
  419. CLANG_WARN_CONSTANT_CONVERSION = YES;
  420. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  421. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  422. CLANG_WARN_EMPTY_BODY = YES;
  423. CLANG_WARN_ENUM_CONVERSION = YES;
  424. CLANG_WARN_INFINITE_RECURSION = YES;
  425. CLANG_WARN_INT_CONVERSION = YES;
  426. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  427. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  428. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  429. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  430. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  431. CLANG_WARN_STRICT_PROTOTYPES = YES;
  432. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  433. CLANG_WARN_UNREACHABLE_CODE = YES;
  434. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  435. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  436. COPY_PHASE_STRIP = NO;
  437. DEBUG_INFORMATION_FORMAT = dwarf;
  438. ENABLE_STRICT_OBJC_MSGSEND = YES;
  439. ENABLE_TESTABILITY = YES;
  440. GCC_C_LANGUAGE_STANDARD = gnu99;
  441. GCC_DYNAMIC_NO_PIC = NO;
  442. GCC_NO_COMMON_BLOCKS = YES;
  443. GCC_OPTIMIZATION_LEVEL = 0;
  444. GCC_PREPROCESSOR_DEFINITIONS = (
  445. "DEBUG=1",
  446. "$(inherited)",
  447. );
  448. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  449. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  450. GCC_WARN_UNDECLARED_SELECTOR = YES;
  451. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  452. GCC_WARN_UNUSED_FUNCTION = YES;
  453. GCC_WARN_UNUSED_VARIABLE = YES;
  454. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  455. MTL_ENABLE_DEBUG_INFO = YES;
  456. ONLY_ACTIVE_ARCH = YES;
  457. SDKROOT = iphoneos;
  458. TARGETED_DEVICE_FAMILY = "1,2";
  459. };
  460. name = Debug;
  461. };
  462. 97C147041CF9000F007C117D /* Release */ = {
  463. isa = XCBuildConfiguration;
  464. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  465. buildSettings = {
  466. ALWAYS_SEARCH_USER_PATHS = NO;
  467. CLANG_ANALYZER_NONNULL = YES;
  468. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  469. CLANG_CXX_LIBRARY = "libc++";
  470. CLANG_ENABLE_MODULES = YES;
  471. CLANG_ENABLE_OBJC_ARC = YES;
  472. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  473. CLANG_WARN_BOOL_CONVERSION = YES;
  474. CLANG_WARN_COMMA = YES;
  475. CLANG_WARN_CONSTANT_CONVERSION = YES;
  476. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  477. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  478. CLANG_WARN_EMPTY_BODY = YES;
  479. CLANG_WARN_ENUM_CONVERSION = YES;
  480. CLANG_WARN_INFINITE_RECURSION = YES;
  481. CLANG_WARN_INT_CONVERSION = YES;
  482. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  483. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  484. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  485. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  486. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  487. CLANG_WARN_STRICT_PROTOTYPES = YES;
  488. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  489. CLANG_WARN_UNREACHABLE_CODE = YES;
  490. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  491. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  492. COPY_PHASE_STRIP = NO;
  493. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  494. ENABLE_NS_ASSERTIONS = NO;
  495. ENABLE_STRICT_OBJC_MSGSEND = YES;
  496. GCC_C_LANGUAGE_STANDARD = gnu99;
  497. GCC_NO_COMMON_BLOCKS = YES;
  498. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  499. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  500. GCC_WARN_UNDECLARED_SELECTOR = YES;
  501. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  502. GCC_WARN_UNUSED_FUNCTION = YES;
  503. GCC_WARN_UNUSED_VARIABLE = YES;
  504. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  505. MTL_ENABLE_DEBUG_INFO = NO;
  506. SDKROOT = iphoneos;
  507. SUPPORTED_PLATFORMS = iphoneos;
  508. TARGETED_DEVICE_FAMILY = "1,2";
  509. VALIDATE_PRODUCT = YES;
  510. };
  511. name = Release;
  512. };
  513. 97C147061CF9000F007C117D /* Debug */ = {
  514. isa = XCBuildConfiguration;
  515. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  516. buildSettings = {
  517. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  518. CODE_SIGN_STYLE = Manual;
  519. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  520. DEVELOPMENT_TEAM = 3EC5G67BTK;
  521. ENABLE_BITCODE = NO;
  522. FRAMEWORK_SEARCH_PATHS = (
  523. "$(inherited)",
  524. "$(PROJECT_DIR)/Flutter",
  525. );
  526. INFOPLIST_FILE = Runner/Info.plist;
  527. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  528. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  529. LIBRARY_SEARCH_PATHS = (
  530. "$(inherited)",
  531. "$(PROJECT_DIR)/Flutter",
  532. );
  533. PRODUCT_BUNDLE_IDENTIFIER = cn.zhios.zhiying;
  534. PRODUCT_NAME = "$(TARGET_NAME)";
  535. PROVISIONING_PROFILE_SPECIFIER = cn.zhios.zhiying_dev;
  536. VERSIONING_SYSTEM = "apple-generic";
  537. };
  538. name = Debug;
  539. };
  540. 97C147071CF9000F007C117D /* Release */ = {
  541. isa = XCBuildConfiguration;
  542. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  543. buildSettings = {
  544. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  545. CODE_SIGN_STYLE = Manual;
  546. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  547. DEVELOPMENT_TEAM = 3EC5G67BTK;
  548. ENABLE_BITCODE = NO;
  549. FRAMEWORK_SEARCH_PATHS = (
  550. "$(inherited)",
  551. "$(PROJECT_DIR)/Flutter",
  552. );
  553. INFOPLIST_FILE = Runner/Info.plist;
  554. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  555. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  556. LIBRARY_SEARCH_PATHS = (
  557. "$(inherited)",
  558. "$(PROJECT_DIR)/Flutter",
  559. );
  560. PRODUCT_BUNDLE_IDENTIFIER = cn.zhios.zhiying;
  561. PRODUCT_NAME = "$(TARGET_NAME)";
  562. PROVISIONING_PROFILE_SPECIFIER = cn.zhios.zhiying_dev;
  563. VERSIONING_SYSTEM = "apple-generic";
  564. };
  565. name = Release;
  566. };
  567. /* End XCBuildConfiguration section */
  568. /* Begin XCConfigurationList section */
  569. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  570. isa = XCConfigurationList;
  571. buildConfigurations = (
  572. 97C147031CF9000F007C117D /* Debug */,
  573. 97C147041CF9000F007C117D /* Release */,
  574. 249021D3217E4FDB00AE95B9 /* Profile */,
  575. );
  576. defaultConfigurationIsVisible = 0;
  577. defaultConfigurationName = Release;
  578. };
  579. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  580. isa = XCConfigurationList;
  581. buildConfigurations = (
  582. 97C147061CF9000F007C117D /* Debug */,
  583. 97C147071CF9000F007C117D /* Release */,
  584. 249021D4217E4FDB00AE95B9 /* Profile */,
  585. );
  586. defaultConfigurationIsVisible = 0;
  587. defaultConfigurationName = Release;
  588. };
  589. /* End XCConfigurationList section */
  590. };
  591. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  592. }