project.pbxproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* CompdfkitPdfExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* CompdfkitPdfExampleTests.m */; };
  10. 0C80B921A6F3F58F76C31292 /* libPods-CompdfkitPdfExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-CompdfkitPdfExample.a */; };
  11. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
  12. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  13. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  14. 7699B88040F8A987B510C191 /* libPods-CompdfkitPdfExample-CompdfkitPdfExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-CompdfkitPdfExample-CompdfkitPdfExampleTests.a */; };
  15. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  16. ECF47E9D2BDF6D3300E7456A /* PDF_Document.pdf in Resources */ = {isa = PBXBuildFile; fileRef = ECF47E9C2BDF6D3300E7456A /* PDF_Document.pdf */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  24. remoteInfo = CompdfkitPdfExample;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXFileReference section */
  28. 00E356EE1AD99517003FC87E /* CompdfkitPdfExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CompdfkitPdfExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  29. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. 00E356F21AD99517003FC87E /* CompdfkitPdfExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CompdfkitPdfExampleTests.m; sourceTree = "<group>"; };
  31. 13B07F961A680F5B00A75B9A /* ComPDFKit_RN.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ComPDFKit_RN.app; sourceTree = BUILT_PRODUCTS_DIR; };
  32. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = CompdfkitPdfExample/AppDelegate.h; sourceTree = "<group>"; };
  33. 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = CompdfkitPdfExample/AppDelegate.mm; sourceTree = "<group>"; };
  34. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = CompdfkitPdfExample/Images.xcassets; sourceTree = "<group>"; };
  35. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = CompdfkitPdfExample/Info.plist; sourceTree = "<group>"; };
  36. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = CompdfkitPdfExample/main.m; sourceTree = "<group>"; };
  37. 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = CompdfkitPdfExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
  38. 19F6CBCC0A4E27FBF8BF4A61 /* libPods-CompdfkitPdfExample-CompdfkitPdfExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-CompdfkitPdfExample-CompdfkitPdfExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  39. 3B4392A12AC88292D35C810B /* Pods-CompdfkitPdfExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CompdfkitPdfExample.debug.xcconfig"; path = "Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample.debug.xcconfig"; sourceTree = "<group>"; };
  40. 5709B34CF0A7D63546082F79 /* Pods-CompdfkitPdfExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CompdfkitPdfExample.release.xcconfig"; path = "Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample.release.xcconfig"; sourceTree = "<group>"; };
  41. 5B7EB9410499542E8C5724F5 /* Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
  42. 5DCACB8F33CDC322A6C60F78 /* libPods-CompdfkitPdfExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-CompdfkitPdfExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = CompdfkitPdfExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
  44. 89C6BE57DB24E9ADA2F236DE /* Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.release.xcconfig"; path = "Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.release.xcconfig"; sourceTree = "<group>"; };
  45. ECF47E9C2BDF6D3300E7456A /* PDF_Document.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF_Document.pdf; sourceTree = "<group>"; };
  46. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  47. /* End PBXFileReference section */
  48. /* Begin PBXFrameworksBuildPhase section */
  49. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. 7699B88040F8A987B510C191 /* libPods-CompdfkitPdfExample-CompdfkitPdfExampleTests.a in Frameworks */,
  54. );
  55. runOnlyForDeploymentPostprocessing = 0;
  56. };
  57. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. 0C80B921A6F3F58F76C31292 /* libPods-CompdfkitPdfExample.a in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. 00E356EF1AD99517003FC87E /* CompdfkitPdfExampleTests */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 00E356F21AD99517003FC87E /* CompdfkitPdfExampleTests.m */,
  71. 00E356F01AD99517003FC87E /* Supporting Files */,
  72. );
  73. path = CompdfkitPdfExampleTests;
  74. sourceTree = "<group>";
  75. };
  76. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 00E356F11AD99517003FC87E /* Info.plist */,
  80. );
  81. name = "Supporting Files";
  82. sourceTree = "<group>";
  83. };
  84. 13B07FAE1A68108700A75B9A /* CompdfkitPdfExample */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  88. 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
  89. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  90. 13B07FB61A68108700A75B9A /* Info.plist */,
  91. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  92. 13B07FB71A68108700A75B9A /* main.m */,
  93. 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
  94. );
  95. name = CompdfkitPdfExample;
  96. sourceTree = "<group>";
  97. };
  98. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  99. isa = PBXGroup;
  100. children = (
  101. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  102. 5DCACB8F33CDC322A6C60F78 /* libPods-CompdfkitPdfExample.a */,
  103. 19F6CBCC0A4E27FBF8BF4A61 /* libPods-CompdfkitPdfExample-CompdfkitPdfExampleTests.a */,
  104. );
  105. name = Frameworks;
  106. sourceTree = "<group>";
  107. };
  108. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  109. isa = PBXGroup;
  110. children = (
  111. );
  112. name = Libraries;
  113. sourceTree = "<group>";
  114. };
  115. 83CBB9F61A601CBA00E9B192 = {
  116. isa = PBXGroup;
  117. children = (
  118. ECF47E9C2BDF6D3300E7456A /* PDF_Document.pdf */,
  119. 13B07FAE1A68108700A75B9A /* CompdfkitPdfExample */,
  120. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  121. 00E356EF1AD99517003FC87E /* CompdfkitPdfExampleTests */,
  122. 83CBBA001A601CBA00E9B192 /* Products */,
  123. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  124. BBD78D7AC51CEA395F1C20DB /* Pods */,
  125. );
  126. indentWidth = 2;
  127. sourceTree = "<group>";
  128. tabWidth = 2;
  129. usesTabs = 0;
  130. };
  131. 83CBBA001A601CBA00E9B192 /* Products */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 13B07F961A680F5B00A75B9A /* ComPDFKit_RN.app */,
  135. 00E356EE1AD99517003FC87E /* CompdfkitPdfExampleTests.xctest */,
  136. );
  137. name = Products;
  138. sourceTree = "<group>";
  139. };
  140. BBD78D7AC51CEA395F1C20DB /* Pods */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 3B4392A12AC88292D35C810B /* Pods-CompdfkitPdfExample.debug.xcconfig */,
  144. 5709B34CF0A7D63546082F79 /* Pods-CompdfkitPdfExample.release.xcconfig */,
  145. 5B7EB9410499542E8C5724F5 /* Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.debug.xcconfig */,
  146. 89C6BE57DB24E9ADA2F236DE /* Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.release.xcconfig */,
  147. );
  148. path = Pods;
  149. sourceTree = "<group>";
  150. };
  151. /* End PBXGroup section */
  152. /* Begin PBXNativeTarget section */
  153. 00E356ED1AD99517003FC87E /* CompdfkitPdfExampleTests */ = {
  154. isa = PBXNativeTarget;
  155. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "CompdfkitPdfExampleTests" */;
  156. buildPhases = (
  157. A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
  158. 00E356EA1AD99517003FC87E /* Sources */,
  159. 00E356EB1AD99517003FC87E /* Frameworks */,
  160. 00E356EC1AD99517003FC87E /* Resources */,
  161. C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
  162. F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
  163. );
  164. buildRules = (
  165. );
  166. dependencies = (
  167. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  168. );
  169. name = CompdfkitPdfExampleTests;
  170. productName = CompdfkitPdfExampleTests;
  171. productReference = 00E356EE1AD99517003FC87E /* CompdfkitPdfExampleTests.xctest */;
  172. productType = "com.apple.product-type.bundle.unit-test";
  173. };
  174. 13B07F861A680F5B00A75B9A /* CompdfkitPdfExample */ = {
  175. isa = PBXNativeTarget;
  176. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "CompdfkitPdfExample" */;
  177. buildPhases = (
  178. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
  179. 13B07F871A680F5B00A75B9A /* Sources */,
  180. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  181. 13B07F8E1A680F5B00A75B9A /* Resources */,
  182. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  183. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
  184. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
  185. );
  186. buildRules = (
  187. );
  188. dependencies = (
  189. );
  190. name = CompdfkitPdfExample;
  191. productName = CompdfkitPdfExample;
  192. productReference = 13B07F961A680F5B00A75B9A /* ComPDFKit_RN.app */;
  193. productType = "com.apple.product-type.application";
  194. };
  195. /* End PBXNativeTarget section */
  196. /* Begin PBXProject section */
  197. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  198. isa = PBXProject;
  199. attributes = {
  200. LastUpgradeCheck = 1210;
  201. TargetAttributes = {
  202. 00E356ED1AD99517003FC87E = {
  203. CreatedOnToolsVersion = 6.2;
  204. TestTargetID = 13B07F861A680F5B00A75B9A;
  205. };
  206. 13B07F861A680F5B00A75B9A = {
  207. LastSwiftMigration = 1120;
  208. };
  209. };
  210. };
  211. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "CompdfkitPdfExample" */;
  212. compatibilityVersion = "Xcode 12.0";
  213. developmentRegion = en;
  214. hasScannedForEncodings = 0;
  215. knownRegions = (
  216. en,
  217. Base,
  218. );
  219. mainGroup = 83CBB9F61A601CBA00E9B192;
  220. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  221. projectDirPath = "";
  222. projectRoot = "";
  223. targets = (
  224. 13B07F861A680F5B00A75B9A /* CompdfkitPdfExample */,
  225. 00E356ED1AD99517003FC87E /* CompdfkitPdfExampleTests */,
  226. );
  227. };
  228. /* End PBXProject section */
  229. /* Begin PBXResourcesBuildPhase section */
  230. 00E356EC1AD99517003FC87E /* Resources */ = {
  231. isa = PBXResourcesBuildPhase;
  232. buildActionMask = 2147483647;
  233. files = (
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. };
  237. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  238. isa = PBXResourcesBuildPhase;
  239. buildActionMask = 2147483647;
  240. files = (
  241. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  242. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  243. ECF47E9D2BDF6D3300E7456A /* PDF_Document.pdf in Resources */,
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. /* End PBXResourcesBuildPhase section */
  248. /* Begin PBXShellScriptBuildPhase section */
  249. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  250. isa = PBXShellScriptBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. );
  254. inputPaths = (
  255. "$(SRCROOT)/.xcode.env.local",
  256. "$(SRCROOT)/.xcode.env",
  257. );
  258. name = "Bundle React Native code and images";
  259. outputPaths = (
  260. );
  261. runOnlyForDeploymentPostprocessing = 0;
  262. shellPath = /bin/sh;
  263. shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
  264. };
  265. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
  266. isa = PBXShellScriptBuildPhase;
  267. buildActionMask = 2147483647;
  268. files = (
  269. );
  270. inputFileListPaths = (
  271. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  272. );
  273. name = "[CP] Embed Pods Frameworks";
  274. outputFileListPaths = (
  275. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. shellPath = /bin/sh;
  279. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-frameworks.sh\"\n";
  280. showEnvVarsInLog = 0;
  281. };
  282. A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
  283. isa = PBXShellScriptBuildPhase;
  284. buildActionMask = 2147483647;
  285. files = (
  286. );
  287. inputFileListPaths = (
  288. );
  289. inputPaths = (
  290. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  291. "${PODS_ROOT}/Manifest.lock",
  292. );
  293. name = "[CP] Check Pods Manifest.lock";
  294. outputFileListPaths = (
  295. );
  296. outputPaths = (
  297. "$(DERIVED_FILE_DIR)/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-checkManifestLockResult.txt",
  298. );
  299. runOnlyForDeploymentPostprocessing = 0;
  300. shellPath = /bin/sh;
  301. 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";
  302. showEnvVarsInLog = 0;
  303. };
  304. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
  305. isa = PBXShellScriptBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. );
  309. inputFileListPaths = (
  310. );
  311. inputPaths = (
  312. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  313. "${PODS_ROOT}/Manifest.lock",
  314. );
  315. name = "[CP] Check Pods Manifest.lock";
  316. outputFileListPaths = (
  317. );
  318. outputPaths = (
  319. "$(DERIVED_FILE_DIR)/Pods-CompdfkitPdfExample-checkManifestLockResult.txt",
  320. );
  321. runOnlyForDeploymentPostprocessing = 0;
  322. shellPath = /bin/sh;
  323. 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";
  324. showEnvVarsInLog = 0;
  325. };
  326. C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
  327. isa = PBXShellScriptBuildPhase;
  328. buildActionMask = 2147483647;
  329. files = (
  330. );
  331. inputFileListPaths = (
  332. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  333. );
  334. name = "[CP] Embed Pods Frameworks";
  335. outputFileListPaths = (
  336. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  337. );
  338. runOnlyForDeploymentPostprocessing = 0;
  339. shellPath = /bin/sh;
  340. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-frameworks.sh\"\n";
  341. showEnvVarsInLog = 0;
  342. };
  343. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
  344. isa = PBXShellScriptBuildPhase;
  345. buildActionMask = 2147483647;
  346. files = (
  347. );
  348. inputFileListPaths = (
  349. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-resources-${CONFIGURATION}-input-files.xcfilelist",
  350. );
  351. name = "[CP] Copy Pods Resources";
  352. outputFileListPaths = (
  353. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-resources-${CONFIGURATION}-output-files.xcfilelist",
  354. );
  355. runOnlyForDeploymentPostprocessing = 0;
  356. shellPath = /bin/sh;
  357. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-resources.sh\"\n";
  358. showEnvVarsInLog = 0;
  359. };
  360. F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
  361. isa = PBXShellScriptBuildPhase;
  362. buildActionMask = 2147483647;
  363. files = (
  364. );
  365. inputFileListPaths = (
  366. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
  367. );
  368. name = "[CP] Copy Pods Resources";
  369. outputFileListPaths = (
  370. "${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. shellPath = /bin/sh;
  374. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-resources.sh\"\n";
  375. showEnvVarsInLog = 0;
  376. };
  377. /* End PBXShellScriptBuildPhase section */
  378. /* Begin PBXSourcesBuildPhase section */
  379. 00E356EA1AD99517003FC87E /* Sources */ = {
  380. isa = PBXSourcesBuildPhase;
  381. buildActionMask = 2147483647;
  382. files = (
  383. 00E356F31AD99517003FC87E /* CompdfkitPdfExampleTests.m in Sources */,
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. };
  387. 13B07F871A680F5B00A75B9A /* Sources */ = {
  388. isa = PBXSourcesBuildPhase;
  389. buildActionMask = 2147483647;
  390. files = (
  391. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
  392. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  393. );
  394. runOnlyForDeploymentPostprocessing = 0;
  395. };
  396. /* End PBXSourcesBuildPhase section */
  397. /* Begin PBXTargetDependency section */
  398. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  399. isa = PBXTargetDependency;
  400. target = 13B07F861A680F5B00A75B9A /* CompdfkitPdfExample */;
  401. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  402. };
  403. /* End PBXTargetDependency section */
  404. /* Begin XCBuildConfiguration section */
  405. 00E356F61AD99517003FC87E /* Debug */ = {
  406. isa = XCBuildConfiguration;
  407. baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.debug.xcconfig */;
  408. buildSettings = {
  409. BUNDLE_LOADER = "$(TEST_HOST)";
  410. GCC_PREPROCESSOR_DEFINITIONS = (
  411. "DEBUG=1",
  412. "$(inherited)",
  413. );
  414. INFOPLIST_FILE = CompdfkitPdfExampleTests/Info.plist;
  415. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  416. LD_RUNPATH_SEARCH_PATHS = (
  417. "$(inherited)",
  418. "@executable_path/Frameworks",
  419. "@loader_path/Frameworks",
  420. );
  421. OTHER_LDFLAGS = (
  422. "-ObjC",
  423. "-lc++",
  424. "$(inherited)",
  425. );
  426. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  427. PRODUCT_NAME = "$(TARGET_NAME)";
  428. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CompdfkitPdfExample.app/CompdfkitPdfExample";
  429. };
  430. name = Debug;
  431. };
  432. 00E356F71AD99517003FC87E /* Release */ = {
  433. isa = XCBuildConfiguration;
  434. baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests.release.xcconfig */;
  435. buildSettings = {
  436. BUNDLE_LOADER = "$(TEST_HOST)";
  437. COPY_PHASE_STRIP = NO;
  438. INFOPLIST_FILE = CompdfkitPdfExampleTests/Info.plist;
  439. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  440. LD_RUNPATH_SEARCH_PATHS = (
  441. "$(inherited)",
  442. "@executable_path/Frameworks",
  443. "@loader_path/Frameworks",
  444. );
  445. OTHER_LDFLAGS = (
  446. "-ObjC",
  447. "-lc++",
  448. "$(inherited)",
  449. );
  450. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  451. PRODUCT_NAME = "$(TARGET_NAME)";
  452. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CompdfkitPdfExample.app/CompdfkitPdfExample";
  453. };
  454. name = Release;
  455. };
  456. 13B07F941A680F5B00A75B9A /* Debug */ = {
  457. isa = XCBuildConfiguration;
  458. baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-CompdfkitPdfExample.debug.xcconfig */;
  459. buildSettings = {
  460. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  461. CLANG_ENABLE_MODULES = YES;
  462. CURRENT_PROJECT_VERSION = 1;
  463. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  464. ENABLE_BITCODE = NO;
  465. INFOPLIST_FILE = CompdfkitPdfExample/Info.plist;
  466. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  467. LD_RUNPATH_SEARCH_PATHS = (
  468. "$(inherited)",
  469. "@executable_path/Frameworks",
  470. );
  471. MARKETING_VERSION = 1.0;
  472. OTHER_LDFLAGS = (
  473. "$(inherited)",
  474. "-ObjC",
  475. "-lc++",
  476. );
  477. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.reactnative.example;
  478. PRODUCT_NAME = ComPDFKit_RN;
  479. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  480. SUPPORTS_MACCATALYST = NO;
  481. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  482. SWIFT_VERSION = 5.0;
  483. TARGETED_DEVICE_FAMILY = "1,2";
  484. VERSIONING_SYSTEM = "apple-generic";
  485. };
  486. name = Debug;
  487. };
  488. 13B07F951A680F5B00A75B9A /* Release */ = {
  489. isa = XCBuildConfiguration;
  490. baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-CompdfkitPdfExample.release.xcconfig */;
  491. buildSettings = {
  492. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  493. CLANG_ENABLE_MODULES = YES;
  494. CURRENT_PROJECT_VERSION = 1;
  495. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  496. INFOPLIST_FILE = CompdfkitPdfExample/Info.plist;
  497. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  498. LD_RUNPATH_SEARCH_PATHS = (
  499. "$(inherited)",
  500. "@executable_path/Frameworks",
  501. );
  502. MARKETING_VERSION = 1.0;
  503. OTHER_LDFLAGS = (
  504. "$(inherited)",
  505. "-ObjC",
  506. "-lc++",
  507. );
  508. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.reactnative.example;
  509. PRODUCT_NAME = ComPDFKit_RN;
  510. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  511. SUPPORTS_MACCATALYST = NO;
  512. SWIFT_VERSION = 5.0;
  513. TARGETED_DEVICE_FAMILY = "1,2";
  514. VERSIONING_SYSTEM = "apple-generic";
  515. };
  516. name = Release;
  517. };
  518. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  519. isa = XCBuildConfiguration;
  520. buildSettings = {
  521. ALWAYS_SEARCH_USER_PATHS = NO;
  522. CC = "";
  523. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  524. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  525. CLANG_CXX_LIBRARY = "libc++";
  526. CLANG_ENABLE_MODULES = YES;
  527. CLANG_ENABLE_OBJC_ARC = YES;
  528. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  529. CLANG_WARN_BOOL_CONVERSION = YES;
  530. CLANG_WARN_COMMA = YES;
  531. CLANG_WARN_CONSTANT_CONVERSION = YES;
  532. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  533. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  534. CLANG_WARN_EMPTY_BODY = YES;
  535. CLANG_WARN_ENUM_CONVERSION = YES;
  536. CLANG_WARN_INFINITE_RECURSION = YES;
  537. CLANG_WARN_INT_CONVERSION = YES;
  538. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  539. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  540. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  541. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  542. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  543. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  544. CLANG_WARN_STRICT_PROTOTYPES = YES;
  545. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  546. CLANG_WARN_UNREACHABLE_CODE = YES;
  547. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  548. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  549. COPY_PHASE_STRIP = NO;
  550. CXX = "";
  551. ENABLE_STRICT_OBJC_MSGSEND = YES;
  552. ENABLE_TESTABILITY = YES;
  553. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  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_SYMBOLS_PRIVATE_EXTERN = NO;
  563. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  564. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  565. GCC_WARN_UNDECLARED_SELECTOR = YES;
  566. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  567. GCC_WARN_UNUSED_FUNCTION = YES;
  568. GCC_WARN_UNUSED_VARIABLE = YES;
  569. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  570. LD = "";
  571. LDPLUSPLUS = "";
  572. LD_RUNPATH_SEARCH_PATHS = (
  573. /usr/lib/swift,
  574. "$(inherited)",
  575. );
  576. LIBRARY_SEARCH_PATHS = (
  577. "\"$(SDKROOT)/usr/lib/swift\"",
  578. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  579. "\"$(inherited)\"",
  580. );
  581. MTL_ENABLE_DEBUG_INFO = YES;
  582. ONLY_ACTIVE_ARCH = YES;
  583. OTHER_CPLUSPLUSFLAGS = (
  584. "$(OTHER_CFLAGS)",
  585. "-DFOLLY_NO_CONFIG",
  586. "-DFOLLY_MOBILE=1",
  587. "-DFOLLY_USE_LIBCPP=1",
  588. "-DFOLLY_CFG_NO_COROUTINES=1",
  589. "-DFOLLY_HAVE_CLOCK_GETTIME=1",
  590. );
  591. OTHER_LDFLAGS = "$(inherited) ";
  592. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  593. SDKROOT = iphoneos;
  594. USE_HERMES = true;
  595. };
  596. name = Debug;
  597. };
  598. 83CBBA211A601CBA00E9B192 /* Release */ = {
  599. isa = XCBuildConfiguration;
  600. buildSettings = {
  601. ALWAYS_SEARCH_USER_PATHS = NO;
  602. CC = "";
  603. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  604. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  605. CLANG_CXX_LIBRARY = "libc++";
  606. CLANG_ENABLE_MODULES = YES;
  607. CLANG_ENABLE_OBJC_ARC = YES;
  608. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  609. CLANG_WARN_BOOL_CONVERSION = YES;
  610. CLANG_WARN_COMMA = YES;
  611. CLANG_WARN_CONSTANT_CONVERSION = YES;
  612. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  613. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  614. CLANG_WARN_EMPTY_BODY = YES;
  615. CLANG_WARN_ENUM_CONVERSION = YES;
  616. CLANG_WARN_INFINITE_RECURSION = YES;
  617. CLANG_WARN_INT_CONVERSION = YES;
  618. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  619. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  620. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  621. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  622. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  623. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  624. CLANG_WARN_STRICT_PROTOTYPES = YES;
  625. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  626. CLANG_WARN_UNREACHABLE_CODE = YES;
  627. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  628. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  629. COPY_PHASE_STRIP = YES;
  630. CXX = "";
  631. ENABLE_NS_ASSERTIONS = NO;
  632. ENABLE_STRICT_OBJC_MSGSEND = YES;
  633. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  634. GCC_C_LANGUAGE_STANDARD = gnu99;
  635. GCC_NO_COMMON_BLOCKS = YES;
  636. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  637. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  638. GCC_WARN_UNDECLARED_SELECTOR = YES;
  639. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  640. GCC_WARN_UNUSED_FUNCTION = YES;
  641. GCC_WARN_UNUSED_VARIABLE = YES;
  642. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  643. LD = "";
  644. LDPLUSPLUS = "";
  645. LD_RUNPATH_SEARCH_PATHS = (
  646. /usr/lib/swift,
  647. "$(inherited)",
  648. );
  649. LIBRARY_SEARCH_PATHS = (
  650. "\"$(SDKROOT)/usr/lib/swift\"",
  651. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  652. "\"$(inherited)\"",
  653. );
  654. MTL_ENABLE_DEBUG_INFO = NO;
  655. OTHER_CPLUSPLUSFLAGS = (
  656. "$(OTHER_CFLAGS)",
  657. "-DFOLLY_NO_CONFIG",
  658. "-DFOLLY_MOBILE=1",
  659. "-DFOLLY_USE_LIBCPP=1",
  660. "-DFOLLY_CFG_NO_COROUTINES=1",
  661. "-DFOLLY_HAVE_CLOCK_GETTIME=1",
  662. );
  663. OTHER_LDFLAGS = "$(inherited) ";
  664. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  665. SDKROOT = iphoneos;
  666. USE_HERMES = true;
  667. VALIDATE_PRODUCT = YES;
  668. };
  669. name = Release;
  670. };
  671. /* End XCBuildConfiguration section */
  672. /* Begin XCConfigurationList section */
  673. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "CompdfkitPdfExampleTests" */ = {
  674. isa = XCConfigurationList;
  675. buildConfigurations = (
  676. 00E356F61AD99517003FC87E /* Debug */,
  677. 00E356F71AD99517003FC87E /* Release */,
  678. );
  679. defaultConfigurationIsVisible = 0;
  680. defaultConfigurationName = Release;
  681. };
  682. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "CompdfkitPdfExample" */ = {
  683. isa = XCConfigurationList;
  684. buildConfigurations = (
  685. 13B07F941A680F5B00A75B9A /* Debug */,
  686. 13B07F951A680F5B00A75B9A /* Release */,
  687. );
  688. defaultConfigurationIsVisible = 0;
  689. defaultConfigurationName = Release;
  690. };
  691. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "CompdfkitPdfExample" */ = {
  692. isa = XCConfigurationList;
  693. buildConfigurations = (
  694. 83CBBA201A601CBA00E9B192 /* Debug */,
  695. 83CBBA211A601CBA00E9B192 /* Release */,
  696. );
  697. defaultConfigurationIsVisible = 0;
  698. defaultConfigurationName = Release;
  699. };
  700. /* End XCConfigurationList section */
  701. };
  702. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  703. }