project.pbxproj 29 KB

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