Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
buildConfigurationList = 9ED845A41AE670CD008B2731 /* Build configuration list for PBXNativeTarget "ClassicComponentsExample" */;
buildPhases = (
9ED8457E1AE670CC008B2731 /* Frameworks */,
94F5953B2F45C8DC00436A60 /* Run Script */,
9ED8457D1AE670CC008B2731 /* Sources */,
9ED8457F1AE670CC008B2731 /* Resources */,
9E69F5C41AE7E45500E6131A /* CopyFiles */,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 082D0A4120C801AB009B1A7A /* Build configuration list for PBXNativeTarget "DataCaptureRTUUIExample" */;
buildPhases = (
94F5953C2F45C98800436A60 /* ShellScript */,
082D0A2B20C801AA009B1A7A /* Sources */,
082D0A2C20C801AA009B1A7A /* Frameworks */,
082D0A2D20C801AA009B1A7A /* Resources */,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
isa = PBXNativeTarget;
buildConfigurationList = F1B0CCBC2A96332400389EA7 /* Build configuration list for PBXNativeTarget "DocumentScannerRTUUIExample" */;
buildPhases = (
94F5953D2F45C9AB00436A60 /* ShellScript */,
F1B0CCA42A96332300389EA7 /* Sources */,
F1B0CCA52A96332300389EA7 /* Frameworks */,
F1B0CCA62A96332300389EA7 /* Resources */,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down

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

2 changes: 1 addition & 1 deletion Libraries.txt
Original file line number Diff line number Diff line change
@@ -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:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Expand Down
24 changes: 23 additions & 1 deletion SwiftUI/SwiftUIComponentsExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
2878D91E27185E530045F7EE /* Frameworks */,
2878D91F27185E530045F7EE /* Resources */,
08072F7027216C1100863F12 /* Embed Frameworks */,
94F5953E2F45CA3D00436A60 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down