project.pbxproj 29 KB

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