Skip to content
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

修改xcode7下的bug #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

lizhaobomb
Copy link

小弟不懂ruby,自己瞎捉摸的改的能跑了,望大神赐教,也是第一次提PR,还不怎么会用

昭召 added 3 commits June 21, 2016 23:42
2、还有就是simulator的格式有变化之前是
iPhone 6 (8.3 Simulator) [E23DE92A-B6B1-4AEF-9632-4DA8DD7CE630]
现在是
iPhone 6 (9.3) [63BDF4FF-DA96-4B1F-9A56-2D67A9E77C24] (Simulator)
所以把find_device 方法里的device_line.strip.split("[")[1].delete “]”改成
device_line.strip.split("[")[1].split("]")[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant