Skip to content

Commit 352d9c3

Browse files
committed
ComPDFKit V2.0.1
1 parent d2f1040 commit 352d9c3

File tree

7 files changed

+33
-33
lines changed

7 files changed

+33
-33
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ target 'PDFView_RN' do
131131
# Pods for testing
132132
end
133133

134-
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.0.podspec'
135-
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.0.podspec'
134+
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.1.podspec'
135+
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.1.podspec'
136136

137137
# Enables Flipper.
138138
#
@@ -220,9 +220,9 @@ open android/app/build.gradle
220220
```diff
221221
dependencies {
222222
...
223-
+ implementation 'com.compdf:compdfkit:2.0.0'
224-
+ implementation 'com.compdf:compdfkit-ui:2.0.0'
225-
+ implementation 'com.compdf:compdfkit-tools:2.0.0'
223+
+ implementation 'com.compdf:compdfkit:2.0.1'
224+
+ implementation 'com.compdf:compdfkit-ui:2.0.1'
225+
+ implementation 'com.compdf:compdfkit-tools:2.0.1'
226226
}
227227
```
228228

@@ -318,8 +318,8 @@ target 'PDFView_RN' do
318318
# Pods for testing
319319
end
320320

321-
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.0.podspec'
322-
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.0.podspec'
321+
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.1.podspec'
322+
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.1.podspec'
323323

324324
# Enables Flipper.
325325
#
@@ -619,8 +619,8 @@ target 'PDFView_RN' do
619619
# Pods for testing
620620
end
621621

622-
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.0'
623-
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.0'
622+
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.1'
623+
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.1'
624624

625625
# Enables Flipper.
626626
#

example/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ target 'PDFView_RN' do
131131
# Pods for testing
132132
end
133133

134-
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.0.podspec'
135-
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.0.podspec'
134+
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.1.podspec'
135+
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.1.podspec'
136136

137137
# Enables Flipper.
138138
#
@@ -220,9 +220,9 @@ open android/app/build.gradle
220220
```diff
221221
dependencies {
222222
...
223-
+ implementation 'com.compdf:compdfkit:2.0.0'
224-
+ implementation 'com.compdf:compdfkit-ui:2.0.0'
225-
+ implementation 'com.compdf:compdfkit-tools:2.0.0'
223+
+ implementation 'com.compdf:compdfkit:2.0.1'
224+
+ implementation 'com.compdf:compdfkit-ui:2.0.1'
225+
+ implementation 'com.compdf:compdfkit-tools:2.0.1'
226226
}
227227
```
228228

@@ -318,8 +318,8 @@ target 'PDFView_RN' do
318318
# Pods for testing
319319
end
320320

321-
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.0.podspec'
322-
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.0.podspec'
321+
+ pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.1.podspec'
322+
+ pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.1.podspec'
323323

324324
# Enables Flipper.
325325
#
@@ -567,7 +567,7 @@ npx react-native run-ios
567567

568568
## Example APP
569569

570-
To see [ComPDFKit for React-Native](https://www.compdf.com/contact-sales) in action, check out our [React-Native example app](./)
570+
To see [ComPDFKit for React-Native](https://www.compdf.com/contact-sales) in action, check out our [React-Native example app](./example)
571571

572572
Showing a PDF document inside your React-Native app is as simple as this:
573573

@@ -619,8 +619,8 @@ target 'PDFView_RN' do
619619
# Pods for testing
620620
end
621621

622-
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.0'
623-
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.0'
622+
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.1'
623+
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.0.1'
624624

625625
# Enables Flipper.
626626
#

example/android/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ android {
7878
applicationId "com.compdfkit.pdfviewer"
7979
minSdkVersion rootProject.ext.minSdkVersion
8080
targetSdkVersion rootProject.ext.targetSdkVersion
81-
versionCode 5
82-
versionName "2.0.0"
81+
versionCode 6
82+
versionName "2.0.1"
8383
}
8484
signingConfigs {
8585
debug {
@@ -111,9 +111,9 @@ dependencies {
111111
implementation "com.facebook.react:react-native:+" // From node_modules
112112
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
113113

114-
api 'com.compdf:compdfkit:2.0.0'
115-
api 'com.compdf:compdfkit-ui:2.0.0'
116-
api 'com.compdf:compdfkit-tools:2.0.0'
114+
api 'com.compdf:compdfkit:2.0.1'
115+
api 'com.compdf:compdfkit-ui:2.0.1'
116+
api 'com.compdf:compdfkit-tools:2.0.1'
117117

118118
api 'com.github.bumptech.glide:glide:4.15.1'
119119
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'

example/ios/ComPDFKit_RN.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,15 +521,15 @@
521521
buildSettings = {
522522
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
523523
CLANG_ENABLE_MODULES = YES;
524-
CURRENT_PROJECT_VERSION = 2.0.0;
524+
CURRENT_PROJECT_VERSION = 2.0.1;
525525
DEVELOPMENT_TEAM = 4GGQPGRTSV;
526526
ENABLE_BITCODE = NO;
527527
INFOPLIST_FILE = ComPDFKit_RN/Info.plist;
528528
LD_RUNPATH_SEARCH_PATHS = (
529529
"$(inherited)",
530530
"@executable_path/Frameworks",
531531
);
532-
MARKETING_VERSION = 2.0.0;
532+
MARKETING_VERSION = 2.0.1;
533533
OTHER_LDFLAGS = (
534534
"$(inherited)",
535535
"-ObjC",
@@ -554,14 +554,14 @@
554554
buildSettings = {
555555
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
556556
CLANG_ENABLE_MODULES = YES;
557-
CURRENT_PROJECT_VERSION = 2.0.0;
557+
CURRENT_PROJECT_VERSION = 2.0.1;
558558
DEVELOPMENT_TEAM = 4GGQPGRTSV;
559559
INFOPLIST_FILE = ComPDFKit_RN/Info.plist;
560560
LD_RUNPATH_SEARCH_PATHS = (
561561
"$(inherited)",
562562
"@executable_path/Frameworks",
563563
);
564-
MARKETING_VERSION = 2.0.0;
564+
MARKETING_VERSION = 2.0.1;
565565
OTHER_LDFLAGS = (
566566
"$(inherited)",
567567
"-ObjC",

example/ios/ComPDFKit_RN.xcodeproj/xcshareddata/xcschemes/ComPDFKit_RN.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</Testables>
4242
</TestAction>
4343
<LaunchAction
44-
buildConfiguration = "Debug"
44+
buildConfiguration = "Release"
4545
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4646
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4747
launchStyle = "0"
@@ -79,7 +79,7 @@
7979
</BuildableProductRunnable>
8080
</ProfileAction>
8181
<AnalyzeAction
82-
buildConfiguration = "Debug">
82+
buildConfiguration = "Release">
8383
</AnalyzeAction>
8484
<ArchiveAction
8585
buildConfiguration = "Release"

example/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ target 'ComPDFKit_RN' do
3131
# Flags change depending on the env values.
3232
flags = get_default_flags()
3333

34-
pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.0.podspec'
35-
pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.0.podspec'
34+
pod 'ComPDFKit_Tools', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.1.podspec'
35+
pod 'ComPDFKit', podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.1.podspec'
3636

3737
use_react_native!(
3838
:path => config[:reactNativePath],

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ComPDFKit_RN",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)