[Xcode] Fix configuration "CrashReporter Archive" (#188)

This commit is contained in:
Dima
2021-06-21 13:26:14 +03:00
committed by GitHub
parent d747ab5de2
commit 4f28559dc0

View File

@@ -14,7 +14,7 @@ mkdir -p "$TEMP_PATH_TO_ARCH"
# Copy required files
cp "$PROJECT_DIR/LICENSE" "$TEMP_PATH_TO_ARCH/LICENSE.txt"
cp -R "../Documentation" "$TEMP_PATH_TO_ARCH"
cp -R "$PROJECT_DIR/Documentation" "$TEMP_PATH_TO_ARCH"
(cd "$TEMP_PATH_TO_ARCH" && ln -sf "Documentation/index.html" "API Documentation.html")
cp -R "${@:2}" "$TEMP_PATH_TO_ARCH"