project.pbxproj 32 KB

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