|
@@ -59,6 +59,7 @@
|
|
|
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>"; };
|
|
|
F384DB772A49362400798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
|
|
|
+ F384DBB32A4AE8CC00798045 /* PDFViewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDFViewer.entitlements; sourceTree = "<group>"; };
|
|
|
F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Form_Widgets_Test.pdf; sourceTree = "<group>"; };
|
|
|
F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF32000_2008.pdf; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
@@ -99,6 +100,7 @@
|
|
|
4F6B6C392A173F6D0030C94E /* PDFViewer */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ F384DBB32A4AE8CC00798045 /* PDFViewer.entitlements */,
|
|
|
4F6B6C3A2A173F6D0030C94E /* AppDelegate.h */,
|
|
|
4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */,
|
|
|
4F6B6C3D2A173F6D0030C94E /* SceneDelegate.h */,
|
|
@@ -364,9 +366,10 @@
|
|
|
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;
|
|
|
+ DEVELOPMENT_TEAM = 4GGQPGRTSV;
|
|
|
ENABLE_BITCODE = NO;
|
|
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
@@ -403,9 +406,10 @@
|
|
|
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;
|
|
|
+ DEVELOPMENT_TEAM = 4GGQPGRTSV;
|
|
|
ENABLE_BITCODE = NO;
|
|
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|