Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
# Conflicts:
#	android/demo-custom/build.gradle
#	android/demo-simple/build.gradle
#	cordova-plugin-genius-scan-demo/config.xml
#	dotnet-maui/SimpleDemo.csproj
#	flutter-plugin-genius-scan-demo/pubspec.lock
#	flutter-plugin-genius-scan-demo/pubspec.yaml
#	ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj
#	ios/GSSDKCustomDemo/GSSDKCustomDemo/Sources/PDFViewController.swift
#	ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj
#	react-native-genius-scan-demo/package.json
  • Loading branch information
guillaume-tgl committed Apr 3, 2024
2 parents a8f7cd9 + c47fdf2 commit 54acb2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
- name: Build demo
run: |
cd dotnet-maui
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,22 @@ on:

jobs:
build-custom-demo:
runs-on: macos-12
runs-on: macos-13
defaults:
run:
working-directory: ios/GSSDKCustomDemo
steps:
- uses: actions/checkout@v2
- run: pod install
- run: xcodebuild build -scheme GSSDKCustomDemo -workspace GSSDKCustomDemo.xcworkspace -configuration Debug -sdk iphoneos \
ONLY_ACTIVE_ARCH=YES \
CODE_SIGNING_ALLOWED="NO"
build-simple-demo:
runs-on: macos-12
runs-on: macos-13
defaults:
run:
working-directory: ios/GSSDKSimpleDemo
steps:
- uses: actions/checkout@v2
- run: pod install
- run: xcodebuild build -scheme GSSDKSimpleDemo -workspace GSSDKSimpleDemo.xcworkspace -configuration Debug -sdk iphoneos \
ONLY_ACTIVE_ARCH=YES \
CODE_SIGNING_ALLOWED="NO"

0 comments on commit 54acb2b

Please sign in to comment.