chore: auto format code

This commit is contained in:
github-actions[bot]
2026-03-23 11:59:23 +00:00
parent b8259ecfc7
commit 71807bdeb5
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
FIXTURE_SCRIPT="$SCRIPT_DIR/apps-manual-fixtures.sh"
print_guide() {
cat <<'EOF'
cat << 'EOF'
Apps Evidence Acceptance Guide
1. Run Atlas and open the Apps screen.

View File

@@ -30,7 +30,7 @@ write_info_plist() {
local plist_path="$1"
local bundle_id="$2"
local app_name="$3"
cat > "$plist_path" <<EOF
cat > "$plist_path" << EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
@@ -85,7 +85,7 @@ create_leftovers() {
;;
launch)
mkdir -p "$LAUNCH_AGENTS_ROOT"
cat > "$LAUNCH_AGENTS_ROOT/$bundle_id.plist" <<EOF
cat > "$LAUNCH_AGENTS_ROOT/$bundle_id.plist" << EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">