project.pbxproj 30 KB

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