project.pbxproj 26 KB

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