-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update librime to 1.11.0 #860
Conversation
本地编译没带插件怎么办呢。 |
要想兼容构建不同插件的情况,得借鉴自带yaml文件的做法,用脚本往Xcode配置里添加文件。 |
|
尴尬,不懂 Xcode……用脚本添加的话我再看看怎么搞。 |
看了下,SharedSupport 的文件也是硬编码的…… https://github.com/rime/squirrel/blob/master/Squirrel.xcodeproj/project.pbxproj#L145 |
哦。看来数据文件改成硬编码了。以前是用一个shell脚本给plum下载的每个文件生成一项Xcode配置,UUID自己算,递增。可能有人觉得这样不太可靠。 |
要不然给本地构建也加上那几个插件? |
行。就这样吧。以后给Makefile改改。 |
Previously,
action-install.sh
was not updated accordingly, and the build artifact is completely unusable: it will always crash.Also add a xcode build phase to copy official plugins. The build artifact should be fully functional now.