Skip to content

Commit

Permalink
Update demos for version 4.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
The Grizzly Labs committed Dec 12, 2023
1 parent c881f2b commit cf94246
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 31 deletions.
4 changes: 2 additions & 2 deletions android/demo-custom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
}

dependencies {
implementation 'com.geniusscansdk:gssdk-core:4.20.0'
implementation 'com.geniusscansdk:gssdk-ocr:4.20.0'
implementation 'com.geniusscansdk:gssdk-core:4.20.1'
implementation 'com.geniusscansdk:gssdk-ocr:4.20.1'

implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down
6 changes: 3 additions & 3 deletions android/demo-simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ android {
}

dependencies {
implementation 'com.geniusscansdk:gssdk-core:4.20.0'
implementation 'com.geniusscansdk:gssdk-ocr:4.20.0'
implementation 'com.geniusscansdk:gssdk-scanflow:4.20.0'
implementation 'com.geniusscansdk:gssdk-core:4.20.1'
implementation 'com.geniusscansdk:gssdk-ocr:4.20.1'
implementation 'com.geniusscansdk:gssdk-scanflow:4.20.1'

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
Expand Down
2 changes: 1 addition & 1 deletion cordova-plugin-genius-scan-demo/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<engine name="android" spec="~12.0.0" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-preview-any-file" spec="^0.2.9" />
<plugin name="@thegrizzlylabs/cordova-plugin-genius-scan" spec="@thegrizzlylabs/[email protected].0">
<plugin name="@thegrizzlylabs/cordova-plugin-genius-scan" spec="@thegrizzlylabs/[email protected].1">
<variable name="CAMERA_USAGE_DESCRIPTION" value="Access camera for demo" />
</plugin>
</widget>
4 changes: 2 additions & 2 deletions dotnet-maui/SimpleDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
<PackageReference Include="GeniusScanSDK.ScanFlow.Android" Version="4.20.0" />
<PackageReference Include="GeniusScanSDK.ScanFlow.Android" Version="4.20.1" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
<PackageReference Include="GeniusScanSDK.ScanFlow.iOS" Version="4.20.0" />
<PackageReference Include="GeniusScanSDK.ScanFlow.iOS" Version="4.20.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion flutter-plugin-genius-scan-demo/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
name: flutter_genius_scan
url: "https://pub.dartlang.org"
source: hosted
version: "4.20.0"
version: "4.20.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion flutter-plugin-genius-scan-demo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
open_filex: ^4.3.4

flutter_genius_scan:
version: 4.20.0
version: 4.20.1
path_provider: ^2.1.1

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Derived/InfoPlists/GSSDKCustomDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -337,7 +337,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Derived/InfoPlists/GSSDKCustomDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
6 changes: 3 additions & 3 deletions ios/GSSDKCustomDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
platform :ios, '11.0'
platform :ios, '13.0'

target 'GSSDKCustomDemo' do

pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.0.podspec'
pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.0.podspec'
pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.1.podspec'
pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.1.podspec'

end
2 changes: 1 addition & 1 deletion ios/GSSDKCustomDemo/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let project = Project(
product: .app,
productName: "GSSDKCustomDemo",
bundleId: "com.thegrizzlylabs.$(PRODUCT_NAME:rfc1034identifier)",
deploymentTarget: .iOS(targetVersion: "11.0", devices: [.ipad, .iphone]),
deploymentTarget: .iOS(targetVersion: "13.0", devices: [.ipad, .iphone]),
infoPlist: .extendingDefault(with:
[
"NSCameraUsageDescription": "The Genius Scan SDK Simple Demo uses the camera for scanning documents.",
Expand Down
4 changes: 2 additions & 2 deletions ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Derived/InfoPlists/GSSDKSimpleDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -421,7 +421,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Derived/InfoPlists/GSSDKSimpleDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
8 changes: 4 additions & 4 deletions ios/GSSDKSimpleDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
platform :ios, '11.0'
platform :ios, '15.0'

target 'GSSDKSimpleDemo' do

pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.0.podspec'
pod 'GSSDK/ScanFlow', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.0.podspec'
pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.0.podspec'
pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.1.podspec'
pod 'GSSDK/ScanFlow', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.1.podspec'
pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.20.1.podspec'

end
2 changes: 1 addition & 1 deletion ios/GSSDKSimpleDemo/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let project = Project(
product: .app,
productName: "GSSDKSimpleDemo",
bundleId: "com.thegrizzlylabs.$(PRODUCT_NAME:rfc1034identifier)",
deploymentTarget: .iOS(targetVersion: "11.0", devices: [.ipad, .iphone]),
deploymentTarget: .iOS(targetVersion: "15.0", devices: [.ipad, .iphone]),
infoPlist: .extendingDefault(with:
[
"UIMainStoryboardFile": "Main",
Expand Down
3 changes: 1 addition & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ These are demo apps for the Genius Scan iOS SDK. Check out the [SDK documentatio

## Requirements

The Custom demo app supports iOS 13 and above.
The Simple demo app supports iOS 15 and above.
The demo apps support iOS 11 and above.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion react-native-genius-scan-demo/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ SPEC CHECKSUMS:
ReactCommon: 7f3dd5e98a9ec627c6b03d26c062bf37ea9fc888
RNFileViewer: 83cc066ad795b1f986791d03b56fe0ee14b6a69f
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGeniusScan: 07751aeafd9095dfbe60d8242ae9cdfed180577d
RNGeniusScan: 46aebc3652a74fce3bac3ec05501068471a185b4
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9

PODFILE CHECKSUM: e31d08fdde2ab92fe686fdb448534578e0dffb10
Expand Down
8 changes: 4 additions & 4 deletions react-native-genius-scan-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-native-genius-scan-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@thegrizzlylabs/react-native-genius-scan": "^4.20.0",
"@thegrizzlylabs/react-native-genius-scan": "^4.20.1",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native-file-viewer": "^2.1.4",
Expand Down

0 comments on commit cf94246

Please sign in to comment.