project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C9413B0D29E420C700F2CBF6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9413B0C29E420C700F2CBF6 /* AppDelegate.m */; };
  10. C9413B1029E420C700F2CBF6 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9413B0F29E420C700F2CBF6 /* SceneDelegate.m */; };
  11. C9413B1829E420C900F2CBF6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9413B1729E420C900F2CBF6 /* Assets.xcassets */; };
  12. C9413B1B29E420C900F2CBF6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9413B1929E420C900F2CBF6 /* LaunchScreen.storyboard */; };
  13. C9413B1E29E420C900F2CBF6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C9413B1D29E420C900F2CBF6 /* main.m */; };
  14. F313657629E4369500EE6BBB /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F313657529E4369500EE6BBB /* ComPDFKit.xcframework */; };
  15. F313657729E4369500EE6BBB /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F313657529E4369500EE6BBB /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  16. F313657C29E436B800EE6BBB /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F313657929E436B800EE6BBB /* Form_Widgets_Test.pdf */; };
  17. F313657D29E436B800EE6BBB /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F313657A29E436B800EE6BBB /* PDF32000_2008.pdf */; };
  18. F313658129E4378800EE6BBB /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F313658029E4378800EE6BBB /* CPDFViewController.m */; };
  19. F35E2B4D2A43273B00170763 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */; };
  20. F35E2B4E2A43273B00170763 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  21. F384DB122A48205200798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB112A48205200798045 /* developer_guide_ios.pdf */; };
  22. F384DB652A49308D00798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB642A49308C00798045 /* license_key_ios.xml */; };
  23. F384DB7B2A49366100798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB792A49366100798045 /* XMLReader.m */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXCopyFilesBuildPhase section */
  26. F335EE5529E430E400ACC72A /* Embed Frameworks */ = {
  27. isa = PBXCopyFilesBuildPhase;
  28. buildActionMask = 2147483647;
  29. dstPath = "";
  30. dstSubfolderSpec = 10;
  31. files = (
  32. F35E2B4E2A43273B00170763 /* ComPDFKit_Tools.framework in Embed Frameworks */,
  33. F313657729E4369500EE6BBB /* ComPDFKit.xcframework in Embed Frameworks */,
  34. );
  35. name = "Embed Frameworks";
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXCopyFilesBuildPhase section */
  39. /* Begin PBXFileReference section */
  40. 4F0373CF2A13802200ED4DB5 /* Viewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Viewer.entitlements; sourceTree = "<group>"; };
  41. C9413B0829E420C700F2CBF6 /* Viewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Viewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  42. C9413B0B29E420C700F2CBF6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  43. C9413B0C29E420C700F2CBF6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  44. C9413B0E29E420C700F2CBF6 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  45. C9413B0F29E420C700F2CBF6 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  46. C9413B1729E420C900F2CBF6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  47. C9413B1A29E420C900F2CBF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  48. C9413B1C29E420C900F2CBF6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  49. C9413B1D29E420C900F2CBF6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  50. F313657529E4369500EE6BBB /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
  51. F313657929E436B800EE6BBB /* Form_Widgets_Test.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Form_Widgets_Test.pdf; sourceTree = "<group>"; };
  52. F313657A29E436B800EE6BBB /* PDF32000_2008.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF32000_2008.pdf; sourceTree = "<group>"; };
  53. F313657F29E4378800EE6BBB /* CPDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
  54. F313658029E4378800EE6BBB /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
  55. F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  56. F384DB112A48205200798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
  57. F384DB642A49308C00798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
  58. F384DB792A49366100798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
  59. F384DB7A2A49366100798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
  60. /* End PBXFileReference section */
  61. /* Begin PBXFrameworksBuildPhase section */
  62. C9413B0529E420C700F2CBF6 /* Frameworks */ = {
  63. isa = PBXFrameworksBuildPhase;
  64. buildActionMask = 2147483647;
  65. files = (
  66. F35E2B4D2A43273B00170763 /* ComPDFKit_Tools.framework in Frameworks */,
  67. F313657629E4369500EE6BBB /* ComPDFKit.xcframework in Frameworks */,
  68. );
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. /* End PBXFrameworksBuildPhase section */
  72. /* Begin PBXGroup section */
  73. C9413AFF29E420C700F2CBF6 = {
  74. isa = PBXGroup;
  75. children = (
  76. F384DB642A49308C00798045 /* license_key_ios.xml */,
  77. F384DB252A48231200798045 /* XMLParse */,
  78. F313657829E436B800EE6BBB /* TestFile */,
  79. C9413B0A29E420C700F2CBF6 /* Viewer */,
  80. C9413B0929E420C700F2CBF6 /* Products */,
  81. F335EE5129E430E400ACC72A /* Frameworks */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. C9413B0929E420C700F2CBF6 /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. C9413B0829E420C700F2CBF6 /* Viewer.app */,
  89. );
  90. name = Products;
  91. sourceTree = "<group>";
  92. };
  93. C9413B0A29E420C700F2CBF6 /* Viewer */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 4F0373CF2A13802200ED4DB5 /* Viewer.entitlements */,
  97. C9413B0B29E420C700F2CBF6 /* AppDelegate.h */,
  98. C9413B0C29E420C700F2CBF6 /* AppDelegate.m */,
  99. C9413B0E29E420C700F2CBF6 /* SceneDelegate.h */,
  100. C9413B0F29E420C700F2CBF6 /* SceneDelegate.m */,
  101. F313657F29E4378800EE6BBB /* CPDFViewController.h */,
  102. F313658029E4378800EE6BBB /* CPDFViewController.m */,
  103. C9413B1729E420C900F2CBF6 /* Assets.xcassets */,
  104. C9413B1929E420C900F2CBF6 /* LaunchScreen.storyboard */,
  105. C9413B1C29E420C900F2CBF6 /* Info.plist */,
  106. C9413B1D29E420C900F2CBF6 /* main.m */,
  107. );
  108. path = Viewer;
  109. sourceTree = "<group>";
  110. };
  111. F313657829E436B800EE6BBB /* TestFile */ = {
  112. isa = PBXGroup;
  113. children = (
  114. F384DB112A48205200798045 /* developer_guide_ios.pdf */,
  115. F313657929E436B800EE6BBB /* Form_Widgets_Test.pdf */,
  116. F313657A29E436B800EE6BBB /* PDF32000_2008.pdf */,
  117. );
  118. name = TestFile;
  119. path = ../TestFile;
  120. sourceTree = "<group>";
  121. };
  122. F335EE5129E430E400ACC72A /* Frameworks */ = {
  123. isa = PBXGroup;
  124. children = (
  125. F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */,
  126. F313657529E4369500EE6BBB /* ComPDFKit.xcframework */,
  127. );
  128. name = Frameworks;
  129. sourceTree = "<group>";
  130. };
  131. F384DB252A48231200798045 /* XMLParse */ = {
  132. isa = PBXGroup;
  133. children = (
  134. F384DB7A2A49366100798045 /* XMLReader.h */,
  135. F384DB792A49366100798045 /* XMLReader.m */,
  136. );
  137. name = XMLParse;
  138. path = ../XMLParse;
  139. sourceTree = "<group>";
  140. };
  141. /* End PBXGroup section */
  142. /* Begin PBXNativeTarget section */
  143. C9413B0729E420C700F2CBF6 /* Viewer */ = {
  144. isa = PBXNativeTarget;
  145. buildConfigurationList = C9413B2129E420C900F2CBF6 /* Build configuration list for PBXNativeTarget "Viewer" */;
  146. buildPhases = (
  147. C9413B0429E420C700F2CBF6 /* Sources */,
  148. C9413B0529E420C700F2CBF6 /* Frameworks */,
  149. C9413B0629E420C700F2CBF6 /* Resources */,
  150. F335EE5529E430E400ACC72A /* Embed Frameworks */,
  151. );
  152. buildRules = (
  153. );
  154. dependencies = (
  155. );
  156. name = Viewer;
  157. productName = "viewer-ctrl-demo";
  158. productReference = C9413B0829E420C700F2CBF6 /* Viewer.app */;
  159. productType = "com.apple.product-type.application";
  160. };
  161. /* End PBXNativeTarget section */
  162. /* Begin PBXProject section */
  163. C9413B0029E420C700F2CBF6 /* Project object */ = {
  164. isa = PBXProject;
  165. attributes = {
  166. BuildIndependentTargetsInParallel = 1;
  167. LastUpgradeCheck = 1420;
  168. TargetAttributes = {
  169. C9413B0729E420C700F2CBF6 = {
  170. CreatedOnToolsVersion = 14.2;
  171. };
  172. };
  173. };
  174. buildConfigurationList = C9413B0329E420C700F2CBF6 /* Build configuration list for PBXProject "Viewer" */;
  175. compatibilityVersion = "Xcode 13.0";
  176. developmentRegion = en;
  177. hasScannedForEncodings = 0;
  178. knownRegions = (
  179. en,
  180. Base,
  181. );
  182. mainGroup = C9413AFF29E420C700F2CBF6;
  183. productRefGroup = C9413B0929E420C700F2CBF6 /* Products */;
  184. projectDirPath = "";
  185. projectRoot = "";
  186. targets = (
  187. C9413B0729E420C700F2CBF6 /* Viewer */,
  188. );
  189. };
  190. /* End PBXProject section */
  191. /* Begin PBXResourcesBuildPhase section */
  192. C9413B0629E420C700F2CBF6 /* Resources */ = {
  193. isa = PBXResourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. C9413B1B29E420C900F2CBF6 /* LaunchScreen.storyboard in Resources */,
  197. C9413B1829E420C900F2CBF6 /* Assets.xcassets in Resources */,
  198. F313657D29E436B800EE6BBB /* PDF32000_2008.pdf in Resources */,
  199. F384DB652A49308D00798045 /* license_key_ios.xml in Resources */,
  200. F384DB122A48205200798045 /* developer_guide_ios.pdf in Resources */,
  201. F313657C29E436B800EE6BBB /* Form_Widgets_Test.pdf in Resources */,
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. /* End PBXResourcesBuildPhase section */
  206. /* Begin PBXSourcesBuildPhase section */
  207. C9413B0429E420C700F2CBF6 /* Sources */ = {
  208. isa = PBXSourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. C9413B0D29E420C700F2CBF6 /* AppDelegate.m in Sources */,
  212. F313658129E4378800EE6BBB /* CPDFViewController.m in Sources */,
  213. F384DB7B2A49366100798045 /* XMLReader.m in Sources */,
  214. C9413B1E29E420C900F2CBF6 /* main.m in Sources */,
  215. C9413B1029E420C700F2CBF6 /* SceneDelegate.m in Sources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXSourcesBuildPhase section */
  220. /* Begin PBXVariantGroup section */
  221. C9413B1929E420C900F2CBF6 /* LaunchScreen.storyboard */ = {
  222. isa = PBXVariantGroup;
  223. children = (
  224. C9413B1A29E420C900F2CBF6 /* Base */,
  225. );
  226. name = LaunchScreen.storyboard;
  227. sourceTree = "<group>";
  228. };
  229. /* End PBXVariantGroup section */
  230. /* Begin XCBuildConfiguration section */
  231. C9413B1F29E420C900F2CBF6 /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. ALWAYS_SEARCH_USER_PATHS = NO;
  235. CLANG_ANALYZER_NONNULL = YES;
  236. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  237. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  238. CLANG_ENABLE_MODULES = YES;
  239. CLANG_ENABLE_OBJC_ARC = YES;
  240. CLANG_ENABLE_OBJC_WEAK = YES;
  241. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  242. CLANG_WARN_BOOL_CONVERSION = YES;
  243. CLANG_WARN_COMMA = YES;
  244. CLANG_WARN_CONSTANT_CONVERSION = YES;
  245. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  246. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  247. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  248. CLANG_WARN_EMPTY_BODY = YES;
  249. CLANG_WARN_ENUM_CONVERSION = YES;
  250. CLANG_WARN_INFINITE_RECURSION = YES;
  251. CLANG_WARN_INT_CONVERSION = YES;
  252. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  253. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  254. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  255. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  256. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  257. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  258. CLANG_WARN_STRICT_PROTOTYPES = YES;
  259. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  260. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  261. CLANG_WARN_UNREACHABLE_CODE = YES;
  262. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  263. COPY_PHASE_STRIP = NO;
  264. DEBUG_INFORMATION_FORMAT = dwarf;
  265. ENABLE_STRICT_OBJC_MSGSEND = YES;
  266. ENABLE_TESTABILITY = YES;
  267. GCC_C_LANGUAGE_STANDARD = gnu11;
  268. GCC_DYNAMIC_NO_PIC = NO;
  269. GCC_NO_COMMON_BLOCKS = YES;
  270. GCC_OPTIMIZATION_LEVEL = 0;
  271. GCC_PREPROCESSOR_DEFINITIONS = (
  272. "DEBUG=1",
  273. "$(inherited)",
  274. );
  275. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  276. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  277. GCC_WARN_UNDECLARED_SELECTOR = YES;
  278. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  279. GCC_WARN_UNUSED_FUNCTION = YES;
  280. GCC_WARN_UNUSED_VARIABLE = YES;
  281. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  282. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  283. MTL_FAST_MATH = YES;
  284. ONLY_ACTIVE_ARCH = YES;
  285. SDKROOT = iphoneos;
  286. };
  287. name = Debug;
  288. };
  289. C9413B2029E420C900F2CBF6 /* Release */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ALWAYS_SEARCH_USER_PATHS = NO;
  293. CLANG_ANALYZER_NONNULL = YES;
  294. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  295. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_ENABLE_OBJC_WEAK = YES;
  299. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  300. CLANG_WARN_BOOL_CONVERSION = YES;
  301. CLANG_WARN_COMMA = YES;
  302. CLANG_WARN_CONSTANT_CONVERSION = YES;
  303. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  304. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  305. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INFINITE_RECURSION = YES;
  309. CLANG_WARN_INT_CONVERSION = YES;
  310. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  311. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  312. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  314. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  315. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  316. CLANG_WARN_STRICT_PROTOTYPES = YES;
  317. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  318. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  319. CLANG_WARN_UNREACHABLE_CODE = YES;
  320. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  321. COPY_PHASE_STRIP = NO;
  322. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  323. ENABLE_NS_ASSERTIONS = NO;
  324. ENABLE_STRICT_OBJC_MSGSEND = YES;
  325. GCC_C_LANGUAGE_STANDARD = gnu11;
  326. GCC_NO_COMMON_BLOCKS = YES;
  327. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  328. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  329. GCC_WARN_UNDECLARED_SELECTOR = YES;
  330. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  331. GCC_WARN_UNUSED_FUNCTION = YES;
  332. GCC_WARN_UNUSED_VARIABLE = YES;
  333. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  334. MTL_ENABLE_DEBUG_INFO = NO;
  335. MTL_FAST_MATH = YES;
  336. SDKROOT = iphoneos;
  337. VALIDATE_PRODUCT = YES;
  338. };
  339. name = Release;
  340. };
  341. C9413B2229E420C900F2CBF6 /* Debug */ = {
  342. isa = XCBuildConfiguration;
  343. buildSettings = {
  344. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  345. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  346. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  347. CODE_SIGN_ENTITLEMENTS = Viewer/Viewer.entitlements;
  348. CODE_SIGN_STYLE = Automatic;
  349. CURRENT_PROJECT_VERSION = 1;
  350. DEVELOPMENT_TEAM = Q43DRF894U;
  351. ENABLE_BITCODE = NO;
  352. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  353. GENERATE_INFOPLIST_FILE = YES;
  354. HEADER_SEARCH_PATHS = "";
  355. INFOPLIST_FILE = Viewer/Info.plist;
  356. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  357. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  358. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  359. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  360. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  361. LD_RUNPATH_SEARCH_PATHS = (
  362. "$(inherited)",
  363. "@executable_path/Frameworks",
  364. );
  365. MARKETING_VERSION = 1.0;
  366. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.viewer;
  367. PRODUCT_NAME = "$(TARGET_NAME)";
  368. SWIFT_EMIT_LOC_STRINGS = YES;
  369. TARGETED_DEVICE_FAMILY = "1,2";
  370. };
  371. name = Debug;
  372. };
  373. C9413B2329E420C900F2CBF6 /* Release */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  377. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  378. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  379. CODE_SIGN_ENTITLEMENTS = Viewer/Viewer.entitlements;
  380. CODE_SIGN_STYLE = Automatic;
  381. CURRENT_PROJECT_VERSION = 1;
  382. DEVELOPMENT_TEAM = Q43DRF894U;
  383. ENABLE_BITCODE = NO;
  384. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  385. GENERATE_INFOPLIST_FILE = YES;
  386. HEADER_SEARCH_PATHS = "";
  387. INFOPLIST_FILE = Viewer/Info.plist;
  388. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  389. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  390. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  391. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  392. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  393. LD_RUNPATH_SEARCH_PATHS = (
  394. "$(inherited)",
  395. "@executable_path/Frameworks",
  396. );
  397. MARKETING_VERSION = 1.0;
  398. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.viewer;
  399. PRODUCT_NAME = "$(TARGET_NAME)";
  400. SWIFT_EMIT_LOC_STRINGS = YES;
  401. TARGETED_DEVICE_FAMILY = "1,2";
  402. };
  403. name = Release;
  404. };
  405. /* End XCBuildConfiguration section */
  406. /* Begin XCConfigurationList section */
  407. C9413B0329E420C700F2CBF6 /* Build configuration list for PBXProject "Viewer" */ = {
  408. isa = XCConfigurationList;
  409. buildConfigurations = (
  410. C9413B1F29E420C900F2CBF6 /* Debug */,
  411. C9413B2029E420C900F2CBF6 /* Release */,
  412. );
  413. defaultConfigurationIsVisible = 0;
  414. defaultConfigurationName = Release;
  415. };
  416. C9413B2129E420C900F2CBF6 /* Build configuration list for PBXNativeTarget "Viewer" */ = {
  417. isa = XCConfigurationList;
  418. buildConfigurations = (
  419. C9413B2229E420C900F2CBF6 /* Debug */,
  420. C9413B2329E420C900F2CBF6 /* Release */,
  421. );
  422. defaultConfigurationIsVisible = 0;
  423. defaultConfigurationName = Release;
  424. };
  425. /* End XCConfigurationList section */
  426. };
  427. rootObject = C9413B0029E420C700F2CBF6 /* Project object */;
  428. }