Skip to content

Commit 104d288

Browse files
authored
Merge pull request #361 from PSPDFKit/rad/fix-warning
Fix warning in the Xcode project by migrating the development region
2 parents 628f5dc + a58a069 commit 104d288

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

ios/RCTPSPDFKit.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,9 @@
156156
};
157157
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RCTPSPDFKit" */;
158158
compatibilityVersion = "Xcode 3.2";
159-
developmentRegion = English;
159+
developmentRegion = en;
160160
hasScannedForEncodings = 0;
161161
knownRegions = (
162-
English,
163162
en,
164163
Base,
165164
);

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.28.4",
3+
"version": "1.28.5",
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.28.4",
3+
"version": "1.28.5",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

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.28.4",
3+
"version": "1.28.5",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)