From ddaf641172032acc2a1e41be504500ab38635424 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Wed, 25 Mar 2020 08:40:03 -0400 Subject: [PATCH 1/2] Fix warning in the Xcode project by migrating the development region --- ios/RCTPSPDFKit.xcodeproj/project.pbxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ios/RCTPSPDFKit.xcodeproj/project.pbxproj b/ios/RCTPSPDFKit.xcodeproj/project.pbxproj index d3970cde..0e9c4b87 100644 --- a/ios/RCTPSPDFKit.xcodeproj/project.pbxproj +++ b/ios/RCTPSPDFKit.xcodeproj/project.pbxproj @@ -156,10 +156,9 @@ }; buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RCTPSPDFKit" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( - English, en, Base, ); From a58a069f0457234b80f98acb46366daaf542a192 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Wed, 25 Mar 2020 09:51:17 -0400 Subject: [PATCH 2/2] Bump version to 1.28.5 --- package-lock.json | 2 +- package.json | 2 +- samples/Catalog/package.json | 2 +- samples/NativeCatalog/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b556ca61..fd05d22f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.28.4", + "version": "1.28.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89981650..06c3bc90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.28.4", + "version": "1.28.5", "description": "A React Native module for the PSPDFKit library.", "keywords": [ "react native", diff --git a/samples/Catalog/package.json b/samples/Catalog/package.json index 0a998f4c..46f86794 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "Catalog", - "version": "1.28.4", + "version": "1.28.5", "private": true, "scripts": { "start": "react-native start", diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index a86cd25d..455006e0 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "NativeCatalog", - "version": "1.28.4", + "version": "1.28.5", "private": true, "scripts": { "android": "react-native run-android",