project.pbxproj 29 KB

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