以下是我想要的步骤:
以下是我第一次尝试编写AppleScript:
tell application "Xcode"
tell project "iphone_manual_client"
debug
end tell
close project "iphone_manual_client"
end tell
Run Code Online (Sandbox Code Playgroud)
这仅在xcode打开此项目时有效.我希望只在必要时才打开项目.
任何AppleScript专家都可以指出我正确的方向吗?谢谢.
-chuan-