Skip to content

Commit 81d5826

Browse files
Workaround for LicensePlist not working on Travis
1 parent 8fd3c03 commit 81d5826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@
29132913
);
29142914
runOnlyForDeploymentPostprocessing = 0;
29152915
shellPath = /bin/sh;
2916-
shellScript = "if [ $CONFIGURATION = \"Debug\" ]; then\n${PODS_ROOT}/LicensePlist/license-plist --output-path $PRODUCT_NAME/Settings.bundle --add-version-numbers --suppress-opening-directory\nfi\n";
2916+
shellScript = "if [ $CONFIGURATION = \"Debug\" ]; then\n${PODS_ROOT}/LicensePlist/license-plist --output-path $PRODUCT_NAME/Settings.bundle --add-version-numbers --suppress-opening-directory || true\nfi\n";
29172917
};
29182918
D97B6BA21E4A869C005C7B11 /* Update OTRStrings from strings.json */ = {
29192919
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)