소스 검색

ComPDFKit(RN) - README.d 修改

yangliuhua 7 달 전
부모
커밋
1bb0092142
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md
  2. 2 0
      example/ios/CompdfkitPdfExample.xcodeproj/project.pbxproj
  3. BIN
      screenshots/1-7.png

+ 3 - 3
README.md

@@ -134,7 +134,7 @@ target 'MyApp' do
 end
 ```
 
-**Note:** If SSL network requests fail to download the `ComPDFKit` library when you run `pod install`, <font color=red>您可以替换为以下链接   (,,, 这里看要不要更详细一点, NPM , github 文档不想写太长,想官网文档里写详细一点)</font>
+**Note:** If SSL network requests fail to download the `ComPDFKit` library when you run `pod install`, You can use the following method instead.
 
 ```diff
 target 'MyApp' do
@@ -157,7 +157,7 @@ end
 
    ![1-1](./screenshots/1-1.png)
 
-5. <font color=red>Add the PDF document you want to display to your application by dragging it into your project. On the dialog that’s displayed, select Finish to accept the default integration options. You can use "developer_guide_ios.pdf" as an example. 下面重新换张图, 示例文件名称换为PDF_Document.pdf</font>
+5. Add the PDF document you want to display to your application by dragging it into your project. On the dialog that’s displayed, select Finish to accept the default integration options. You can use "PDF_Document.pdf" as an example. 
 
    <img src="./screenshots/1-7.png" style="zoom:50%;" />
 
@@ -434,7 +434,7 @@ document = "file:///android_asset/..."
 document = "document.pdf"
 ```
 
-* <font color=red>(iOS) for URL path:  这里这样写对不对</font> 
+* (iOS) for URL path: 
 
 ```tsx
 document = "file://xxxx/document.pdf"

+ 2 - 0
example/ios/CompdfkitPdfExample.xcodeproj/project.pbxproj

@@ -475,6 +475,7 @@
 				DEVELOPMENT_TEAM = 4GGQPGRTSV;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = CompdfkitPdfExample/Info.plist;
+				IPHONEOS_DEPLOYMENT_TARGET = 11.0;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",
@@ -505,6 +506,7 @@
 				CURRENT_PROJECT_VERSION = 1;
 				DEVELOPMENT_TEAM = 4GGQPGRTSV;
 				INFOPLIST_FILE = CompdfkitPdfExample/Info.plist;
+				IPHONEOS_DEPLOYMENT_TARGET = 11.0;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",

BIN
screenshots/1-7.png