project.pbxproj 31 KB

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