|
@@ -55,6 +55,7 @@
|
|
|
4F6B6C8B2A174EB70030C94E /* CPDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
|
|
|
C94A25632A4990610042F875 /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
|
|
|
C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ C94A25752A4AE8800042F875 /* PDFViewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDFViewer.entitlements; sourceTree = "<group>"; };
|
|
|
F384DB0F2A48204500798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
|
|
|
F384DB662A49309B00798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
|
|
|
F384DB762A49362400798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
|
|
@@ -99,6 +100,7 @@
|
|
|
4F6B6C392A173F6D0030C94E /* PDFViewer */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ C94A25752A4AE8800042F875 /* PDFViewer.entitlements */,
|
|
|
4F6B6C3A2A173F6D0030C94E /* AppDelegate.h */,
|
|
|
4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */,
|
|
|
4F6B6C3D2A173F6D0030C94E /* SceneDelegate.h */,
|
|
@@ -364,6 +366,7 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = PDFViewer/PDFViewer.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_TEAM = Q43DRF894U;
|
|
@@ -403,6 +406,7 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = PDFViewer/PDFViewer.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_TEAM = Q43DRF894U;
|