Forráskód Böngészése

PDFView(iOS) - samples bundle id修改和xml更换

yangliuhua 1 éve
szülő
commit
f603a424e5

+ 4 - 4
Annotations/Annotations.xcodeproj/project.pbxproj

@@ -8,6 +8,7 @@
 
 /* Begin PBXBuildFile section */
 		4F06AB5D29F6852C007797E4 /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AB5C29F6852C007797E4 /* CPDFViewController.m */; };
+		C931D07E2A860B9100921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D07D2A860B9100921918 /* license_key_ios.xml */; };
 		C9AF185129F267DD00EC4979 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF185029F267DD00EC4979 /* AppDelegate.m */; };
 		C9AF185429F267DD00EC4979 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF185329F267DD00EC4979 /* SceneDelegate.m */; };
 		C9AF185A29F267DD00EC4979 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9AF185829F267DD00EC4979 /* Main.storyboard */; };
@@ -19,7 +20,6 @@
 		F32776912A04A6D900C5F0A6 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */; };
 		F32776922A04A6D900C5F0A6 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		F384DB182A48208100798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB172A48208100798045 /* developer_guide_ios.pdf */; };
-		F384DB6F2A4930F800798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB6E2A4930F800798045 /* license_key_ios.xml */; };
 		F384DB872A49369400798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB852A49369400798045 /* XMLReader.m */; };
 		F3C0CC582A4321B700007C0A /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC572A4321B700007C0A /* ComPDFKit_Tools.framework */; };
 		F3C0CC592A4321B700007C0A /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC572A4321B700007C0A /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -44,6 +44,7 @@
 		4F06AB5B29F6852C007797E4 /* CPDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
 		4F06AB5C29F6852C007797E4 /* CPDFViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
 		C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
+		C931D07D2A860B9100921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C9AF184C29F267DD00EC4979 /* Annotations.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Annotations.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		C9AF184F29F267DD00EC4979 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 		C9AF185029F267DD00EC4979 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -57,7 +58,6 @@
 		C9AF187829F26ADF00EC4979 /* Form_Widgets_Test.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Form_Widgets_Test.pdf; sourceTree = "<group>"; };
 		C9AF187929F26ADF00EC4979 /* PDF32000_2008.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF32000_2008.pdf; sourceTree = "<group>"; };
 		F384DB172A48208100798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
-		F384DB6E2A4930F800798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		F384DB852A49369400798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
 		F384DB862A49369400798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
 		F384DBB72A4B012B00798045 /* Annotations.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Annotations.entitlements; sourceTree = "<group>"; };
@@ -89,7 +89,7 @@
 		C9AF184329F267DD00EC4979 = {
 			isa = PBXGroup;
 			children = (
-				F384DB6E2A4930F800798045 /* license_key_ios.xml */,
+				C931D07D2A860B9100921918 /* license_key_ios.xml */,
 				F384DB5C2A48238500798045 /* XMLParse */,
 				C9AF187729F26ADF00EC4979 /* TestFile */,
 				C9AF184E29F267DD00EC4979 /* Annotations */,
@@ -207,7 +207,7 @@
 				C9AF187C29F26ADF00EC4979 /* Form_Widgets_Test.pdf in Resources */,
 				C9AF185F29F267E000EC4979 /* LaunchScreen.storyboard in Resources */,
 				F384DB182A48208100798045 /* developer_guide_ios.pdf in Resources */,
-				F384DB6F2A4930F800798045 /* license_key_ios.xml in Resources */,
+				C931D07E2A860B9100921918 /* license_key_ios.xml in Resources */,
 				C9AF185C29F267E000EC4979 /* Assets.xcassets in Resources */,
 				C9AF185A29F267DD00EC4979 /* Main.storyboard in Resources */,
 				C9AF187D29F26ADF00EC4979 /* PDF32000_2008.pdf in Resources */,

+ 4 - 4
ContentEditor/ContentEditor.xcodeproj/project.pbxproj

@@ -14,12 +14,12 @@
 		4F17C07429F4FBFF00445550 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F17C07229F4FBFF00445550 /* LaunchScreen.storyboard */; };
 		4F17C07729F4FBFF00445550 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F17C07629F4FBFF00445550 /* main.m */; };
 		4F17C07F29F4FE1700445550 /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F17C07D29F4FE1700445550 /* CPDFViewController.m */; };
+		C931D07C2A860B7800921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D07B2A860B7800921918 /* license_key_ios.xml */; };
 		C94A25702A49A2FB0042F875 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A256F2A49A2FA0042F875 /* ComPDFKit.xcframework */; };
 		C94A25712A49A2FB0042F875 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A256F2A49A2FA0042F875 /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		C94A25732A49A3050042F875 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25722A49A3050042F875 /* ComPDFKit_Tools.framework */; };
 		C94A25742A49A3050042F875 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25722A49A3050042F875 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		F384DB162A48206E00798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB152A48206E00798045 /* developer_guide_ios.pdf */; };
-		F384DB6D2A4930BD00798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB6C2A4930BD00798045 /* license_key_ios.xml */; };
 		F384DB842A49368900798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB832A49368900798045 /* XMLReader.m */; };
 		F3C0CBF22A431B3E00007C0A /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CBE92A431B3E00007C0A /* Form_Widgets_Test.pdf */; };
 		F3C0CBF32A431B3E00007C0A /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CBEA2A431B3E00007C0A /* PDF32000_2008.pdf */; };
@@ -53,10 +53,10 @@
 		4F17C07629F4FBFF00445550 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 		4F17C07D29F4FE1700445550 /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
 		4F17C07E29F4FE1700445550 /* CPDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
+		C931D07B2A860B7800921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C94A256F2A49A2FA0042F875 /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
 		C94A25722A49A3050042F875 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		F384DB152A48206E00798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
-		F384DB6C2A4930BD00798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		F384DB822A49368900798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
 		F384DB832A49368900798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
 		F384DBB62A4B011E00798045 /* ContentEditor.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ContentEditor.entitlements; sourceTree = "<group>"; };
@@ -80,7 +80,7 @@
 		4F17C05829F4FBFD00445550 = {
 			isa = PBXGroup;
 			children = (
-				F384DB6C2A4930BD00798045 /* license_key_ios.xml */,
+				C931D07B2A860B7800921918 /* license_key_ios.xml */,
 				F384DB532A48237900798045 /* XMLParse */,
 				F3C0CBE82A431B3E00007C0A /* TestFile */,
 				4F17C06329F4FBFD00445550 /* ContentEditor */,
@@ -208,7 +208,7 @@
 				4F17C07429F4FBFF00445550 /* LaunchScreen.storyboard in Resources */,
 				4F17C07129F4FBFF00445550 /* Assets.xcassets in Resources */,
 				F384DB162A48206E00798045 /* developer_guide_ios.pdf in Resources */,
-				F384DB6D2A4930BD00798045 /* license_key_ios.xml in Resources */,
+				C931D07C2A860B7800921918 /* license_key_ios.xml in Resources */,
 				F3C0CBF32A431B3E00007C0A /* PDF32000_2008.pdf in Resources */,
 				F3C0CBF22A431B3E00007C0A /* Form_Widgets_Test.pdf in Resources */,
 				4F17C06F29F4FBFD00445550 /* Main.storyboard in Resources */,

+ 4 - 4
DocsEditor/DocsEditor.xcodeproj/project.pbxproj

@@ -7,6 +7,7 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
+		C931D07A2A860B5E00921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D0792A860B5D00921918 /* license_key_ios.xml */; };
 		C9C6EEF12A20487900E1DD81 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9C6EEF02A20487900E1DD81 /* AppDelegate.m */; };
 		C9C6EEF42A20487900E1DD81 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9C6EEF32A20487900E1DD81 /* SceneDelegate.m */; };
 		C9C6EEFA2A20487900E1DD81 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9C6EEF82A20487900E1DD81 /* Main.storyboard */; };
@@ -19,7 +20,6 @@
 		C9C6EF1E2A204A3E00E1DD81 /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C9C6EF1B2A204A3E00E1DD81 /* PDF32000_2008.pdf */; };
 		C9C6EF222A204C9F00E1DD81 /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9C6EF212A204C9F00E1DD81 /* CPDFViewController.m */; };
 		F384DB142A48206100798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB132A48206100798045 /* developer_guide_ios.pdf */; };
-		F384DB6B2A4930B200798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB6A2A4930B100798045 /* license_key_ios.xml */; };
 		F384DB812A49367E00798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB802A49367E00798045 /* XMLReader.m */; };
 		F3C0CC512A4321A100007C0A /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC502A4321A100007C0A /* ComPDFKit_Tools.framework */; };
 		F3C0CC522A4321A100007C0A /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC502A4321A100007C0A /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -41,6 +41,7 @@
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
+		C931D0792A860B5D00921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C9C6EEEC2A20487900E1DD81 /* DocsEditor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DocsEditor.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		C9C6EEEF2A20487900E1DD81 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 		C9C6EEF02A20487900E1DD81 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -57,7 +58,6 @@
 		C9C6EF202A204C9F00E1DD81 /* CPDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
 		C9C6EF212A204C9F00E1DD81 /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
 		F384DB132A48206100798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
-		F384DB6A2A4930B100798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		F384DB7F2A49367E00798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
 		F384DB802A49367E00798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
 		F384DBB52A4B011500798045 /* DocsEditor.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DocsEditor.entitlements; sourceTree = "<group>"; };
@@ -80,7 +80,7 @@
 		C9C6EEE32A20487900E1DD81 = {
 			isa = PBXGroup;
 			children = (
-				F384DB6A2A4930B100798045 /* license_key_ios.xml */,
+				C931D0792A860B5D00921918 /* license_key_ios.xml */,
 				F384DB4A2A48236900798045 /* XMLParse */,
 				C9C6EF192A204A3E00E1DD81 /* TestFile */,
 				C9C6EEEE2A20487900E1DD81 /* DocsEditor */,
@@ -207,7 +207,7 @@
 				C9C6EF1D2A204A3E00E1DD81 /* Form_Widgets_Test.pdf in Resources */,
 				C9C6EEFF2A20487C00E1DD81 /* LaunchScreen.storyboard in Resources */,
 				F384DB142A48206100798045 /* developer_guide_ios.pdf in Resources */,
-				F384DB6B2A4930B200798045 /* license_key_ios.xml in Resources */,
+				C931D07A2A860B5E00921918 /* license_key_ios.xml in Resources */,
 				C9C6EEFC2A20487C00E1DD81 /* Assets.xcassets in Resources */,
 				C9C6EEFA2A20487900E1DD81 /* Main.storyboard in Resources */,
 				C9C6EF1E2A204A3E00E1DD81 /* PDF32000_2008.pdf in Resources */,

+ 4 - 4
Forms/Forms.xcodeproj/project.pbxproj

@@ -14,12 +14,12 @@
 		4F1151662A1D989800EC433D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F1151642A1D989800EC433D /* LaunchScreen.storyboard */; };
 		4F1151692A1D989800EC433D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1151682A1D989800EC433D /* main.m */; };
 		4F4051C92A1EFC430034DC07 /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F4051C82A1EFC430034DC07 /* CPDFViewController.m */; };
+		C931D0762A860B1900921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D0752A860B1900921918 /* license_key_ios.xml */; };
 		C94A256A2A49A2AD0042F875 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25692A49A2AD0042F875 /* ComPDFKit.xcframework */; };
 		C94A256B2A49A2AD0042F875 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25692A49A2AD0042F875 /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		C94A256D2A49A2B30042F875 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A256C2A49A2B30042F875 /* ComPDFKit_Tools.framework */; };
 		C94A256E2A49A2B30042F875 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A256C2A49A2B30042F875 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		F384DB0E2A48203800798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB0D2A48203800798045 /* developer_guide_ios.pdf */; };
-		F384DB692A4930A600798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB682A4930A600798045 /* license_key_ios.xml */; };
 		F384DB7E2A49367200798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB7C2A49367200798045 /* XMLReader.m */; };
 		F3C0CC022A431B6000007C0A /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CBF92A431B6000007C0A /* Form_Widgets_Test.pdf */; };
 		F3C0CC032A431B6000007C0A /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CBFA2A431B6000007C0A /* PDF32000_2008.pdf */; };
@@ -53,10 +53,10 @@
 		4F1151682A1D989800EC433D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 		4F4051C72A1EFC430034DC07 /* CPDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
 		4F4051C82A1EFC430034DC07 /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
+		C931D0752A860B1900921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C94A25692A49A2AD0042F875 /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
 		C94A256C2A49A2B30042F875 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		F384DB0D2A48203800798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
-		F384DB682A4930A600798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		F384DB7C2A49367200798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
 		F384DB7D2A49367200798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
 		F384DBB42A4B010900798045 /* Forms.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Forms.entitlements; sourceTree = "<group>"; };
@@ -80,7 +80,7 @@
 		4F11514A2A1D989600EC433D = {
 			isa = PBXGroup;
 			children = (
-				F384DB682A4930A600798045 /* license_key_ios.xml */,
+				C931D0752A860B1900921918 /* license_key_ios.xml */,
 				F384DB412A48235800798045 /* XMLParse */,
 				F3C0CBF82A431B6000007C0A /* TestFile */,
 				4F1151552A1D989700EC433D /* Forms */,
@@ -207,7 +207,7 @@
 				4F1151662A1D989800EC433D /* LaunchScreen.storyboard in Resources */,
 				4F1151632A1D989800EC433D /* Assets.xcassets in Resources */,
 				F384DB0E2A48203800798045 /* developer_guide_ios.pdf in Resources */,
-				F384DB692A4930A600798045 /* license_key_ios.xml in Resources */,
+				C931D0762A860B1900921918 /* license_key_ios.xml in Resources */,
 				F3C0CC032A431B6000007C0A /* PDF32000_2008.pdf in Resources */,
 				F3C0CC022A431B6000007C0A /* Form_Widgets_Test.pdf in Resources */,
 				4F1151612A1D989700EC433D /* Main.storyboard in Resources */,

+ 10 - 10
PDFViewer/PDFViewer.xcodeproj/project.pbxproj

@@ -14,12 +14,12 @@
 		4F6B6C4A2A173F6F0030C94E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */; };
 		4F6B6C4D2A173F6F0030C94E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C4C2A173F6F0030C94E /* main.m */; };
 		4F6B6C8C2A174EB80030C94E /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */; };
+		C931D0742A860AED00921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D0732A860AED00921918 /* license_key_ios.xml */; };
 		C94A25642A4990610042F875 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25632A4990610042F875 /* ComPDFKit.xcframework */; };
 		C94A25652A4990610042F875 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25632A4990610042F875 /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
-		C94A25672A49906C0042F875 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */; };
-		C94A25682A49906C0042F875 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
+		C9ED04952A83690C007AD135 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9ED04942A83690C007AD135 /* ComPDFKit_Tools.framework */; };
+		C9ED04962A83690C007AD135 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C9ED04942A83690C007AD135 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		F384DB102A48204500798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB0F2A48204500798045 /* developer_guide_ios.pdf */; };
-		F384DB672A49309B00798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB662A49309B00798045 /* license_key_ios.xml */; };
 		F384DB782A49362400798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB762A49362400798045 /* XMLReader.m */; };
 		F3C0CC122A431B8A00007C0A /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */; };
 		F3C0CC132A431B8A00007C0A /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */; };
@@ -32,7 +32,7 @@
 			dstPath = "";
 			dstSubfolderSpec = 10;
 			files = (
-				C94A25682A49906C0042F875 /* ComPDFKit_Tools.framework in Embed Frameworks */,
+				C9ED04962A83690C007AD135 /* ComPDFKit_Tools.framework in Embed Frameworks */,
 				C94A25652A4990610042F875 /* ComPDFKit.xcframework in Embed Frameworks */,
 			);
 			name = "Embed Frameworks";
@@ -53,10 +53,10 @@
 		4F6B6C4C2A173F6F0030C94E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 		4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
 		4F6B6C8B2A174EB70030C94E /* CPDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
+		C931D0732A860AED00921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; 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; };
+		C9ED04942A83690C007AD135 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		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>"; };
 		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>"; };
@@ -69,7 +69,7 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				C94A25672A49906C0042F875 /* ComPDFKit_Tools.framework in Frameworks */,
+				C9ED04952A83690C007AD135 /* ComPDFKit_Tools.framework in Frameworks */,
 				C94A25642A4990610042F875 /* ComPDFKit.xcframework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
@@ -80,7 +80,7 @@
 		4F6B6C2E2A173F6D0030C94E = {
 			isa = PBXGroup;
 			children = (
-				F384DB662A49309B00798045 /* license_key_ios.xml */,
+				C931D0732A860AED00921918 /* license_key_ios.xml */,
 				F384DB2E2A48232E00798045 /* XMLParse */,
 				F3C0CC082A431B8A00007C0A /* TestFile */,
 				4F6B6C392A173F6D0030C94E /* PDFViewer */,
@@ -119,7 +119,7 @@
 		4F6B6C832A174D7C0030C94E /* Frameworks */ = {
 			isa = PBXGroup;
 			children = (
-				C94A25662A49906C0042F875 /* ComPDFKit_Tools.framework */,
+				C9ED04942A83690C007AD135 /* ComPDFKit_Tools.framework */,
 				C94A25632A4990610042F875 /* ComPDFKit.xcframework */,
 			);
 			name = Frameworks;
@@ -207,7 +207,7 @@
 				4F6B6C4A2A173F6F0030C94E /* LaunchScreen.storyboard in Resources */,
 				4F6B6C472A173F6F0030C94E /* Assets.xcassets in Resources */,
 				F384DB102A48204500798045 /* developer_guide_ios.pdf in Resources */,
-				F384DB672A49309B00798045 /* license_key_ios.xml in Resources */,
+				C931D0742A860AED00921918 /* license_key_ios.xml in Resources */,
 				F3C0CC132A431B8A00007C0A /* PDF32000_2008.pdf in Resources */,
 				F3C0CC122A431B8A00007C0A /* Form_Widgets_Test.pdf in Resources */,
 				4F6B6C452A173F6D0030C94E /* Main.storyboard in Resources */,

+ 6 - 6
Samples/Samples.xcodeproj/project.pbxproj

@@ -7,6 +7,7 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
+		C931D0702A85E1CF00921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D06F2A85E1CF00921918 /* license_key_ios.xml */; };
 		C97699462A540D4200187038 /* CBookmarkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C97699452A540D4200187038 /* CBookmarkViewController.m */; };
 		C97699542A55162B00187038 /* COutlineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C97699532A55162B00187038 /* COutlineViewController.m */; };
 		C976995A2A5534BF00187038 /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C97699562A5534BF00187038 /* Form_Widgets_Test.pdf */; };
@@ -44,7 +45,6 @@
 		C9E3611F2A5273BF004D31BE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9E3611E2A5273BF004D31BE /* Assets.xcassets */; };
 		C9E361222A5273BF004D31BE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9E361202A5273BF004D31BE /* LaunchScreen.storyboard */; };
 		C9E361252A5273BF004D31BE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E361242A5273BF004D31BE /* main.m */; };
-		C9E361302A52E506004D31BE /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C9E3612F2A52E506004D31BE /* license_key_ios.xml */; };
 		C9E361332A52E6CF004D31BE /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9E361322A52E6CF004D31BE /* ComPDFKit.xcframework */; };
 		C9E361342A52E6CF004D31BE /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C9E361322A52E6CF004D31BE /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		C9E3613A2A53AD60004D31BE /* CSamplesBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E361382A53AD60004D31BE /* CSamplesBaseViewController.m */; };
@@ -66,6 +66,7 @@
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
+		C931D06F2A85E1CF00921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C97699442A540D4200187038 /* CBookmarkViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CBookmarkViewController.h; sourceTree = "<group>"; };
 		C97699452A540D4200187038 /* CBookmarkViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CBookmarkViewController.m; sourceTree = "<group>"; };
 		C97699522A55162B00187038 /* COutlineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COutlineViewController.h; sourceTree = "<group>"; };
@@ -128,7 +129,6 @@
 		C9E3611E2A5273BF004D31BE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 		C9E361212A5273BF004D31BE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
 		C9E361242A5273BF004D31BE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
-		C9E3612F2A52E506004D31BE /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C9E361322A52E6CF004D31BE /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
 		C9E361372A53AD60004D31BE /* CSamplesBaseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSamplesBaseViewController.h; sourceTree = "<group>"; };
 		C9E361382A53AD60004D31BE /* CSamplesBaseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CSamplesBaseViewController.m; sourceTree = "<group>"; };
@@ -349,9 +349,9 @@
 		C9E361062A5273BC004D31BE = {
 			isa = PBXGroup;
 			children = (
+				C931D06F2A85E1CF00921918 /* license_key_ios.xml */,
 				C976995E2A5534D500187038 /* XMLParse */,
 				C97699552A5534BF00187038 /* TestFile */,
-				C9E3612F2A52E506004D31BE /* license_key_ios.xml */,
 				C9E361112A5273BC004D31BE /* Samples */,
 				C9E361102A5273BC004D31BE /* Products */,
 				C9E361312A52E6CE004D31BE /* Frameworks */,
@@ -483,6 +483,7 @@
 				C976995B2A5534BF00187038 /* PDF32000_2008.pdf in Resources */,
 				C97699732A566F3E00187038 /* Bird.wav in Resources */,
 				C9E361222A5273BF004D31BE /* LaunchScreen.storyboard in Resources */,
+				C931D0702A85E1CF00921918 /* license_key_ios.xml in Resources */,
 				C9E3611F2A5273BF004D31BE /* Assets.xcassets in Resources */,
 				C976995C2A5534BF00187038 /* Blank Page.pdf in Resources */,
 				C976995D2A5534BF00187038 /* developer_guide_ios.pdf in Resources */,
@@ -493,7 +494,6 @@
 				C9E3613B2A53AD60004D31BE /* CSamplesBaseViewController.xib in Resources */,
 				C97699AC2A5BEB9B00187038 /* AllPasswords.pdf in Resources */,
 				C9E3611D2A5273BC004D31BE /* Main.storyboard in Resources */,
-				C9E361302A52E506004D31BE /* license_key_ios.xml in Resources */,
 				C976996B2A55709A00187038 /* text.pdf in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
@@ -688,7 +688,7 @@
 					"@executable_path/Frameworks",
 				);
 				MARKETING_VERSION = 1.0;
-				PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
+				PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.samples;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_EMIT_LOC_STRINGS = YES;
 				TARGETED_DEVICE_FAMILY = "1,2";
@@ -718,7 +718,7 @@
 					"@executable_path/Frameworks",
 				);
 				MARKETING_VERSION = 1.0;
-				PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
+				PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.samples;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_EMIT_LOC_STRINGS = YES;
 				TARGETED_DEVICE_FAMILY = "1,2";

+ 1 - 1
Samples/Samples/PDFA/CPDFAViewController.m

@@ -76,7 +76,7 @@
 
 - (void)convertToPDFA1b:(CPDFDocument *)oldDocument {
     self.commandLineStr = [self.commandLineStr stringByAppendingString:@"-------------------------------------\n"];
-    self.commandLineStr = [self.commandLineStr stringByAppendingString:@"Samples 1: Convert PDF to PDFA1b format\n"];
+    self.commandLineStr = [self.commandLineStr stringByAppendingString:@"Samples 2: Convert PDF to PDFA1b format\n"];
     
     // Get Sandbox path for saving the PDF File
     NSString *path = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];

+ 4 - 4
Viewer/Viewer.xcodeproj/project.pbxproj

@@ -7,6 +7,7 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
+		C931D0722A85E29500921918 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = C931D0712A85E29500921918 /* license_key_ios.xml */; };
 		C9413B0D29E420C700F2CBF6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9413B0C29E420C700F2CBF6 /* AppDelegate.m */; };
 		C9413B1029E420C700F2CBF6 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9413B0F29E420C700F2CBF6 /* SceneDelegate.m */; };
 		C9413B1829E420C900F2CBF6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9413B1729E420C900F2CBF6 /* Assets.xcassets */; };
@@ -20,7 +21,6 @@
 		F35E2B4D2A43273B00170763 /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */; };
 		F35E2B4E2A43273B00170763 /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 		F384DB122A48205200798045 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F384DB112A48205200798045 /* developer_guide_ios.pdf */; };
-		F384DB652A49308D00798045 /* license_key_ios.xml in Resources */ = {isa = PBXBuildFile; fileRef = F384DB642A49308C00798045 /* license_key_ios.xml */; };
 		F384DB7B2A49366100798045 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F384DB792A49366100798045 /* XMLReader.m */; };
 /* End PBXBuildFile section */
 
@@ -41,6 +41,7 @@
 
 /* Begin PBXFileReference section */
 		4F0373CF2A13802200ED4DB5 /* Viewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Viewer.entitlements; sourceTree = "<group>"; };
+		C931D0712A85E29500921918 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		C9413B0829E420C700F2CBF6 /* Viewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Viewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		C9413B0B29E420C700F2CBF6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 		C9413B0C29E420C700F2CBF6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -57,7 +58,6 @@
 		F313658029E4378800EE6BBB /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
 		F35E2B4C2A43273B00170763 /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		F384DB112A48205200798045 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
-		F384DB642A49308C00798045 /* license_key_ios.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = license_key_ios.xml; path = ../license_key_ios.xml; sourceTree = "<group>"; };
 		F384DB792A49366100798045 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
 		F384DB7A2A49366100798045 /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
@@ -78,7 +78,7 @@
 		C9413AFF29E420C700F2CBF6 = {
 			isa = PBXGroup;
 			children = (
-				F384DB642A49308C00798045 /* license_key_ios.xml */,
+				C931D0712A85E29500921918 /* license_key_ios.xml */,
 				F384DB252A48231200798045 /* XMLParse */,
 				F313657829E436B800EE6BBB /* TestFile */,
 				C9413B0A29E420C700F2CBF6 /* Viewer */,
@@ -204,7 +204,7 @@
 				C9413B1B29E420C900F2CBF6 /* LaunchScreen.storyboard in Resources */,
 				C9413B1829E420C900F2CBF6 /* Assets.xcassets in Resources */,
 				F313657D29E436B800EE6BBB /* PDF32000_2008.pdf in Resources */,
-				F384DB652A49308D00798045 /* license_key_ios.xml in Resources */,
+				C931D0722A85E29500921918 /* license_key_ios.xml in Resources */,
 				F384DB122A48205200798045 /* developer_guide_ios.pdf in Resources */,
 				F313657C29E436B800EE6BBB /* Form_Widgets_Test.pdf in Resources */,
 			);

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 4
license_key_ios.xml