project.pbxproj 25 KB

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