Skip to content

Commit 15131b6

Browse files
committed
Add build phase script "strip-SBSDK-Framework.sh"
1 parent 04d783f commit 15131b6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ios/ScanbotBarcodeExampleReact.xcodeproj/project.pbxproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
13B07F8E1A680F5B00A75B9A /* Resources */,
231231
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
232232
3ABBD980861FF2EE969F4358 /* [CP] Embed Pods Frameworks */,
233+
6417E3AC24228323004C68B7 /* ShellScript */,
233234
);
234235
buildRules = (
235236
);
@@ -433,6 +434,24 @@
433434
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ScanbotBarcodeExampleReact/Pods-ScanbotBarcodeExampleReact-frameworks.sh\"\n";
434435
showEnvVarsInLog = 0;
435436
};
437+
6417E3AC24228323004C68B7 /* ShellScript */ = {
438+
isa = PBXShellScriptBuildPhase;
439+
buildActionMask = 2147483647;
440+
files = (
441+
);
442+
inputFileListPaths = (
443+
);
444+
inputPaths = (
445+
"${PODS_ROOT}/ScanbotBarcodeScannerSDK/ScanbotBarcodeScannerSDK.framework.dSYM",
446+
);
447+
outputFileListPaths = (
448+
);
449+
outputPaths = (
450+
);
451+
runOnlyForDeploymentPostprocessing = 0;
452+
shellPath = /bin/sh;
453+
shellScript = "bash \"${PODS_ROOT}/ScanbotBarcodeScannerSDK/ScanbotBarcodeScannerSDK.framework/strip-SBSDK-Framework.sh\"\n";
454+
};
436455
78DE1578D33C623ECD5E75E0 /* [CP] Check Pods Manifest.lock */ = {
437456
isa = PBXShellScriptBuildPhase;
438457
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)