project.pbxproj 22 KB

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