project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4F6B6C3C2A173F6D0030C94E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */; };
  10. 4F6B6C3F2A173F6D0030C94E /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C3E2A173F6D0030C94E /* SceneDelegate.m */; };
  11. 4F6B6C452A173F6D0030C94E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C432A173F6D0030C94E /* Main.storyboard */; };
  12. 4F6B6C472A173F6F0030C94E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C462A173F6F0030C94E /* Assets.xcassets */; };
  13. 4F6B6C4A2A173F6F0030C94E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */; };
  14. 4F6B6C4D2A173F6F0030C94E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C4C2A173F6F0030C94E /* main.m */; };
  15. 4F6B6C8C2A174EB80030C94E /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */; };
  16. C94A25642A4990610042F875 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25632A4990610042F875 /* ComPDFKit.xcframework */; };
  17. C94A25652A4990610042F875 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25632A4990610042F875 /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  18. C94A25672A49906C0042F875 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */; };
  19. C94A25682A49906C0042F875 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  20. F384DB102A48204500798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB0F2A48204500798045 /* developer_guide_ios.pdf */; };
  21. F384DB672A49309B00798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB662A49309B00798045 /* license_key_ios.xml */; };
  22. F384DB782A49362400798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB762A49362400798045 /* XMLReader.m */; };
  23. F3C0CC122A431B8A00007C0A /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */; };
  24. F3C0CC132A431B8A00007C0A /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXCopyFilesBuildPhase section */
  27. F3C0CC4B2A43218300007C0A /* Embed Frameworks */ = {
  28. isa = PBXCopyFilesBuildPhase;
  29. buildActionMask = 2147483647;
  30. dstPath = "";
  31. dstSubfolderSpec = 10;
  32. files = (
  33. C94A25682A49906C0042F875 /* ComPDFKit_Tools.framework in Embed Frameworks */,
  34. C94A25652A4990610042F875 /* ComPDFKit.xcframework in Embed Frameworks */,
  35. );
  36. name = "Embed Frameworks";
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. /* End PBXCopyFilesBuildPhase section */
  40. /* Begin PBXFileReference section */
  41. 4F6B6C372A173F6D0030C94E /* PDFViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  42. 4F6B6C3A2A173F6D0030C94E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  43. 4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  44. 4F6B6C3D2A173F6D0030C94E /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  45. 4F6B6C3E2A173F6D0030C94E /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  46. 4F6B6C442A173F6D0030C94E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  47. 4F6B6C462A173F6F0030C94E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  48. 4F6B6C492A173F6F0030C94E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  49. 4F6B6C4B2A173F6F0030C94E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  50. 4F6B6C4C2A173F6F0030C94E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  51. 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
  52. 4F6B6C8B2A174EB70030C94E /* CPDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
  53. C94A25632A4990610042F875 /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
  54. C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  55. F384DB0F2A48204500798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
  56. F384DB662A49309B00798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
  57. F384DB762A49362400798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
  58. F384DB772A49362400798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
  59. F384DBB32A4AE8CC00798045 /* PDFViewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDFViewer.entitlements; sourceTree = "<group>"; };
  60. F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Form_Widgets_Test.pdf; sourceTree = "<group>"; };
  61. F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF32000_2008.pdf; sourceTree = "<group>"; };
  62. /* End PBXFileReference section */
  63. /* Begin PBXFrameworksBuildPhase section */
  64. 4F6B6C342A173F6D0030C94E /* Frameworks */ = {
  65. isa = PBXFrameworksBuildPhase;
  66. buildActionMask = 2147483647;
  67. files = (
  68. C94A25672A49906C0042F875 /* ComPDFKit_Tools.framework in Frameworks */,
  69. C94A25642A4990610042F875 /* ComPDFKit.xcframework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. 4F6B6C2E2A173F6D0030C94E = {
  76. isa = PBXGroup;
  77. children = (
  78. F384DB662A49309B00798045 /* license_key_ios.xml */,
  79. F384DB2E2A48232E00798045 /* XMLParse */,
  80. F3C0CC082A431B8A00007C0A /* TestFile */,
  81. 4F6B6C392A173F6D0030C94E /* PDFViewer */,
  82. 4F6B6C382A173F6D0030C94E /* Products */,
  83. 4F6B6C832A174D7C0030C94E /* Frameworks */,
  84. );
  85. sourceTree = "<group>";
  86. };
  87. 4F6B6C382A173F6D0030C94E /* Products */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 4F6B6C372A173F6D0030C94E /* PDFViewer.app */,
  91. );
  92. name = Products;
  93. sourceTree = "<group>";
  94. };
  95. 4F6B6C392A173F6D0030C94E /* PDFViewer */ = {
  96. isa = PBXGroup;
  97. children = (
  98. F384DBB32A4AE8CC00798045 /* PDFViewer.entitlements */,
  99. 4F6B6C3A2A173F6D0030C94E /* AppDelegate.h */,
  100. 4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */,
  101. 4F6B6C3D2A173F6D0030C94E /* SceneDelegate.h */,
  102. 4F6B6C3E2A173F6D0030C94E /* SceneDelegate.m */,
  103. 4F6B6C8B2A174EB70030C94E /* CPDFViewController.h */,
  104. 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */,
  105. 4F6B6C432A173F6D0030C94E /* Main.storyboard */,
  106. 4F6B6C462A173F6F0030C94E /* Assets.xcassets */,
  107. 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */,
  108. 4F6B6C4B2A173F6F0030C94E /* Info.plist */,
  109. 4F6B6C4C2A173F6F0030C94E /* main.m */,
  110. );
  111. path = PDFViewer;
  112. sourceTree = "<group>";
  113. };
  114. 4F6B6C832A174D7C0030C94E /* Frameworks */ = {
  115. isa = PBXGroup;
  116. children = (
  117. C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */,
  118. C94A25632A4990610042F875 /* ComPDFKit.xcframework */,
  119. );
  120. name = Frameworks;
  121. sourceTree = "<group>";
  122. };
  123. F384DB2E2A48232E00798045 /* XMLParse */ = {
  124. isa = PBXGroup;
  125. children = (
  126. F384DB772A49362400798045 /* XMLReader.h */,
  127. F384DB762A49362400798045 /* XMLReader.m */,
  128. );
  129. name = XMLParse;
  130. path = ../XMLParse;
  131. sourceTree = "<group>";
  132. };
  133. F3C0CC082A431B8A00007C0A /* TestFile */ = {
  134. isa = PBXGroup;
  135. children = (
  136. F384DB0F2A48204500798045 /* developer_guide_ios.pdf */,
  137. F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */,
  138. F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */,
  139. );
  140. name = TestFile;
  141. path = ../TestFile;
  142. sourceTree = "<group>";
  143. };
  144. /* End PBXGroup section */
  145. /* Begin PBXNativeTarget section */
  146. 4F6B6C362A173F6D0030C94E /* PDFViewer */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = 4F6B6C502A173F700030C94E /* Build configuration list for PBXNativeTarget "PDFViewer" */;
  149. buildPhases = (
  150. 4F6B6C332A173F6D0030C94E /* Sources */,
  151. 4F6B6C342A173F6D0030C94E /* Frameworks */,
  152. 4F6B6C352A173F6D0030C94E /* Resources */,
  153. F3C0CC4B2A43218300007C0A /* Embed Frameworks */,
  154. );
  155. buildRules = (
  156. );
  157. dependencies = (
  158. );
  159. name = PDFViewer;
  160. productName = ComPDFKit;
  161. productReference = 4F6B6C372A173F6D0030C94E /* PDFViewer.app */;
  162. productType = "com.apple.product-type.application";
  163. };
  164. /* End PBXNativeTarget section */
  165. /* Begin PBXProject section */
  166. 4F6B6C2F2A173F6D0030C94E /* Project object */ = {
  167. isa = PBXProject;
  168. attributes = {
  169. BuildIndependentTargetsInParallel = 1;
  170. LastUpgradeCheck = 1420;
  171. TargetAttributes = {
  172. 4F6B6C362A173F6D0030C94E = {
  173. CreatedOnToolsVersion = 14.2;
  174. };
  175. };
  176. };
  177. buildConfigurationList = 4F6B6C322A173F6D0030C94E /* Build configuration list for PBXProject "PDFViewer" */;
  178. compatibilityVersion = "Xcode 13.0";
  179. developmentRegion = en;
  180. hasScannedForEncodings = 0;
  181. knownRegions = (
  182. en,
  183. Base,
  184. );
  185. mainGroup = 4F6B6C2E2A173F6D0030C94E;
  186. productRefGroup = 4F6B6C382A173F6D0030C94E /* Products */;
  187. projectDirPath = "";
  188. projectRoot = "";
  189. targets = (
  190. 4F6B6C362A173F6D0030C94E /* PDFViewer */,
  191. );
  192. };
  193. /* End PBXProject section */
  194. /* Begin PBXResourcesBuildPhase section */
  195. 4F6B6C352A173F6D0030C94E /* Resources */ = {
  196. isa = PBXResourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. 4F6B6C4A2A173F6F0030C94E /* LaunchScreen.storyboard in Resources */,
  200. 4F6B6C472A173F6F0030C94E /* Assets.xcassets in Resources */,
  201. F384DB102A48204500798045 /* developer_guide_ios.pdf in Resources */,
  202. F384DB672A49309B00798045 /* license_key_ios.xml in Resources */,
  203. F3C0CC132A431B8A00007C0A /* PDF32000_2008.pdf in Resources */,
  204. F3C0CC122A431B8A00007C0A /* Form_Widgets_Test.pdf in Resources */,
  205. 4F6B6C452A173F6D0030C94E /* Main.storyboard in Resources */,
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. /* End PBXResourcesBuildPhase section */
  210. /* Begin PBXSourcesBuildPhase section */
  211. 4F6B6C332A173F6D0030C94E /* Sources */ = {
  212. isa = PBXSourcesBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. 4F6B6C8C2A174EB80030C94E /* CPDFViewController.m in Sources */,
  216. 4F6B6C3C2A173F6D0030C94E /* AppDelegate.m in Sources */,
  217. F384DB782A49362400798045 /* XMLReader.m in Sources */,
  218. 4F6B6C4D2A173F6F0030C94E /* main.m in Sources */,
  219. 4F6B6C3F2A173F6D0030C94E /* SceneDelegate.m in Sources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXSourcesBuildPhase section */
  224. /* Begin PBXVariantGroup section */
  225. 4F6B6C432A173F6D0030C94E /* Main.storyboard */ = {
  226. isa = PBXVariantGroup;
  227. children = (
  228. 4F6B6C442A173F6D0030C94E /* Base */,
  229. );
  230. name = Main.storyboard;
  231. sourceTree = "<group>";
  232. };
  233. 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */ = {
  234. isa = PBXVariantGroup;
  235. children = (
  236. 4F6B6C492A173F6F0030C94E /* Base */,
  237. );
  238. name = LaunchScreen.storyboard;
  239. sourceTree = "<group>";
  240. };
  241. /* End PBXVariantGroup section */
  242. /* Begin XCBuildConfiguration section */
  243. 4F6B6C4E2A173F6F0030C94E /* Debug */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_ANALYZER_NONNULL = YES;
  248. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  249. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  250. CLANG_ENABLE_MODULES = YES;
  251. CLANG_ENABLE_OBJC_ARC = YES;
  252. CLANG_ENABLE_OBJC_WEAK = YES;
  253. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  254. CLANG_WARN_BOOL_CONVERSION = YES;
  255. CLANG_WARN_COMMA = YES;
  256. CLANG_WARN_CONSTANT_CONVERSION = YES;
  257. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  258. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  259. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  260. CLANG_WARN_EMPTY_BODY = YES;
  261. CLANG_WARN_ENUM_CONVERSION = YES;
  262. CLANG_WARN_INFINITE_RECURSION = YES;
  263. CLANG_WARN_INT_CONVERSION = YES;
  264. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  265. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  266. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  267. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  268. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  269. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  270. CLANG_WARN_STRICT_PROTOTYPES = YES;
  271. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  272. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  273. CLANG_WARN_UNREACHABLE_CODE = YES;
  274. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  275. COPY_PHASE_STRIP = NO;
  276. DEBUG_INFORMATION_FORMAT = dwarf;
  277. ENABLE_STRICT_OBJC_MSGSEND = YES;
  278. ENABLE_TESTABILITY = YES;
  279. GCC_C_LANGUAGE_STANDARD = gnu11;
  280. GCC_DYNAMIC_NO_PIC = NO;
  281. GCC_NO_COMMON_BLOCKS = YES;
  282. GCC_OPTIMIZATION_LEVEL = 0;
  283. GCC_PREPROCESSOR_DEFINITIONS = (
  284. "DEBUG=1",
  285. "$(inherited)",
  286. );
  287. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  288. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  289. GCC_WARN_UNDECLARED_SELECTOR = YES;
  290. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  291. GCC_WARN_UNUSED_FUNCTION = YES;
  292. GCC_WARN_UNUSED_VARIABLE = YES;
  293. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  294. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  295. MTL_FAST_MATH = YES;
  296. ONLY_ACTIVE_ARCH = YES;
  297. SDKROOT = iphoneos;
  298. };
  299. name = Debug;
  300. };
  301. 4F6B6C4F2A173F6F0030C94E /* Release */ = {
  302. isa = XCBuildConfiguration;
  303. buildSettings = {
  304. ALWAYS_SEARCH_USER_PATHS = NO;
  305. CLANG_ANALYZER_NONNULL = YES;
  306. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  307. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  308. CLANG_ENABLE_MODULES = YES;
  309. CLANG_ENABLE_OBJC_ARC = YES;
  310. CLANG_ENABLE_OBJC_WEAK = YES;
  311. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  312. CLANG_WARN_BOOL_CONVERSION = YES;
  313. CLANG_WARN_COMMA = YES;
  314. CLANG_WARN_CONSTANT_CONVERSION = YES;
  315. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  316. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  317. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  318. CLANG_WARN_EMPTY_BODY = YES;
  319. CLANG_WARN_ENUM_CONVERSION = YES;
  320. CLANG_WARN_INFINITE_RECURSION = YES;
  321. CLANG_WARN_INT_CONVERSION = YES;
  322. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  323. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  324. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  325. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  326. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  327. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  328. CLANG_WARN_STRICT_PROTOTYPES = YES;
  329. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  330. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  331. CLANG_WARN_UNREACHABLE_CODE = YES;
  332. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  333. COPY_PHASE_STRIP = NO;
  334. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  335. ENABLE_NS_ASSERTIONS = NO;
  336. ENABLE_STRICT_OBJC_MSGSEND = YES;
  337. GCC_C_LANGUAGE_STANDARD = gnu11;
  338. GCC_NO_COMMON_BLOCKS = YES;
  339. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  340. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  341. GCC_WARN_UNDECLARED_SELECTOR = YES;
  342. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  343. GCC_WARN_UNUSED_FUNCTION = YES;
  344. GCC_WARN_UNUSED_VARIABLE = YES;
  345. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  346. MTL_ENABLE_DEBUG_INFO = NO;
  347. MTL_FAST_MATH = YES;
  348. SDKROOT = iphoneos;
  349. VALIDATE_PRODUCT = YES;
  350. };
  351. name = Release;
  352. };
  353. 4F6B6C512A173F700030C94E /* Debug */ = {
  354. isa = XCBuildConfiguration;
  355. buildSettings = {
  356. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  357. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  358. CODE_SIGN_ENTITLEMENTS = PDFViewer/PDFViewer.entitlements;
  359. CODE_SIGN_STYLE = Automatic;
  360. CURRENT_PROJECT_VERSION = 1;
  361. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  362. ENABLE_BITCODE = NO;
  363. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  364. GENERATE_INFOPLIST_FILE = YES;
  365. INFOPLIST_FILE = PDFViewer/Info.plist;
  366. INFOPLIST_KEY_CFBundleDisplayName = ComPDFKit;
  367. INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "Your consent is required before you could access the function.";
  368. INFOPLIST_KEY_NSCalendarsUsageDescription = "Your consent is required before you could access the function.";
  369. INFOPLIST_KEY_NSCameraUsageDescription = "Your consent is required before you could access the function.";
  370. INFOPLIST_KEY_NSContactsUsageDescription = "Your consent is required before you could access the function.";
  371. INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "Your consent is required before you could access the function.";
  372. INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Your consent is required before you could access the function.";
  373. INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
  374. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Enable camera access so that you can create scans with your camera.";
  375. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Your consent is required before you could access the function.";
  376. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  377. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  378. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  379. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  380. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  381. LD_RUNPATH_SEARCH_PATHS = (
  382. "$(inherited)",
  383. "@executable_path/Frameworks",
  384. );
  385. MARKETING_VERSION = 1.0;
  386. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
  387. PRODUCT_NAME = "$(TARGET_NAME)";
  388. SWIFT_EMIT_LOC_STRINGS = YES;
  389. TARGETED_DEVICE_FAMILY = "1,2";
  390. };
  391. name = Debug;
  392. };
  393. 4F6B6C522A173F700030C94E /* Release */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  397. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  398. CODE_SIGN_ENTITLEMENTS = PDFViewer/PDFViewer.entitlements;
  399. CODE_SIGN_STYLE = Automatic;
  400. CURRENT_PROJECT_VERSION = 1;
  401. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  402. ENABLE_BITCODE = NO;
  403. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  404. GENERATE_INFOPLIST_FILE = YES;
  405. INFOPLIST_FILE = PDFViewer/Info.plist;
  406. INFOPLIST_KEY_CFBundleDisplayName = ComPDFKit;
  407. INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "Your consent is required before you could access the function.";
  408. INFOPLIST_KEY_NSCalendarsUsageDescription = "Your consent is required before you could access the function.";
  409. INFOPLIST_KEY_NSCameraUsageDescription = "Your consent is required before you could access the function.";
  410. INFOPLIST_KEY_NSContactsUsageDescription = "Your consent is required before you could access the function.";
  411. INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "Your consent is required before you could access the function.";
  412. INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Your consent is required before you could access the function.";
  413. INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
  414. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Enable camera access so that you can create scans with your camera.";
  415. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Your consent is required before you could access the function.";
  416. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  417. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  418. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  419. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  420. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  421. LD_RUNPATH_SEARCH_PATHS = (
  422. "$(inherited)",
  423. "@executable_path/Frameworks",
  424. );
  425. MARKETING_VERSION = 1.0;
  426. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
  427. PRODUCT_NAME = "$(TARGET_NAME)";
  428. SWIFT_EMIT_LOC_STRINGS = YES;
  429. TARGETED_DEVICE_FAMILY = "1,2";
  430. };
  431. name = Release;
  432. };
  433. /* End XCBuildConfiguration section */
  434. /* Begin XCConfigurationList section */
  435. 4F6B6C322A173F6D0030C94E /* Build configuration list for PBXProject "PDFViewer" */ = {
  436. isa = XCConfigurationList;
  437. buildConfigurations = (
  438. 4F6B6C4E2A173F6F0030C94E /* Debug */,
  439. 4F6B6C4F2A173F6F0030C94E /* Release */,
  440. );
  441. defaultConfigurationIsVisible = 0;
  442. defaultConfigurationName = Release;
  443. };
  444. 4F6B6C502A173F700030C94E /* Build configuration list for PBXNativeTarget "PDFViewer" */ = {
  445. isa = XCConfigurationList;
  446. buildConfigurations = (
  447. 4F6B6C512A173F700030C94E /* Debug */,
  448. 4F6B6C522A173F700030C94E /* Release */,
  449. );
  450. defaultConfigurationIsVisible = 0;
  451. defaultConfigurationName = Release;
  452. };
  453. /* End XCConfigurationList section */
  454. };
  455. rootObject = 4F6B6C2F2A173F6D0030C94E /* Project object */;
  456. }