Skip to content

Pod install behavior script is not working with folder with space in name in MacOS. #2

Description

@Phanquan

so, my project parent folder has a space in the name so the script was not running, modify the script like this will fix the problems:

#!/bin/sh
osascript <<END
tell application "Terminal"
if not (exists window 1) then reopen
activate
do script "cd \"`pwd`\";pod install --repo-update" in window 1
end tell
END

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions