Browse Source

Merge branch 'develop_PDFReaderProNew' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderProNew

tangchao 11 months ago
parent
commit
6cbdaf8c0b
24 changed files with 380 additions and 818 deletions
  1. BIN
      PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProEditionLogo.imageset/1024.png
  2. 12 0
      PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProEditionLogo.imageset/Contents.json
  3. BIN
      PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProLogo.imageset/512.png
  4. 12 0
      PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProLogo.imageset/Contents.json
  5. 6 6
      PDF Office/PDF Master/Class/DigtalSignature/DSignatureApperanceManager.swift
  6. 4 2
      PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift
  7. 11 11
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMRepeatTrialAlertController.xib
  8. 8 8
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMRepeatVerifyExpireController.xib
  9. 2 2
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMTrialSuccessController.xib
  10. 5 5
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationActivateViewController.xib
  11. 2 2
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationInfoViewController.xib
  12. 2 2
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationTrialViewController.xib
  13. 18 0
      PDF Office/PDF Master/Strings/de.lproj/Localizable.strings
  14. 18 0
      PDF Office/PDF Master/Strings/es.lproj/Localizable.strings
  15. 18 0
      PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings
  16. 18 0
      PDF Office/PDF Master/Strings/it.lproj/Localizable.strings
  17. 18 0
      PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings
  18. 18 0
      PDF Office/PDF Master/Strings/nl.lproj/Localizable.strings
  19. 18 0
      PDF Office/PDF Master/Strings/pl.lproj/Localizable.strings
  20. 18 0
      PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings
  21. 7 0
      PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings
  22. 18 0
      PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings
  23. 10 10
      PDF Office/PDF Reader Pro.xcodeproj/project.pbxproj
  24. 137 770
      PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/lizhe.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

BIN
PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProEditionLogo.imageset/1024.png


+ 12 - 0
PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProEditionLogo.imageset/Contents.json

@@ -0,0 +1,12 @@
+{
+  "images" : [
+    {
+      "filename" : "1024.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}

BIN
PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProLogo.imageset/512.png


+ 12 - 0
PDF Office/PDF Master/Class/Appearance/Image.xcassets/Home/PDFReaderProLogo.imageset/Contents.json

@@ -0,0 +1,12 @@
+{
+  "images" : [
+    {
+      "filename" : "512.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}

+ 6 - 6
PDF Office/PDF Master/Class/DigtalSignature/DSignatureApperanceManager.swift

@@ -177,13 +177,13 @@ class DSignatureApperanceManager: NSObject {
         config.isDrawKey = true
 #if VERSION_FREE
 #if VERSION_DMG
-        config.logo = NSImage(named: "PDF Reader Pro")
+        config.logo = NSImage(named: "PDFReaderProLogo")
 #else
-        config.logo = NSImage(named: "PDF Reader Pro Free")
+        config.logo = NSImage(named: "PDFReaderProLogo")
 #endif
         
 #else
-        config.logo = NSImage(named: "PDF Reader Pro Edition")
+        config.logo = NSImage(named: "PDFReaderProEditionLogo")
 #endif
         
         let nameItem = CPDFSignatureConfigItem.init()
@@ -247,13 +247,13 @@ class DSignatureApperanceManager: NSObject {
 //        if config.isDrawLogo {
 #if VERSION_FREE
 #if VERSION_DMG
-        config.logo = NSImage(named: "PDF Reader Pro")
+        config.logo = NSImage(named: "PDFReaderProLogo")
 #else
-        config.logo = NSImage(named: "PDF Reader Pro Free")
+        config.logo = NSImage(named: "PDFReaderProLogo")
 #endif
         
 #else
-        config.logo = NSImage(named: "PDF Reader Pro Edition")
+        config.logo = NSImage(named: "PDFReaderProEditionLogo")
 #endif
 //        }
         config.contents = self.sortContens(contents as NSArray) as? [CPDFSignatureConfigItem]

+ 4 - 2
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

@@ -4814,7 +4814,6 @@ extension KMMainViewController : KMMainToolbarControllerDelegate {
     }
     
     func toolbarViewController(_ viewController: KMToolbarViewController, searchAction searchString: String, forward: Bool) {
-        self.leftSideViewController.showSearchMode(searchString)
 //        if self.searchResults.count == 0 {
             let caseInsensitive = UserDefaults.standard.bool(forKey: "SKCaseInsensitiveFindKey")
             self.search(searchString: searchString, isCase: !caseInsensitive, display: false)
@@ -4835,15 +4834,18 @@ extension KMMainViewController : KMMainToolbarControllerDelegate {
                 searchIndex = row
             }
         }
+        
+        self.leftSideViewController.showSearchMode(searchString)
     }
     
     func toolbarViewController(_ viewController: KMToolbarViewController, searchAllAction searchString: String, forward: Bool) {
 //        if self.searchResults.count == 0 {
-            self.leftSideViewController.showSearchMode(searchString)
             let caseInsensitive = UserDefaults.standard.bool(forKey: "SKCaseInsensitiveFindKey")
             self.search(searchString: searchString, isCase: !caseInsensitive, display: false, needShowAll: true)
 //        }
         
+            self.leftSideViewController.showSearchMode(searchString)
+        
 //        var row = max(searchIndex - 1, 0)
 //        if forward {
 //            row = searchIndex + 1

+ 11 - 11
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMRepeatTrialAlertController.xib

@@ -44,7 +44,7 @@
                             <rect key="frame" x="0.0" y="0.0" width="850" height="464"/>
                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="repeatTrialAlert_icon" id="hK3-l1-Og1"/>
                         </imageView>
-                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wqb-Ui-4zh">
+                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wqb-Ui-4zh">
                             <rect key="frame" x="30" y="352" width="274" height="48"/>
                             <constraints>
                                 <constraint firstAttribute="width" constant="270" id="1LP-eM-BP9"/>
@@ -60,7 +60,7 @@ All Features Now.</string>
                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="GZh-6N-Wcg">
                             <rect key="frame" x="354" y="32" width="464" height="400"/>
                             <subviews>
-                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cD3-Xq-onD">
+                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cD3-Xq-onD">
                                     <rect key="frame" x="30" y="346" width="404" height="30"/>
                                     <textFieldCell key="cell" lineBreakMode="clipping" title="💌 👋🏻 7-day Free Trial!" id="Zbg-eV-9iC">
                                         <font key="font" metaFont="systemBold" size="26"/>
@@ -68,7 +68,7 @@ All Features Now.</string>
                                         <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3Y7-Ii-hFI">
+                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3Y7-Ii-hFI">
                                     <rect key="frame" x="30" y="310" width="404" height="34"/>
                                     <textFieldCell key="cell" title="You are invited to try the new feature Digital Signature, try it now will unlock all the advanced features of PDF Reader Pro!" id="QpZ-SY-8JS">
                                         <font key="font" metaFont="system" size="14"/>
@@ -79,7 +79,7 @@ All Features Now.</string>
                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="Jmr-yS-Rq3">
                                     <rect key="frame" x="32" y="174" width="400" height="116"/>
                                     <subviews>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Uyq-i5-BUj">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Uyq-i5-BUj">
                                             <rect key="frame" x="-2" y="97" width="108" height="19"/>
                                             <textFieldCell key="cell" title="Key Features:" id="cLa-Jo-5ar">
                                                 <font key="font" metaFont="systemSemibold" size="16"/>
@@ -90,7 +90,7 @@ All Features Now.</string>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="g5o-74-NAS">
                                             <rect key="frame" x="0.0" y="65" width="32" height="20"/>
                                             <subviews>
-                                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2vB-fL-ilE">
+                                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2vB-fL-ilE">
                                                     <rect key="frame" x="2" y="4" width="28" height="14"/>
                                                     <textFieldCell key="cell" title="New" id="OcM-az-7Kn">
                                                         <font key="font" metaFont="smallSystem"/>
@@ -106,7 +106,7 @@ All Features Now.</string>
                                                 <constraint firstAttribute="trailing" secondItem="2vB-fL-ilE" secondAttribute="trailing" constant="4" id="rgC-WH-o3j"/>
                                             </constraints>
                                         </customView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2vx-cW-mLd">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2vx-cW-mLd">
                                             <rect key="frame" x="38" y="67" width="172" height="17"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="168" id="CSY-0d-5wF"/>
@@ -125,7 +125,7 @@ All Features Now.</string>
                                             </constraints>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipSecond" id="yc5-1J-6EX"/>
                                         </imageView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QIA-ZA-yi2">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QIA-ZA-yi2">
                                             <rect key="frame" x="242" y="68" width="60" height="17"/>
                                             <textFieldCell key="cell" title="Edit PDF" id="dVn-t3-2Gw">
                                                 <font key="font" metaFont="system" size="14"/>
@@ -141,7 +141,7 @@ All Features Now.</string>
                                             </constraints>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipSecond" id="TcT-ks-yS7"/>
                                         </imageView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="btW-U6-1pE">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="btW-U6-1pE">
                                             <rect key="frame" x="26" y="39" width="184" height="17"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="180" id="c69-bE-FJP"/>
@@ -160,7 +160,7 @@ All Features Now.</string>
                                             </constraints>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipSecond" id="vl4-ES-gux"/>
                                         </imageView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UiT-Ik-Lho">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UiT-Ik-Lho">
                                             <rect key="frame" x="242" y="39" width="86" height="17"/>
                                             <textFieldCell key="cell" title="Convert PDF" id="qba-e1-Kvv">
                                                 <font key="font" metaFont="system" size="14"/>
@@ -176,7 +176,7 @@ All Features Now.</string>
                                             </constraints>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipSecond" id="E8z-gq-FPX"/>
                                         </imageView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A8Z-Pp-Y8g">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A8Z-Pp-Y8g">
                                             <rect key="frame" x="26" y="10" width="184" height="17"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="180" id="nkJ-xs-EO5"/>
@@ -195,7 +195,7 @@ All Features Now.</string>
                                             </constraints>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipSecond" id="vvC-AO-koI"/>
                                         </imageView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Hk-IA-uc2">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Hk-IA-uc2">
                                             <rect key="frame" x="242" y="10" width="34" height="17"/>
                                             <textFieldCell key="cell" title="OCR" id="SBN-eN-d4k">
                                                 <font key="font" metaFont="system" size="14"/>

+ 8 - 8
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMRepeatVerifyExpireController.xib

@@ -42,9 +42,9 @@
                                         <constraint firstAttribute="width" constant="64" id="0wj-0E-tkQ"/>
                                         <constraint firstAttribute="height" constant="64" id="HEi-71-yLB"/>
                                     </constraints>
-                                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFProIcon" id="FZR-Bb-u8C"/>
+                                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFReaderProLogo" id="FZR-Bb-u8C"/>
                                 </imageView>
-                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rN3-F5-et6">
+                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rN3-F5-et6">
                                     <rect key="frame" x="72" y="46" width="174" height="16"/>
                                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="PDF Reader Pro Activation" id="KWT-0d-JsW">
                                         <font key="font" metaFont="systemBold"/>
@@ -52,7 +52,7 @@
                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Ifr-zo-1iz">
+                                <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Ifr-zo-1iz">
                                     <rect key="frame" x="72" y="6" width="304" height="28"/>
                                     <constraints>
                                         <constraint firstAttribute="width" constant="300" id="S1f-Mh-TSd"/>
@@ -140,7 +140,7 @@ DQ
                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pic_Convert" id="kml-0c-gg0"/>
                                         </imageView>
-                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="BqT-dr-tf7">
+                                        <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="BqT-dr-tf7">
                                             <rect key="frame" x="42" y="9" width="294" height="14"/>
                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Convert PDF from/to Word/Excel/PPT/HTML/Image, etc." id="0rq-jQ-r3d">
                                                 <font key="font" metaFont="smallSystem"/>
@@ -163,7 +163,7 @@ DQ
                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pic_Edit" id="ZZm-ad-Tdq"/>
                                         </imageView>
-                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="qeg-gT-IJA">
+                                        <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="qeg-gT-IJA">
                                             <rect key="frame" x="42" y="9" width="160" height="14"/>
                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Edit and Modify Texts in PDFs" id="RMu-7K-M5I">
                                                 <font key="font" metaFont="smallSystem"/>
@@ -186,7 +186,7 @@ DQ
                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pic_OCR" id="OmH-4r-jdZ"/>
                                         </imageView>
-                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="t8S-om-WZp">
+                                        <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="t8S-om-WZp">
                                             <rect key="frame" x="42" y="9" width="198" height="14"/>
                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Optical Character Recognition (OCR)" id="rvU-EW-aJ7">
                                                 <font key="font" metaFont="smallSystem"/>
@@ -209,7 +209,7 @@ DQ
                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pic_Forms" id="sSg-Nn-BAV"/>
                                         </imageView>
-                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Pvd-DR-3I0">
+                                        <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Pvd-DR-3I0">
                                             <rect key="frame" x="42" y="9" width="157" height="14"/>
                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Create, Fill Forms, Sign PDFs" id="RCc-v4-Gtl">
                                                 <font key="font" metaFont="smallSystem"/>
@@ -270,7 +270,7 @@ DQ
         </customView>
     </objects>
     <resources>
-        <image name="PDFProIcon" width="1024" height="1024"/>
+        <image name="PDFReaderProLogo" width="512" height="512"/>
         <image name="pic_Convert" width="32" height="32"/>
         <image name="pic_Edit" width="32" height="32"/>
         <image name="pic_Forms" width="32" height="32"/>

+ 2 - 2
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMTrialSuccessController.xib

@@ -6,7 +6,7 @@
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>
-        <customObject id="-2" userLabel="File's Owner" customClass="KMTrialSuccessController" customModule="PDF_Master" customModuleProvider="target">
+        <customObject id="-2" userLabel="File's Owner" customClass="KMTrialSuccessController" customModule="PDF_Reader_Pro" customModuleProvider="target">
             <connections>
                 <outlet property="contendView" destination="vAB-Kh-kvx" id="99C-OC-nbm"/>
                 <outlet property="getStartBox" destination="c4w-ke-xax" id="Zwl-P4-Xut"/>
@@ -76,7 +76,7 @@
                                                     <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                                 </textFieldCell>
                                             </textField>
-                                            <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="31z-15-0sC" customClass="KMButton" customModule="PDF_Master" customModuleProvider="target">
+                                            <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="31z-15-0sC" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
                                                 <rect key="frame" x="0.0" y="0.0" width="180" height="40"/>
                                                 <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="tzI-Aw-Kxf">
                                                     <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>

+ 5 - 5
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationActivateViewController.xib

@@ -32,9 +32,9 @@
                         <constraint firstAttribute="height" constant="48" id="x5D-to-EAO"/>
                         <constraint firstAttribute="width" constant="48" id="yvi-vj-0Zv"/>
                     </constraints>
-                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFProIcon" id="9ti-ut-udw"/>
+                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFReaderProLogo" id="9ti-ut-udw"/>
                 </imageView>
-                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="U3B-Zz-cHX">
+                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="U3B-Zz-cHX">
                     <rect key="frame" x="129" y="189" width="184" height="16"/>
                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Welcome to PDF Reader Pro" id="aux-9L-KvZ">
                         <font key="font" metaFont="systemBold"/>
@@ -42,7 +42,7 @@
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                     </textFieldCell>
                 </textField>
-                <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="aF7-Ba-ozL">
+                <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="aF7-Ba-ozL">
                     <rect key="frame" x="18" y="149" width="406" height="28"/>
                     <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="If you have already purchased PDF Reader Pro for Mac, you should find your license in an email confirmation." id="8di-aB-lwX">
                         <font key="font" metaFont="smallSystem"/>
@@ -75,7 +75,7 @@
                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="sjg-NT-nbn">
                     <rect key="frame" x="126" y="79" width="190" height="14"/>
                     <subviews>
-                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ydR-Jc-RvL">
+                        <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ydR-Jc-RvL">
                             <rect key="frame" x="-2" y="0.0" width="135" height="14"/>
                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Can't find your license? " id="ZrY-kR-MVi">
                                 <font key="font" metaFont="smallSystem"/>
@@ -184,7 +184,7 @@ DQ
         </customView>
     </objects>
     <resources>
-        <image name="PDFProIcon" width="1024" height="1024"/>
+        <image name="PDFReaderProLogo" width="512" height="512"/>
         <namedColor name="KMColor_Interactive_M0">
             <color red="0.15294117647058825" green="0.23529411764705882" blue="0.3843137254901961" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
         </namedColor>

+ 2 - 2
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationInfoViewController.xib

@@ -31,7 +31,7 @@
                         <constraint firstAttribute="height" constant="48" id="67m-h1-jS8"/>
                         <constraint firstAttribute="width" constant="48" id="csT-Al-p0i"/>
                     </constraints>
-                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFProIcon" id="eSd-pZ-FOg"/>
+                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFReaderProLogo" id="eSd-pZ-FOg"/>
                 </imageView>
                 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qYl-8D-SqT">
                     <rect key="frame" x="110" y="146" width="147" height="16"/>
@@ -160,7 +160,7 @@ DQ
         </customView>
     </objects>
     <resources>
-        <image name="PDFProIcon" width="1024" height="1024"/>
+        <image name="PDFReaderProLogo" width="512" height="512"/>
         <namedColor name="KMColor_Interactive_M0">
             <color red="0.15294117647058825" green="0.23529411764705882" blue="0.3843137254901961" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
         </namedColor>

+ 2 - 2
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationTrialViewController.xib

@@ -36,7 +36,7 @@
                         <constraint firstAttribute="width" constant="48" id="jAw-ig-SIC"/>
                         <constraint firstAttribute="height" constant="48" id="mpq-ht-2CL"/>
                     </constraints>
-                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFProIcon" id="1qR-b8-U2t"/>
+                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFReaderProLogo" id="1qR-b8-U2t"/>
                 </imageView>
                 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FMi-q8-lo4">
                     <rect key="frame" x="129" y="260" width="184" height="16"/>
@@ -255,7 +255,7 @@ DQ
     <resources>
         <image name="KMImageNameLincenseEmail" width="24" height="24"/>
         <image name="KMImageNameLincenseUSer" width="24" height="24"/>
-        <image name="PDFProIcon" width="1024" height="1024"/>
+        <image name="PDFReaderProLogo" width="512" height="512"/>
         <namedColor name="KMColor_Interactive_M0">
             <color red="0.15294117647058825" green="0.23529411764705882" blue="0.3843137254901961" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
         </namedColor>

+ 18 - 0
PDF Office/PDF Master/Strings/de.lproj/Localizable.strings

@@ -2730,3 +2730,21 @@
 "End:" = "Ende:";
 "Line and Border Style" = "Linien- und Rahmenstil";
 "Line Ending Style" = "Stil für Linienende";
+
+"Show AI robot icon"="AI -Roboter -Ikone zeigen";
+"Show/Hide AI robot icon"="AI -Roboter -Symbol zeigen/ausblenden";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Klicken Sie mit der rechten Maustaste, um die KI-Roboter-Symbol auszublenden. Zeigen Sie das Symbol erneut von der oberen rechten Ecke „My AI Credit“.";
+"Hide AI robot icon"="KI -Roboter -Symbol verbergen";
+"1 credit for every 10,000 characters"="1 Kredit für jeweils 10.000 Zeichen";
+"You will cost:"="Sie kosten:";
+"(Total %@ characters)"="(Gesamt %@ -Zeichen)";
+"Insufficient credit"="Unzureichende Gutschrift";
+"Credits to be unlocked: "="Credits zu entsperren: ";
+"Error license. Please enter an AI license."="Fehlerlizenz. Bitte geben Sie eine AI -Lizenz ein.";
+"%@ credits" = "%@ Credits";
+"Each use of the AI tools costs 1 or more credits."="Jede Verwendung der KI -Tools kostet 1 oder mehr Credits.";
+"Please Enter AI License"="Bitte geben Sie die AI -Lizenz ein";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="Für die PDF Reader Pro Permanent/Premium -Lizenz klicken Sie auf PDF Reader Pro in der Menubar und tippen Sie auf \"Lizenz eingeben\".";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 Kredit für jeweils 10.000 Zeichen; Nicht mehr als 10 m eines Dokuments.";
+"This AI license code has been taken up by another device, please use another one." = "Dieser KI -Lizenzcode wurde von einem anderen Gerät aufgenommen. Bitte verwenden Sie ein anderes.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Bitte bestätigen Sie Ihren PDF Reader Pro AI -Lizenzcode über die E -Mail, die Sie beim Kauf angegeben haben.";

+ 18 - 0
PDF Office/PDF Master/Strings/es.lproj/Localizable.strings

@@ -2823,3 +2823,21 @@
 "End:" = "Fin:";
 "Line and Border Style" = "Estilo de linea y su borde";
 "Line Ending Style" = "Estilo del fin de linea";
+
+"Show AI robot icon"="Mostrar ícono del robot AI";
+"Show/Hide AI robot icon"="Mostrar/ocultar el icono del robot ai";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Haga clic derecho para ocultar el icono del robot AI. Muestre el ícono nuevamente desde la esquina superior derecha \"mi crédito AI\".";
+"Hide AI robot icon"="Ocultar ícono del robot ai";
+"1 credit for every 10,000 characters"="1 crédito por cada 10,000 caracteres";
+"You will cost:"="Costarás:";
+"(Total %@ characters)"="(Total de caracteres %@)";
+"Insufficient credit"="Crédito insuficiente";
+"Credits to be unlocked: "="Créditos para desbloquear: ";
+"Error license. Please enter an AI license."="Licencia de error. Ingrese una licencia de IA.";
+"%@ credits" = "%@ créditos";
+"Each use of the AI tools costs 1 or more credits."="Cada uso de las herramientas de IA cuesta 1 o más créditos.";
+"Please Enter AI License"="Ingrese la licencia AI";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="Para la licencia PDF Reader Pro Permanent/Premium, haga clic en PDF Reader Pro en el Menubar, luego toque \"Ingrese la licencia\".";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 crédito por cada 10,000 caracteres; No más de 10 m de un documento.";
+"This AI license code has been taken up by another device, please use another one." = "Este código de licencia de IA ha sido tomado por otro dispositivo, use otro.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Confirme su código de licencia PDF Reader Pro AI a través del correo electrónico que proporcionó al comprar.";

+ 18 - 0
PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings

@@ -2693,3 +2693,21 @@
 "End:" = "Fin :";
 "Line and Border Style" = "Style de ligne et bordure";
 "Line Ending Style" = "Style de fin de ligne";
+
+"Show AI robot icon"="Afficher l'icône du robot AI";
+"Show/Hide AI robot icon"="Afficher / masquer l'icône du robot AI";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Cliquez avec le bouton droit sur l'icône du robot AI. Montrez à nouveau l'icône du coin supérieur droit «Mon crédit AI».";
+"Hide AI robot icon"="Icône de robot Hide AI";
+"1 credit for every 10,000 characters"="1 crédit pour 10 000 caractères";
+"You will cost:"="Vous coûterez:";
+"(Total %@ characters)"="(Total %@ caractères)";
+"Insufficient credit"="Crédit insuffisant";
+"Credits to be unlocked: "="Crédits à déverrouiller: ";
+"Error license. Please enter an AI license."="Licence d'erreur. Veuillez saisir une licence AI.";
+"%@ credits" = "%@ crédits";
+"Each use of the AI tools costs 1 or more credits."="Chaque utilisation des outils d'IA coûte 1 crédits ou plus.";
+"Please Enter AI License"="Veuillez saisir la licence AI";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="Pour PDF Reader Pro Licence Permanent / Premium, veuillez cliquer sur PDF Reader Pro sur le Menubar, puis appuyez sur \"Entrez la licence\".";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 crédit pour 10 000 caractères; Pas plus de 10 m de document.";
+"This AI license code has been taken up by another device, please use another one." = "Ce code de licence AI a été repris par un autre appareil, veuillez en utiliser un autre.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Veuillez confirmer le code de licence PDF Reader Pro AI via l'e-mail que vous avez fourni lors de l'achat.";

+ 18 - 0
PDF Office/PDF Master/Strings/it.lproj/Localizable.strings

@@ -2619,3 +2619,21 @@
 "End:" = "Fine:";
 "Line and Border Style" = "Stile linea e bordo";
 "Line Ending Style" = "Stile estremità linea";
+
+"Show AI robot icon"="Mostra icona robot di AI";
+"Show/Hide AI robot icon"="Mostra/nascondi icona robot AI";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Fare clic con il tasto destro per nascondere l'icona del robot AI. Mostra di nuovo l'icona dall'angolo in alto a destra \"My AI Credit\".";
+"Hide AI robot icon"="Nascondi icona robot";
+"1 credit for every 10,000 characters"="1 credito per ogni 10.000 caratteri";
+"You will cost:"="Costerai:";
+"(Total %@ characters)"="(Caratteri %@ totali)";
+"Insufficient credit"="Credito insufficiente";
+"Credits to be unlocked: "="Crediti da sbloccare: ";
+"Error license. Please enter an AI license."="Licenza di errore. Si prega di inserire una licenza AI.";
+"%@ credits" = "%@ crediti";
+"Each use of the AI tools costs 1 or more credits."="Ogni utilizzo degli strumenti AI costa 1 o più crediti.";
+"Please Enter AI License"="Inserisci la licenza AI";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="Per la licenza permanente/premium PDF Reader Pro, fare clic su PDF Reader Pro sul Menubar, quindi tocca \"Invio la licenza\".";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 credito per ogni 10.000 caratteri; Non più di 10 m di documento.";
+"This AI license code has been taken up by another device, please use another one." = "Questo codice di licenza di intelligenza artificiale è stato assorbito da un altro dispositivo, per favore usa un altro.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Conferma il codice di licenza PDF Reader Pro AI tramite l'e -mail fornita al momento dell'acquisto.";

+ 18 - 0
PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings

@@ -2886,3 +2886,21 @@
 "End:" = "終わり:";
 "Line and Border Style" = "線と枠線のスタイル";
 "Line Ending Style" = "線の終端のスタイル";
+
+"Show AI robot icon"="AIロボットアイコンを表示します";
+"Show/Hide AI robot icon"="AIロボットアイコンを表示/非表示にします";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="右クリックしてAIロボットアイコンを非表示にします。右上隅「私のAIクレジット」から再びアイコンを表示します。";
+"Hide AI robot icon"="AIロボットアイコンを非表示にします";
+"1 credit for every 10,000 characters"="10,000文字ごとに1クレジット";
+"You will cost:"="あなたは費用がかかります:";
+"(Total %@ characters)"="(合計%@文字)";
+"Insufficient credit"="不十分なクレジット";
+"Credits to be unlocked: "="ロック解除されるクレジット:";
+"Error license. Please enter an AI license."="エラーライセンス。 AIライセンスを入力してください。";
+"%@ credits" = "%@ クレジット";
+"Each use of the AI tools costs 1 or more credits."="AIツールを使用するたびに、1クレジット以上の価格がかかります。";
+"Please Enter AI License"="AIライセンスを入力してください";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="PDF Reader Pro Permantion/Premiumライセンスについては、MenubarのPDF Reader Proをクリックしてから、「ライセンスを入力する」をタップしてください。";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "10,000文字ごとに1クレジット。ドキュメントの10m以下。";
+"This AI license code has been taken up by another device, please use another one." = "このAIライセンスコードは別のデバイスによって取り上げられています。別のデバイスを使用してください。";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "購入時に提供された電子メールを介して、PDF Reader Pro AIライセンスコードを確認してください。";

+ 18 - 0
PDF Office/PDF Master/Strings/nl.lproj/Localizable.strings

@@ -2895,3 +2895,21 @@
 "End:" = "Einde:";
 "Line and Border Style" = "Lijn- en randstijl";
 "Line Ending Style" = "Lijnbeëindigingsstijl";
+
+"Show AI robot icon"="Toon een ai robotpictogram";
+"Show/Hide AI robot icon"="Toon/verbergen AI Robot -pictogram";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Klik met de rechtermuisknop om het AI-robotpictogram te verbergen. Toon het pictogram opnieuw vanuit de rechterbovenhoek \"My AI Credit\".";
+"Hide AI robot icon"="Verberg ai robotpictogram";
+"1 credit for every 10,000 characters"="1 krediet voor elke 10.000 tekens";
+"You will cost:"="Je gaat kosten:";
+"(Total %@ characters)"="(Totaal %@ -tekens)";
+"Insufficient credit"="Onvoldoende krediet";
+"Credits to be unlocked: "="Credits die moeten worden ontgrendeld: ";
+"Error license. Please enter an AI license."="Foutlicentie. Voer een AI -licentie in.";
+"%@ credits" = "%@ credits";
+"Each use of the AI tools costs 1 or more credits."="Elk gebruik van de AI -tools kost 1 of meer credits.";
+"Please Enter AI License"="Voer AI -licentie in";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="Klik voor PDF Reader Pro Permanent/Premium -licentie op PDF Reader Pro op de Menubar en tik vervolgens op \"Licentie invoeren\".";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 krediet voor elke 10.000 tekens; Niet meer dan 10m van een document.";
+"This AI license code has been taken up by another device, please use another one." = "Deze AI -licentiecode is overgenomen door een ander apparaat, gebruik een andere.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Bevestig uw PDF Reader Pro AI -licentiecode via de e -mail die u hebt verstrekt bij het kopen.";

+ 18 - 0
PDF Office/PDF Master/Strings/pl.lproj/Localizable.strings

@@ -2835,3 +2835,21 @@
 "End:" = "Koniec:";
 "Line and Border Style" = "Styl linii i krawędzi";
 "Line Ending Style" = "Styl zakończenia linii";
+
+"Show AI robot icon"="Pokaż ikonę robota AI";
+"Show/Hide AI robot icon"="Pokaż/ukryj ikonę robota AI";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Kliknij prawym przyciskiem myszy, aby ukryć ikonę robota AI. Ponownie pokaż ikonę z prawego górnego rogu „My AI Credit”.";
+"Hide AI robot icon"="Ukryj ikonę robota AI";
+"1 credit for every 10,000 characters"="1 kredyt na każde 10 000 znaków";
+"You will cost:"="Będziesz kosztować:";
+"(Total %@ characters)"="(Całkowite znaki %@)";
+"Insufficient credit"="Niewystarczający kredyt";
+"Credits to be unlocked: "="Kredyty do odblokowania: ";
+"Error license. Please enter an AI license."="Licencja błędu. Wprowadź licencję AI.";
+"%@ credits" = "Kredyty %@";
+"Each use of the AI tools costs 1 or more credits."="Każde użycie narzędzi AI kosztuje 1 lub więcej kredytów.";
+"Please Enter AI License"="Wprowadź licencję AI";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="W przypadku licencji PDF Reader Pro Permanent/Premium kliknij PDF Reader Pro na menu, a następnie dotknij „Wprowadź licencję”.";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 kredyt na każde 10 000 znaków; Nie więcej niż 10 m dokumentu.";
+"This AI license code has been taken up by another device, please use another one." = "Ten kod licencji AI został podjęty przez inne urządzenie, proszę użyć innego.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Potwierdź swój kod licencji czytnika PDF Pro za pośrednictwem podanego poczty e -mail podczas zakupu.";

+ 18 - 0
PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings

@@ -2760,3 +2760,21 @@
 "End:" = "Конец:";
 "Line and Border Style" = "Стиль линий и рамок";
 "Line Ending Style" = "Оформление линии";
+
+"Show AI robot icon"="Показать значок робота ИИ";
+"Show/Hide AI robot icon"="Show/Hide Ai Robot значок робота";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="Щелкните правой кнопкой мыши, чтобы скрыть значок робота ИИ. Покажите значок снова из верхнего правого угла «My AI Credit».";
+"Hide AI robot icon"="Скрыть значок робота ИИ";
+"1 credit for every 10,000 characters"="1 кредит на каждые 10 000 символов";
+"You will cost:"="Вы будете стоить:";
+"(Total %@ characters)"="(Всего %@ символов)";
+"Insufficient credit"="Недостаточный кредит";
+"Credits to be unlocked: "="Кредиты, которые будут разблокированы: ";
+"Error license. Please enter an AI license."="Лицензия на ошибку. Пожалуйста, введите лицензию AI.";
+"%@ credits" = "%@ кредиты";
+"Each use of the AI tools costs 1 or more credits."="Каждое использование инструментов ИИ стоит 1 или более кредитов.";
+"Please Enter AI License"="Пожалуйста, введите лицензию AI";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="Для PDF Reader Pro Permanent/Premium License, пожалуйста, нажмите PDF Reader Pro на Menubar, затем нажмите «Введите лицензию».";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "1 кредит на каждые 10 000 символов; Не более 10 м документа.";
+"This AI license code has been taken up by another device, please use another one." = "Этот код лицензии AI был построен другим устройством, пожалуйста, используйте другое.";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "Пожалуйста, подтвердите свой лицензионный код PDF Reader Pro AI по электронной почте, которое вы предоставили при покупке.";

+ 7 - 0
PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings

@@ -3809,3 +3809,10 @@
 "End:" = "结束:";
 "Line and Border Style" = "线段和边框样式";
 "Line Ending Style" = "线段尾部样式";
+
+"Each use of the AI tools costs 1 or more credits."="每使用一次AI工具将消耗一个或多个权益点。";
+"Please Enter AI License"="请输入AI序列码";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="如果您购买的是PDF Reader Pro高级版/标准版序列码,请点击菜单栏中“PDF Reader Pro” - “输入序列码”激活。";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "每10,000字符消耗1个权益点,文档不超过10M。";
+"This AI license code has been taken up by another device, please use another one." = "该序列码已被另一台设备使用,请更换AI序列码。";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "请前往您购买时提供的邮箱,确认PDF Reader Pro AI序列码。";

+ 18 - 0
PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings

@@ -3927,3 +3927,21 @@
 "End:" = "結尾:";
 "Line and Border Style" = "線條和邊框樣式";
 "Line Ending Style" = "線條結尾樣式";
+
+"Show AI robot icon"="顯示AI快捷入口";
+"Show/Hide AI robot icon"="顯示/隱藏AI快捷入口";
+"Right-click to hide AI robot icon. Show the icon again from the top right corner “My AI Credit”. "="右鍵隱藏AI快捷入口。點擊右上角 \"我的AI權益 \"再次顯示圖標。";
+"Hide AI robot icon"="隱藏AI快捷入口";
+"1 credit for every 10,000 characters"="每10,000字符消耗1個權益點";
+"You will cost:"="你將消耗:";
+"(Total %@ characters)"="(共%@字符)";
+"Insufficient credit"="權益點不足";
+"Credits to be unlocked: "="待使用權益點:";
+"Error license. Please enter an AI license."="序列碼錯誤。請輸入AI序列碼。";
+"%@ credits" = "%@ 權益點";
+"Each use of the AI tools costs 1 or more credits."="每使用一次AI工具將消耗一個或多個權益點。";
+"Please Enter AI License"="請輸入AI序列碼";
+"For PDF Reader Pro Permanent/Premium License, please click PDF Reader Pro on the menubar, then tap \"Enter License\"."="如果您購買的是PDF Reader Pro高級版/標準版序列碼,請點擊菜單欄中“PDF Reader Pro” - “輸入序列碼”激活。";
+"1 credit for every 10,000 characters; No more than 10M of a document. " = "每10,000字符消耗1個權益點,文檔不超過10M。";
+"This AI license code has been taken up by another device, please use another one." = "該序列碼已被另一台設備使用,請更換AI序列碼。";
+"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing." = "請前往您購買時提供的郵箱,確認PDF Reader Pro AI序列碼。";

+ 10 - 10
PDF Office/PDF Reader Pro.xcodeproj/project.pbxproj

@@ -10041,28 +10041,28 @@
 		ADDF82FA2B391A5C00A81A4E /* ViewControllers */ = {
 			isa = PBXGroup;
 			children = (
-				ADDF82FB2B391A5C00A81A4E /* DSignatureCreateInfoViewController.xib */,
+				ADDF82FF2B391A5C00A81A4E /* DSignatureFileListViewController.xib */,
+				ADDF830A2B391A5C00A81A4E /* CDSignatureDrawViewController.xib */,
 				ADDF82FC2B391A5C00A81A4E /* DSignatureDetailsViewController.xib */,
+				ADDF830D2B391A5C00A81A4E /* DSignatureDetailsViewController.swift */,
+				ADDF83032B391A5C00A81A4E /* DSignatureCertifyDetailViewController.xib */,
 				ADDF82FD2B391A5C00A81A4E /* DSignatureCertifyDetailViewController.swift */,
-				ADDF82FE2B391A5C00A81A4E /* CDSignatureCertificateCustomViewController.xib */,
-				ADDF82FF2B391A5C00A81A4E /* DSignatureFileListViewController.xib */,
-				ADDF83002B391A5C00A81A4E /* DSignatureCreateViewController.swift */,
 				ADDF83012B391A5C00A81A4E /* CDSignatureCertificateStateViewController.swift */,
 				ADDF83022B391A5C00A81A4E /* CDSignatureCertificateStateViewController.xib */,
-				ADDF83032B391A5C00A81A4E /* DSignatureCertifyDetailViewController.xib */,
 				ADDF83042B391A5C00A81A4E /* DSignatureFromFileViewController.xib */,
 				ADDF83052B391A5C00A81A4E /* DSignatureFromFileViewController.swift */,
 				ADDF83062B391A5C00A81A4E /* DSignatureSaveFolderViewController.xib */,
-				ADDF83072B391A5C00A81A4E /* DSignatureSaveTypeViewController.swift */,
-				ADDF83082B391A5C00A81A4E /* CDSignatureTextViewController.swift */,
+				ADDF830E2B391A5C00A81A4E /* DSignatureSaveFolderViewController.swift */,
+				ADDF83002B391A5C00A81A4E /* DSignatureCreateViewController.swift */,
 				ADDF83092B391A5C00A81A4E /* DSignatureCreateViewController.xib */,
-				ADDF830A2B391A5C00A81A4E /* CDSignatureDrawViewController.xib */,
 				ADDF830B2B391A5C00A81A4E /* CDSignatureCertificateCustomViewController.swift */,
+				ADDF82FE2B391A5C00A81A4E /* CDSignatureCertificateCustomViewController.xib */,
+				ADDF83082B391A5C00A81A4E /* CDSignatureTextViewController.swift */,
 				ADDF830C2B391A5C00A81A4E /* CDSignatureTextViewController.xib */,
-				ADDF830D2B391A5C00A81A4E /* DSignatureDetailsViewController.swift */,
-				ADDF830E2B391A5C00A81A4E /* DSignatureSaveFolderViewController.swift */,
+				ADDF83072B391A5C00A81A4E /* DSignatureSaveTypeViewController.swift */,
 				ADDF830F2B391A5C00A81A4E /* DSignatureSaveTypeViewController.xib */,
 				ADDF83102B391A5C00A81A4E /* DSignatureCreateInfoViewController.swift */,
+				ADDF82FB2B391A5C00A81A4E /* DSignatureCreateInfoViewController.xib */,
 				ADDF83112B391A5C00A81A4E /* Views */,
 				ADDF83192B391A5C00A81A4E /* CDSignatureDrawViewController.swift */,
 				ADDF831A2B391A5C00A81A4E /* DSignatureFileListViewController.swift */,

+ 137 - 770
PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/lizhe.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -7042,626 +7042,22 @@
             endingLineNumber = "2333"
             landmarkName = "-doDragAddAnnotationWithEvent:"
             landmarkType = "7">
-            <Locations>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "3928">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "3936">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2984">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2272">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2356">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 987bb3715b5f23b1"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master DMG"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2272">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 987bb3715b5f23b1"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master DMG"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2356">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "1844">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2408">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2412">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "2464">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 8dc592bd4f8b95ad"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "760">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - a1d4d1cb41d44e6"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2334"
-                  endingLineNumber = "2334"
-                  offsetFromSymbolStart = "5472">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 99ff006268ffae3a"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2334"
-                  endingLineNumber = "2334"
-                  offsetFromSymbolStart = "5472">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - a3fe25b7f7896436"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro Edition"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2334"
-                  endingLineNumber = "2334"
-                  offsetFromSymbolStart = "6416">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 5ab5efa7d187c9d1"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reaer Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2334"
-                  endingLineNumber = "2334"
-                  offsetFromSymbolStart = "6416">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 5ab5efa7d187c9d1"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reaer Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2334"
-                  endingLineNumber = "2334"
-                  offsetFromSymbolStart = "3900">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 99ff006268ffae3a"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2334"
-                  endingLineNumber = "2334"
-                  offsetFromSymbolStart = "3900">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 99ff006268ffae1b"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "3872">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 99ff006268ffae1b"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "4628">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 99ff006268ffae1b"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "4244">
-               </Location>
-               <Location
-                  uuid = "31E2802F-4470-4A8B-AA9C-72955A42BC77 - 99ff006268ffae1b"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2333"
-                  endingLineNumber = "2333"
-                  offsetFromSymbolStart = "3860">
-               </Location>
-            </Locations>
-         </BreakpointContent>
-      </BreakpointProxy>
-      <BreakpointProxy
-         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
-         <BreakpointContent
-            uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C"
-            shouldBeEnabled = "Yes"
-            ignoreCount = "0"
-            continueAfterRunningActions = "No"
-            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-            startingColumnNumber = "9223372036854775807"
-            endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "2342"
-            endingLineNumber = "2342"
-            landmarkName = "-doDragAddAnnotationWithEvent:"
-            landmarkType = "7">
-            <Locations>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "4212">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "3400">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "2704">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 987bb3715b5f22e8"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master DMG"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "2704">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "2160">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "2820">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "2856">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 8dc592bd4f8b94f4"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doResizeAnnotationWithEvent:fromPoint:originalBounds:resizeHandle:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "908">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - a1d4d1cb41d459e"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Master"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "5940">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 99ff006268ffaf42"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "5940">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - a3fe25b7f789654e"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro Edition"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "6952">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 5ab5efa7d187c8a9"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reaer Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "6952">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 5ab5efa7d187c8a9"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reaer Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "4292">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 99ff006268ffaf42"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "4292">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 99ff006268ffaf42"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "4280">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 99ff006268ffaf42"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "5012">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 99ff006268ffaf42"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "4608">
-               </Location>
-               <Location
-                  uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C - 99ff006268ffaf42"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "-[CPDFListView(Event) doDragAddAnnotationWithEvent:]"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2342"
-                  endingLineNumber = "2342"
-                  offsetFromSymbolStart = "4244">
-               </Location>
-            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "45AC1B80-85C6-4653-8A68-F7B5D967D61C"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "2342"
+            endingLineNumber = "2342"
+            landmarkName = "-doDragAddAnnotationWithEvent:"
+            landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>
       <BreakpointProxy
@@ -25115,22 +24511,6 @@
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>
-      <BreakpointProxy
-         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
-         <BreakpointContent
-            uuid = "8EFAF7B0-078E-403A-9E64-D4FE01FC49EB"
-            shouldBeEnabled = "Yes"
-            ignoreCount = "0"
-            continueAfterRunningActions = "No"
-            filePath = "PDF Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-            startingColumnNumber = "9223372036854775807"
-            endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "517"
-            endingLineNumber = "517"
-            landmarkName = "control(_:textView:doCommandBy:)"
-            landmarkType = "7">
-         </BreakpointContent>
-      </BreakpointProxy>
       <BreakpointProxy
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
@@ -25194,99 +24574,6 @@
             </Locations>
          </BreakpointContent>
       </BreakpointProxy>
-      <BreakpointProxy
-         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
-         <BreakpointContent
-            uuid = "83DCEA1B-9D80-4DCF-B10F-58906C592A3F"
-            shouldBeEnabled = "Yes"
-            ignoreCount = "0"
-            continueAfterRunningActions = "No"
-            filePath = "PDF Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-            startingColumnNumber = "9223372036854775807"
-            endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "2184"
-            endingLineNumber = "2184"
-            landmarkName = "searchPDFKey(_:)"
-            landmarkType = "7">
-            <Locations>
-               <Location
-                  uuid = "83DCEA1B-9D80-4DCF-B10F-58906C592A3F - 44c8970dc0674670"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMToolbarViewController.searchPDFKey(Swift.String) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2184"
-                  endingLineNumber = "2184"
-                  offsetFromSymbolStart = "1120">
-               </Location>
-               <Location
-                  uuid = "83DCEA1B-9D80-4DCF-B10F-58906C592A3F - 44c8970dc0674670"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMToolbarViewController.searchPDFKey(Swift.String) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2184"
-                  endingLineNumber = "2184"
-                  offsetFromSymbolStart = "1236">
-               </Location>
-               <Location
-                  uuid = "83DCEA1B-9D80-4DCF-B10F-58906C592A3F - 44c8970dc0674632"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMToolbarViewController.searchPDFKey(Swift.String) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2186"
-                  endingLineNumber = "2186"
-                  offsetFromSymbolStart = "1120">
-               </Location>
-               <Location
-                  uuid = "83DCEA1B-9D80-4DCF-B10F-58906C592A3F - 44c8970dc0674632"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMToolbarViewController.searchPDFKey(Swift.String) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2186"
-                  endingLineNumber = "2186"
-                  offsetFromSymbolStart = "1236">
-               </Location>
-               <Location
-                  uuid = "83DCEA1B-9D80-4DCF-B10F-58906C592A3F - 44c8970dc0674670"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMToolbarViewController.searchPDFKey(Swift.String) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "2184"
-                  endingLineNumber = "2184"
-                  offsetFromSymbolStart = "660">
-               </Location>
-            </Locations>
-         </BreakpointContent>
-      </BreakpointProxy>
       <BreakpointProxy
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
@@ -25540,6 +24827,38 @@
             endingLineNumber = "635"
             landmarkName = "openReadModel()"
             landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "523778F9-8A2B-4A24-88A8-C4164D33BBE9 - 80799893d85f5d1d"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMMainViewController.openReadModel() -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController+UI.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "635"
+                  endingLineNumber = "635"
+                  offsetFromSymbolStart = "2740">
+               </Location>
+               <Location
+                  uuid = "523778F9-8A2B-4A24-88A8-C4164D33BBE9 - 80799893d85f5d1d"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMMainViewController.openReadModel() -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController+UI.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "635"
+                  endingLineNumber = "635"
+                  offsetFromSymbolStart = "2056">
+               </Location>
+            </Locations>
          </BreakpointContent>
       </BreakpointProxy>
       <BreakpointProxy
@@ -26014,6 +25333,38 @@
             endingLineNumber = "1471"
             landmarkName = "showSecureWindow(_:)"
             landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "3F140086-8B0C-4C94-9799-D9F16EA79876 - 9cdf64960b0ac233"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "closure #1 (__C.NSModalResponse) -&gt; () in closure #2 (__C.NSWindowController, Swift.Dictionary&lt;__C.CPDFDocumentWriteOption, Any&gt;, Swift.Dictionary&lt;__C.CPDFDocumentAttribute, Any&gt;) -&gt; () in PDF_Reader_Pro.KMMainViewController.showSecureWindow(Foundation.URL) -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "1471"
+                  endingLineNumber = "1471"
+                  offsetFromSymbolStart = "3328">
+               </Location>
+               <Location
+                  uuid = "3F140086-8B0C-4C94-9799-D9F16EA79876 - 9cdf64960b0ac233"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "closure #1 (__C.NSModalResponse) -&gt; () in closure #2 (__C.NSWindowController, Swift.Dictionary&lt;__C.CPDFDocumentWriteOption, Any&gt;, Swift.Dictionary&lt;__C.CPDFDocumentAttribute, Any&gt;) -&gt; () in PDF_Reader_Pro.KMMainViewController.showSecureWindow(Foundation.URL) -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "1471"
+                  endingLineNumber = "1471"
+                  offsetFromSymbolStart = "3296">
+               </Location>
+            </Locations>
          </BreakpointContent>
       </BreakpointProxy>
       <BreakpointProxy
@@ -26235,6 +25586,21 @@
                   endingLineNumber = "486"
                   offsetFromSymbolStart = "676">
                </Location>
+               <Location
+                  uuid = "E75F8B60-1000-4DD7-A70C-88B7BFED8540 - 4477598acddf3792"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMLeftSideViewController.updataLeftSideFindView() -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "486"
+                  endingLineNumber = "486"
+                  offsetFromSymbolStart = "340">
+               </Location>
             </Locations>
          </BreakpointContent>
       </BreakpointProxy>
@@ -26298,7 +25664,7 @@
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "4813"
             endingLineNumber = "4813"
-            landmarkName = "toolbarViewController(_:searchAction:forward:)"
+            landmarkName = "convertToImg(index:)"
             landmarkType = "7">
             <Locations>
                <Location
@@ -26389,43 +25755,13 @@
             filePath = "PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "4828"
-            endingLineNumber = "4828"
+            startingLineNumber = "4827"
+            endingLineNumber = "4827"
             landmarkName = "toolbarViewController(_:searchAction:forward:)"
             landmarkType = "7">
             <Locations>
                <Location
-                  uuid = "C747495E-77F0-49D9-9049-E41565B9D1A6 - 1b4927610fa1da84"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMMainViewController.toolbarViewController(_: PDF_Reader_Pro.KMToolbarViewController, searchAction: Swift.String, forward: Swift.Bool) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "4828"
-                  endingLineNumber = "4828"
-                  offsetFromSymbolStart = "2180">
-               </Location>
-               <Location
-                  uuid = "C747495E-77F0-49D9-9049-E41565B9D1A6 - 1b4927610fa1da84"
-                  shouldBeEnabled = "Yes"
-                  ignoreCount = "0"
-                  continueAfterRunningActions = "No"
-                  symbolName = "PDF_Reader_Pro.KMMainViewController.toolbarViewController(_: PDF_Reader_Pro.KMToolbarViewController, searchAction: Swift.String, forward: Swift.Bool) -&gt; ()"
-                  moduleName = "PDF Reader Pro"
-                  usesParentBreakpointCondition = "Yes"
-                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift"
-                  startingColumnNumber = "9223372036854775807"
-                  endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "4828"
-                  endingLineNumber = "4828"
-                  offsetFromSymbolStart = "2104">
-               </Location>
-               <Location
-                  uuid = "C747495E-77F0-49D9-9049-E41565B9D1A6 - 1b4927610fa1da84"
+                  uuid = "C747495E-77F0-49D9-9049-E41565B9D1A6 - 1b4927610fa1daa5"
                   shouldBeEnabled = "Yes"
                   ignoreCount = "0"
                   continueAfterRunningActions = "No"
@@ -26435,12 +25771,12 @@
                   urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift"
                   startingColumnNumber = "9223372036854775807"
                   endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "4828"
-                  endingLineNumber = "4828"
-                  offsetFromSymbolStart = "1348">
+                  startingLineNumber = "4827"
+                  endingLineNumber = "4827"
+                  offsetFromSymbolStart = "708">
                </Location>
                <Location
-                  uuid = "C747495E-77F0-49D9-9049-E41565B9D1A6 - 1b4927610fa1da84"
+                  uuid = "C747495E-77F0-49D9-9049-E41565B9D1A6 - 1b4927610fa1daa5"
                   shouldBeEnabled = "Yes"
                   ignoreCount = "0"
                   continueAfterRunningActions = "No"
@@ -26450,9 +25786,9 @@
                   urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift"
                   startingColumnNumber = "9223372036854775807"
                   endingColumnNumber = "9223372036854775807"
-                  startingLineNumber = "4828"
-                  endingLineNumber = "4828"
-                  offsetFromSymbolStart = "1248">
+                  startingLineNumber = "4827"
+                  endingLineNumber = "4827"
+                  offsetFromSymbolStart = "1188">
                </Location>
             </Locations>
          </BreakpointContent>
@@ -26549,6 +25885,21 @@
                   endingLineNumber = "1181"
                   offsetFromSymbolStart = "1716">
                </Location>
+               <Location
+                  uuid = "7113AFB9-894C-4445-B667-E75AC7FE8760 - 14cf22ba2b3b462d"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMLeftSideViewController.tableViewSelectionDidChange(Foundation.Notification) -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Volumes/Data/Company/kdan/Projects/PDF%20Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "1181"
+                  endingLineNumber = "1181"
+                  offsetFromSymbolStart = "1640">
+               </Location>
             </Locations>
          </BreakpointContent>
       </BreakpointProxy>
@@ -27311,5 +26662,21 @@
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "737D78C4-9756-4B9A-9328-0041072AAF41"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "2184"
+            endingLineNumber = "2184"
+            landmarkName = "searchPDFKey(_:)"
+            landmarkType = "7">
+         </BreakpointContent>
+      </BreakpointProxy>
    </Breakpoints>
 </Bucket>