gpt4 book ai didi

iphone - 从 TextMate 构建 iPhone 模拟器

转载 作者:行者123 更新时间:2023-12-03 20:02:31 25 4
gpt4 key购买 nike

我有 TextMate 的 Xcode bundle ,并且使用 XCode 构建和运行工作正常,但有没有办法将 Active Target、Active SDK 或配置传递到构建中以启动模拟器?

我尝试在首选项 Pane 中设置 shell 变量,但没有成功。

谢谢。

最佳答案

发现于http://hexperimental.com/content/coding-iphone-apps-textmate

我自己还没有测试过这个,但是这个人建议在 xcode 中将 TextMate 设置为您选择的编辑器,然后更改运行快捷方式以使用 applescript 发送键盘快捷方式

打开Bundle编辑器(Bundles > Bundle Editor > Show Bundle editor),xcode包一路往下,选择Run命令,将Command改为这样:

osascript -e 'tell application "Xcode"
activate
end tell

tell application "System Events"
key code 15 using {command down, shift down}
key code 15 using {command down}
end tell'

#I'm leaving the old command commented below just in case.
#PROJECT=$(ruby -- "${TM_BUNDLE_SUPPORT}/bin/find_xcode_project.rb")
#if [[ -f "${PROJECT}/project.pbxproj" ]]; then
# "${TM_BUNDLE_SUPPORT}/bin/run_xcode_target.rb" -project_dir="$PROJECT"
#else
# echo "Didn't find an Xcode project file."
# echo "You may want to set TM_XCODE_PROJECT."
#fi

关于iphone - 从 TextMate 构建 iPhone 模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1465876/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com