Browse Source

compdfkit(rn) - v2.1.2 release

liuxiaolong 2 months ago
parent
commit
604ef5757a

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 ## Newest Release
 
-### 2.1.2 - 19 Aug 2024
+### 2.1.2 - 01 Sep 2024
 
 * Added `CPDFReaderView` UI component.
 * Optimize document opening speed.

+ 1 - 1
README.md

@@ -23,7 +23,7 @@
 * react-native => 0.71.0
 * Android `minSdkVersion` of `21` or higher
 * Android `targetSdkVersion` of `30` or higher
-* iOS 11 or higher
+* iOS 12 or higher
 
 ## Installation
 

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

@@ -495,7 +495,7 @@
 				ENABLE_BITCODE = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				INFOPLIST_FILE = CompdfkitPdfExample/Info.plist;
-				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+				IPHONEOS_DEPLOYMENT_TARGET = 13.4;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",
@@ -529,7 +529,7 @@
 				DEVELOPMENT_TEAM = 4GGQPGRTSV;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				INFOPLIST_FILE = CompdfkitPdfExample/Info.plist;
-				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+				IPHONEOS_DEPLOYMENT_TARGET = 13.4;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",

+ 2 - 2
example/ios/Podfile

@@ -16,8 +16,8 @@ end
 
 target 'CompdfkitPdfExample' do
   config = use_native_modules!
-  pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.1.1.podspec'
-  pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.1.1.podspec'
+  pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.1.2.podspec'
+  pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.1.2.podspec'
 
 
   use_react_native!(

+ 1 - 1
example/package.json

@@ -14,7 +14,7 @@
     "@react-navigation/native": "^6.1.17",
     "@react-navigation/native-stack": "^6.10.0",
     "react": "18.2.0",
-    "react-native": "0.72.0",
+    "react-native": "0.74.0",
     "react-native-document-picker": "^9.1.0",
     "react-native-safe-area-context": "^4.10.7",
     "react-native-screens": "^3.32.0",