From d4138922e73d8478eb5cc8b0660f6529a60f84fc Mon Sep 17 00:00:00 2001 From: SeifeddineBouzid Date: Wed, 18 Feb 2026 11:23:17 +0100 Subject: [PATCH] Update to RC1 & run script license --- .../project.pbxproj | 22 ++++++++++++++++- .../project.pbxproj | 21 +++++++++++++++- .../project.pbxproj | 24 ++++++++++++++++++- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Libraries.txt | 2 +- .../project.pbxproj | 24 ++++++++++++++++++- 6 files changed, 90 insertions(+), 7 deletions(-) diff --git a/ClassicComponent/ClassicComponentsExample.xcodeproj/project.pbxproj b/ClassicComponent/ClassicComponentsExample.xcodeproj/project.pbxproj index 627eb5d..a1366f4 100644 --- a/ClassicComponent/ClassicComponentsExample.xcodeproj/project.pbxproj +++ b/ClassicComponent/ClassicComponentsExample.xcodeproj/project.pbxproj @@ -360,6 +360,7 @@ buildConfigurationList = 9ED845A41AE670CD008B2731 /* Build configuration list for PBXNativeTarget "ClassicComponentsExample" */; buildPhases = ( 9ED8457E1AE670CC008B2731 /* Frameworks */, + 94F5953B2F45C8DC00436A60 /* Run Script */, 9ED8457D1AE670CC008B2731 /* Sources */, 9ED8457F1AE670CC008B2731 /* Resources */, 9E69F5C41AE7E45500E6131A /* CopyFiles */, @@ -434,6 +435,25 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + 94F5953B2F45C8DC00436A60 /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputFileListPaths = ( + ); + outputPaths = ( + "${SRCROOT}/../Libraries.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncp -af \"${BUILD_DIR%Build/*}/SourcePackages/checkouts/scanbot-sdk-ios-spm/LICENSE\" \"${SRCROOT}/../Libraries.txt\"\n"; + }; F164F7532E0AE030001F6A5A /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -743,7 +763,7 @@ repositoryURL = "https://github.com/doo/scanbot-sdk-ios-spm.git"; requirement = { kind = exactVersion; - version = 8.0.3; + version = "8.1.0-RC1"; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/DataCaptureRTUUI/DataCaptureRTUUIExample.xcodeproj/project.pbxproj b/DataCaptureRTUUI/DataCaptureRTUUIExample.xcodeproj/project.pbxproj index 095bb6a..c98d1e2 100644 --- a/DataCaptureRTUUI/DataCaptureRTUUIExample.xcodeproj/project.pbxproj +++ b/DataCaptureRTUUI/DataCaptureRTUUIExample.xcodeproj/project.pbxproj @@ -259,6 +259,7 @@ isa = PBXNativeTarget; buildConfigurationList = 082D0A4120C801AB009B1A7A /* Build configuration list for PBXNativeTarget "DataCaptureRTUUIExample" */; buildPhases = ( + 94F5953C2F45C98800436A60 /* ShellScript */, 082D0A2B20C801AA009B1A7A /* Sources */, 082D0A2C20C801AA009B1A7A /* Frameworks */, 082D0A2D20C801AA009B1A7A /* Resources */, @@ -332,6 +333,24 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + 94F5953C2F45C98800436A60 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + "${SRCROOT}/../Libraries.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncp -af \"${BUILD_DIR%Build/*}/SourcePackages/checkouts/scanbot-sdk-ios-spm/LICENSE\" \"${SRCROOT}/../Libraries.txt\"\n"; + }; F164F76D2E0AE8F5001F6A5A /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -630,7 +649,7 @@ repositoryURL = "https://github.com/doo/scanbot-sdk-ios-spm.git"; requirement = { kind = exactVersion; - version = 8.0.3; + version = "8.1.0-RC1"; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/DocumentRTUUI/DocumentScannerRTUUIExample.xcodeproj/project.pbxproj b/DocumentRTUUI/DocumentScannerRTUUIExample.xcodeproj/project.pbxproj index 6dc22df..859d71b 100644 --- a/DocumentRTUUI/DocumentScannerRTUUIExample.xcodeproj/project.pbxproj +++ b/DocumentRTUUI/DocumentScannerRTUUIExample.xcodeproj/project.pbxproj @@ -232,6 +232,7 @@ isa = PBXNativeTarget; buildConfigurationList = F1B0CCBC2A96332400389EA7 /* Build configuration list for PBXNativeTarget "DocumentScannerRTUUIExample" */; buildPhases = ( + 94F5953D2F45C9AB00436A60 /* ShellScript */, F1B0CCA42A96332300389EA7 /* Sources */, F1B0CCA52A96332300389EA7 /* Frameworks */, F1B0CCA62A96332300389EA7 /* Resources */, @@ -298,6 +299,27 @@ }; /* End PBXResourcesBuildPhase section */ +/* Begin PBXShellScriptBuildPhase section */ + 94F5953D2F45C9AB00436A60 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + "${SRCROOT}/../Libraries.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncp -af \"${BUILD_DIR%Build/*}/SourcePackages/checkouts/scanbot-sdk-ios-spm/LICENSE\" \"${SRCROOT}/../Libraries.txt\"\n"; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ F1B0CCA42A96332300389EA7 /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -555,7 +577,7 @@ repositoryURL = "https://github.com/doo/scanbot-sdk-ios-spm.git"; requirement = { kind = exactVersion; - version = 8.0.3; + version = "8.1.0-RC1"; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/Example Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved index ce13f6e..02cbd87 100644 --- a/Example Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/doo/scanbot-sdk-ios-spm.git", "state" : { - "revision" : "af90825ca978abea8f5dc09bc4709101d9f32cfc", - "version" : "8.0.3" + "revision" : "ecf894db1b4067fd7039b2b874d0001c199a3ca4", + "version" : "8.1.0-RC1" } } ], diff --git a/Libraries.txt b/Libraries.txt index f80eb6c..c0976f2 100644 --- a/Libraries.txt +++ b/Libraries.txt @@ -1,4 +1,4 @@ -Open Source libraries used in ScanbotSDK for iOS version 8.0.3: +Open Source libraries used in ScanbotSDK for iOS version 8.1.0: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ diff --git a/SwiftUI/SwiftUIComponentsExample.xcodeproj/project.pbxproj b/SwiftUI/SwiftUIComponentsExample.xcodeproj/project.pbxproj index c30970c..3359c68 100644 --- a/SwiftUI/SwiftUIComponentsExample.xcodeproj/project.pbxproj +++ b/SwiftUI/SwiftUIComponentsExample.xcodeproj/project.pbxproj @@ -226,6 +226,7 @@ 2878D91E27185E530045F7EE /* Frameworks */, 2878D91F27185E530045F7EE /* Resources */, 08072F7027216C1100863F12 /* Embed Frameworks */, + 94F5953E2F45CA3D00436A60 /* ShellScript */, ); buildRules = ( ); @@ -286,6 +287,27 @@ }; /* End PBXResourcesBuildPhase section */ +/* Begin PBXShellScriptBuildPhase section */ + 94F5953E2F45CA3D00436A60 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + "${SRCROOT}/../Libraries.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncp -af \"${BUILD_DIR%Build/*}/SourcePackages/checkouts/scanbot-sdk-ios-spm/LICENSE\" \"${SRCROOT}/../Libraries.txt\"\n"; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ 2878D91D27185E530045F7EE /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -540,7 +562,7 @@ repositoryURL = "https://github.com/doo/scanbot-sdk-ios-spm.git"; requirement = { kind = exactVersion; - version = 8.0.3; + version = "8.1.0-RC1"; }; }; /* End XCRemoteSwiftPackageReference section */