From c1c10d8b250a2e7c54ec7d237c71b3e2a28a1bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Fri, 20 Nov 2020 10:24:55 +0100 Subject: [PATCH 1/3] Bumped iOS version to 26.1 --- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- plugin/ios/AnylineReact.podspec | 2 +- plugin/package.json | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index 5ee90cd6..3023c616 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 26.0.0 + 26.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index e9c974be..1cdff7d6 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "26.0.0", + "version": "26.1.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index c9e34be0..86fdb78a 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -19,6 +19,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" } s.source_files = "*.{h,m}" - s.dependency "Anyline", "~> 26" + s.dependency "Anyline", "~> 26.1" s.dependency "React" end diff --git a/plugin/package.json b/plugin/package.json index aca47a96..66acef49 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^26.0.0", - "_id": "anyline-ocr-react-native-module@26.0.0", + "_from": "anyline-ocr-react-native-module@^26.1.0", + "_id": "anyline-ocr-react-native-module@26.1.0", "_inBundle": false, "_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==", "_location": "/anyline-ocr-react-native-module", @@ -8,19 +8,19 @@ "_requested": { "type": "range", "registry": true, - "raw": "anyline-ocr-react-native-module@^26.0.0", + "raw": "anyline-ocr-react-native-module@^26.1.0", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^26.0.0", + "rawSpec": "^26.1.0", "saveSpec": null, - "fetchSpec": "^26.0.0" + "fetchSpec": "^26.1.0" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-26.0.0.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-26.1.0.tgz", "_shasum": "62ab2a6c30e365851e5c6951546576a711d9183e", - "_spec": "anyline-ocr-react-native-module@^26.0.0", + "_spec": "anyline-ocr-react-native-module@^26.1.0", "_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp", "bugs": { "url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues" @@ -47,5 +47,5 @@ "type": "git", "url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git" }, - "version": "26.0.0" + "version": "26.1.0" } From 94286d870363b1d826622e8e25dbe592ecfc39f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Fri, 20 Nov 2020 10:36:39 +0100 Subject: [PATCH 2/3] bumped iOS plugin min iOS version to iOS11 --- plugin/ios/AnylineReact.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 86fdb78a..9bc78b90 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/Anyline/anyline-ocr-react-native-module" s.license = "MIT" - s.platform = :ios, "10" + s.platform = :ios, "11" s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" } From a1fa486053c413813fd1f2cf264020fc2d2c5264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Fri, 20 Nov 2020 10:40:35 +0100 Subject: [PATCH 3/3] updated podfile of example app to minVersion iOS11 --- example/RNExampleApp/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/RNExampleApp/ios/Podfile b/example/RNExampleApp/ios/Podfile index 76dbd8f4..6288dbb4 100644 --- a/example/RNExampleApp/ios/Podfile +++ b/example/RNExampleApp/ios/Podfile @@ -1,5 +1,5 @@ project 'RNExampleApp.xcodeproj' -platform :ios, '10.0' +platform :ios, '11.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target 'RNExampleApp' do