From 31f26f226cbf4b3ebf9ea9b71cbde0cefbd0f2fe Mon Sep 17 00:00:00 2001 From: Renato Neves Ribeiro Date: Thu, 7 Oct 2021 10:04:15 +0200 Subject: [PATCH] Updated Anyline SDK to 34 --- .../ios/RNExampleApp.xcodeproj/project.pbxproj | 2 +- example/RNExampleApp/package.json | 2 +- .../.settings/org.eclipse.buildship.core.prefs | 11 +++++++++++ plugin/ios/AnylineReact.podspec | 2 +- plugin/package.json | 16 ++++++++-------- 5 files changed, 22 insertions(+), 11 deletions(-) diff --git a/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj b/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj index f0c70352..4452763d 100644 --- a/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj +++ b/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj @@ -232,7 +232,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-RNExampleApp/Pods-RNExampleApp-resources.sh", - "${PODS_ROOT}/Anyline/AnylineSDK_iOS_32/Framework/AnylineResources.bundle", + "${PODS_ROOT}/Anyline/AnylineSDK_iOS_34/Framework/AnylineResources.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", ); name = "[CP] Copy Pods Resources"; diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 20f69aa6..b5ee1c33 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "33.0.0", + "version": "34.0.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/plugin/android/.settings/org.eclipse.buildship.core.prefs b/plugin/android/.settings/org.eclipse.buildship.core.prefs index e8895216..971ed899 100755 --- a/plugin/android/.settings/org.eclipse.buildship.core.prefs +++ b/plugin/android/.settings/org.eclipse.buildship.core.prefs @@ -1,2 +1,13 @@ +arguments= +auto.sync=false +build.scans.enabled=false +connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) connection.project.dir= eclipse.preferences.version=1 +gradle.user.home= +java.home=/Library/Java/JavaVirtualMachines/jdk-15.jdk/Contents/Home +jvm.arguments= +offline.mode=false +override.workspace.settings=true +show.console.view=true +show.executions.view=true diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 0c6b3642..bbba5862 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", "~> 33" + s.dependency "Anyline", "~> 34" s.dependency "React" end diff --git a/plugin/package.json b/plugin/package.json index b95b5c81..c275c0d7 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^33.0.0", - "_id": "anyline-ocr-react-native-module@33.0.0", + "_from": "anyline-ocr-react-native-module@^34.0.0", + "_id": "anyline-ocr-react-native-module@34.0.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@^33.0.0", + "raw": "anyline-ocr-react-native-module@^34.0.0", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^33.0.0", + "rawSpec": "^34.0.0", "saveSpec": null, - "fetchSpec": "^33.0.0" + "fetchSpec": "^34.0.0" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-33.0.0.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-34.0.0.tgz", "_shasum": "62ab2a6c30e365851e5c6951546576a711d9183e", - "_spec": "anyline-ocr-react-native-module@^33.0.0", + "_spec": "anyline-ocr-react-native-module@^34.0.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": "33.0.0" + "version": "34.0.0" }