Skip to content

Commit feeba5e

Browse files
Dependabot updates (#396)
* Bump ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <[email protected]> * Bump handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.5.1...v4.7.7) Signed-off-by: dependabot[bot] <[email protected]> * Bump version number Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d70669e commit feeba5e

File tree

7 files changed

+51
-71
lines changed

7 files changed

+51
-71
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.30.12",
3+
"version": "1.30.14",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.30.12",
3+
"version": "1.30.14",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

samples/Catalog/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5425,7 +5425,7 @@ react-native-permissions@^1.1.1:
54255425
integrity sha512-t0Ujm177bagjUOSzhpmkSz+LqFW04HnY9TeZFavDCmV521fQvFz82aD+POXqWsAdsJVOK3umJYBNNqCjC3g0hQ==
54265426

54275427
"react-native-pspdfkit@file:../..":
5428-
version "1.30.12"
5428+
version "1.30.14"
54295429

54305430
react-native-qrcode-scanner@^1.2.1:
54315431
version "1.2.1"

samples/NativeCatalog/ios/NativeCatalog.xcodeproj/project.pbxproj

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
1313
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1414
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15-
16B3FFFDE782D83809DB1648 /* libPods-NativeCatalog.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EF5D8D9C0035DC82798947E4 /* libPods-NativeCatalog.a */; };
15+
1A6227466265E89C2583935B /* libPods-NativeCatalogTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C09FDB4616A8895C64620FB /* libPods-NativeCatalogTests.a */; };
16+
7898DB0318F1824594487D35 /* libPods-NativeCatalog.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8014BAEE207029DD3DC62A9F /* libPods-NativeCatalog.a */; };
1617
844D64C02375A9FE004E70D2 /* CustomPdfView.m in Sources */ = {isa = PBXBuildFile; fileRef = 844D64BF2375A9FE004E70D2 /* CustomPdfView.m */; };
1718
844D64C32375AA44004E70D2 /* CustomPdfViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 844D64C22375AA44004E70D2 /* CustomPdfViewManager.m */; };
1819
844D64E62375B5FC004E70D2 /* PDFs in Resources */ = {isa = PBXBuildFile; fileRef = 844D64E52375B5FC004E70D2 /* PDFs */; };
@@ -23,7 +24,6 @@
2324
84E53906242E2972002F99F2 /* InstantDocumentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84E53900242E2972002F99F2 /* InstantDocumentViewController.swift */; };
2425
84E5391F242E2A5C002F99F2 /* UIViewController+PSCFrontmost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84E5391E242E2A5C002F99F2 /* UIViewController+PSCFrontmost.swift */; };
2526
84F455972434D68A00DFFCCC /* WebExamplesAPIClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F455962434D68A00DFFCCC /* WebExamplesAPIClient.swift */; };
26-
ADB20344946DD08171C0B960 /* libPods-NativeCatalogTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E6B4E8D759A588F85622EED /* libPods-NativeCatalogTests.a */; };
2727
/* End PBXBuildFile section */
2828

2929
/* Begin PBXContainerItemProxy section */
@@ -48,8 +48,10 @@
4848
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NativeCatalog/Images.xcassets; sourceTree = "<group>"; };
4949
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NativeCatalog/Info.plist; sourceTree = "<group>"; };
5050
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = NativeCatalog/main.m; sourceTree = "<group>"; };
51-
2E6B4E8D759A588F85622EED /* libPods-NativeCatalogTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalogTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
52-
3061E0AC6C543ACC225B8E07 /* Pods-NativeCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.debug.xcconfig"; sourceTree = "<group>"; };
51+
2EF9D530DB50B0AEC21C1DDD /* Pods-NativeCatalogTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.debug.xcconfig"; sourceTree = "<group>"; };
52+
7C09FDB4616A8895C64620FB /* libPods-NativeCatalogTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalogTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
53+
7C41BD164E8DB8F2F4E5286F /* Pods-NativeCatalogTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.release.xcconfig"; sourceTree = "<group>"; };
54+
8014BAEE207029DD3DC62A9F /* libPods-NativeCatalog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalog.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5355
844D64BE2375A9FE004E70D2 /* CustomPdfView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomPdfView.h; sourceTree = "<group>"; };
5456
844D64BF2375A9FE004E70D2 /* CustomPdfView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomPdfView.m; sourceTree = "<group>"; };
5557
844D64C12375AA44004E70D2 /* CustomPdfViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomPdfViewManager.h; sourceTree = "<group>"; };
@@ -63,28 +65,26 @@
6365
84E53900242E2972002F99F2 /* InstantDocumentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InstantDocumentViewController.swift; path = InstantExample/InstantDocumentViewController.swift; sourceTree = SOURCE_ROOT; };
6466
84E5391E242E2A5C002F99F2 /* UIViewController+PSCFrontmost.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIViewController+PSCFrontmost.swift"; path = "NativeCatalog/InstantExample/UIViewController+PSCFrontmost.swift"; sourceTree = SOURCE_ROOT; };
6567
84F455962434D68A00DFFCCC /* WebExamplesAPIClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WebExamplesAPIClient.swift; path = InstantExample/WebExamplesAPIClient.swift; sourceTree = SOURCE_ROOT; };
66-
975DA22AD505EBDB677BC388 /* Pods-NativeCatalogTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.debug.xcconfig"; sourceTree = "<group>"; };
67-
BFA3F4A2B2AA6767F63FE048 /* Pods-NativeCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.release.xcconfig"; sourceTree = "<group>"; };
68+
B82DD1C5CB4BD113946B6AE4 /* Pods-NativeCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.debug.xcconfig"; sourceTree = "<group>"; };
6869
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
6970
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
70-
EF5D8D9C0035DC82798947E4 /* libPods-NativeCatalog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalog.a"; sourceTree = BUILT_PRODUCTS_DIR; };
71-
F0169F20D00D69D0F631C59E /* Pods-NativeCatalogTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.release.xcconfig"; sourceTree = "<group>"; };
71+
FF493BF914DA143AD4B79B89 /* Pods-NativeCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.release.xcconfig"; sourceTree = "<group>"; };
7272
/* End PBXFileReference section */
7373

7474
/* Begin PBXFrameworksBuildPhase section */
7575
00E356EB1AD99517003FC87E /* Frameworks */ = {
7676
isa = PBXFrameworksBuildPhase;
7777
buildActionMask = 2147483647;
7878
files = (
79-
ADB20344946DD08171C0B960 /* libPods-NativeCatalogTests.a in Frameworks */,
79+
1A6227466265E89C2583935B /* libPods-NativeCatalogTests.a in Frameworks */,
8080
);
8181
runOnlyForDeploymentPostprocessing = 0;
8282
};
8383
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
8484
isa = PBXFrameworksBuildPhase;
8585
buildActionMask = 2147483647;
8686
files = (
87-
16B3FFFDE782D83809DB1648 /* libPods-NativeCatalog.a in Frameworks */,
87+
7898DB0318F1824594487D35 /* libPods-NativeCatalog.a in Frameworks */,
8888
);
8989
runOnlyForDeploymentPostprocessing = 0;
9090
};
@@ -128,8 +128,8 @@
128128
children = (
129129
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
130130
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
131-
EF5D8D9C0035DC82798947E4 /* libPods-NativeCatalog.a */,
132-
2E6B4E8D759A588F85622EED /* libPods-NativeCatalogTests.a */,
131+
8014BAEE207029DD3DC62A9F /* libPods-NativeCatalog.a */,
132+
7C09FDB4616A8895C64620FB /* libPods-NativeCatalogTests.a */,
133133
);
134134
name = Frameworks;
135135
sourceTree = "<group>";
@@ -197,10 +197,10 @@
197197
E20636F4482E38B1DB5E29B7 /* Pods */ = {
198198
isa = PBXGroup;
199199
children = (
200-
3061E0AC6C543ACC225B8E07 /* Pods-NativeCatalog.debug.xcconfig */,
201-
BFA3F4A2B2AA6767F63FE048 /* Pods-NativeCatalog.release.xcconfig */,
202-
975DA22AD505EBDB677BC388 /* Pods-NativeCatalogTests.debug.xcconfig */,
203-
F0169F20D00D69D0F631C59E /* Pods-NativeCatalogTests.release.xcconfig */,
200+
B82DD1C5CB4BD113946B6AE4 /* Pods-NativeCatalog.debug.xcconfig */,
201+
FF493BF914DA143AD4B79B89 /* Pods-NativeCatalog.release.xcconfig */,
202+
2EF9D530DB50B0AEC21C1DDD /* Pods-NativeCatalogTests.debug.xcconfig */,
203+
7C41BD164E8DB8F2F4E5286F /* Pods-NativeCatalogTests.release.xcconfig */,
204204
);
205205
path = Pods;
206206
sourceTree = "<group>";
@@ -212,7 +212,7 @@
212212
isa = PBXNativeTarget;
213213
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NativeCatalogTests" */;
214214
buildPhases = (
215-
E538A32CF9B51B8BA4389949 /* [CP] Check Pods Manifest.lock */,
215+
E07F9EE4285FE5EDE33E67CD /* [CP] Check Pods Manifest.lock */,
216216
00E356EA1AD99517003FC87E /* Sources */,
217217
00E356EB1AD99517003FC87E /* Frameworks */,
218218
00E356EC1AD99517003FC87E /* Resources */,
@@ -231,13 +231,13 @@
231231
isa = PBXNativeTarget;
232232
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NativeCatalog" */;
233233
buildPhases = (
234-
90458A652A2B547552F7A00D /* [CP] Check Pods Manifest.lock */,
234+
AF322CFD66717BFF3FD59824 /* [CP] Check Pods Manifest.lock */,
235235
FD10A7F022414F080027D42C /* Start Packager */,
236236
13B07F871A680F5B00A75B9A /* Sources */,
237237
13B07F8C1A680F5B00A75B9A /* Frameworks */,
238238
13B07F8E1A680F5B00A75B9A /* Resources */,
239239
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
240-
8178A35C635F06315B510D0E /* [CP] Embed Pods Frameworks */,
240+
AA93E8DE1522C17E2D1CC0E3 /* [CP] Embed Pods Frameworks */,
241241
);
242242
buildRules = (
243243
);
@@ -320,7 +320,7 @@
320320
shellPath = /bin/sh;
321321
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
322322
};
323-
8178A35C635F06315B510D0E /* [CP] Embed Pods Frameworks */ = {
323+
AA93E8DE1522C17E2D1CC0E3 /* [CP] Embed Pods Frameworks */ = {
324324
isa = PBXShellScriptBuildPhase;
325325
buildActionMask = 2147483647;
326326
files = (
@@ -342,7 +342,7 @@
342342
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog-frameworks.sh\"\n";
343343
showEnvVarsInLog = 0;
344344
};
345-
90458A652A2B547552F7A00D /* [CP] Check Pods Manifest.lock */ = {
345+
AF322CFD66717BFF3FD59824 /* [CP] Check Pods Manifest.lock */ = {
346346
isa = PBXShellScriptBuildPhase;
347347
buildActionMask = 2147483647;
348348
files = (
@@ -364,7 +364,7 @@
364364
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
365365
showEnvVarsInLog = 0;
366366
};
367-
E538A32CF9B51B8BA4389949 /* [CP] Check Pods Manifest.lock */ = {
367+
E07F9EE4285FE5EDE33E67CD /* [CP] Check Pods Manifest.lock */ = {
368368
isa = PBXShellScriptBuildPhase;
369369
buildActionMask = 2147483647;
370370
files = (
@@ -459,7 +459,7 @@
459459
/* Begin XCBuildConfiguration section */
460460
00E356F61AD99517003FC87E /* Debug */ = {
461461
isa = XCBuildConfiguration;
462-
baseConfigurationReference = 975DA22AD505EBDB677BC388 /* Pods-NativeCatalogTests.debug.xcconfig */;
462+
baseConfigurationReference = 2EF9D530DB50B0AEC21C1DDD /* Pods-NativeCatalogTests.debug.xcconfig */;
463463
buildSettings = {
464464
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
465465
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -483,7 +483,7 @@
483483
};
484484
00E356F71AD99517003FC87E /* Release */ = {
485485
isa = XCBuildConfiguration;
486-
baseConfigurationReference = F0169F20D00D69D0F631C59E /* Pods-NativeCatalogTests.release.xcconfig */;
486+
baseConfigurationReference = 7C41BD164E8DB8F2F4E5286F /* Pods-NativeCatalogTests.release.xcconfig */;
487487
buildSettings = {
488488
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
489489
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -504,7 +504,7 @@
504504
};
505505
13B07F941A680F5B00A75B9A /* Debug */ = {
506506
isa = XCBuildConfiguration;
507-
baseConfigurationReference = 3061E0AC6C543ACC225B8E07 /* Pods-NativeCatalog.debug.xcconfig */;
507+
baseConfigurationReference = B82DD1C5CB4BD113946B6AE4 /* Pods-NativeCatalog.debug.xcconfig */;
508508
buildSettings = {
509509
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
510510
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -531,7 +531,7 @@
531531
};
532532
13B07F951A680F5B00A75B9A /* Release */ = {
533533
isa = XCBuildConfiguration;
534-
baseConfigurationReference = BFA3F4A2B2AA6767F63FE048 /* Pods-NativeCatalog.release.xcconfig */;
534+
baseConfigurationReference = FF493BF914DA143AD4B79B89 /* Pods-NativeCatalog.release.xcconfig */;
535535
buildSettings = {
536536
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
537537
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;

samples/NativeCatalog/package.json

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

0 commit comments

Comments
 (0)