Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Update names of iPad devices... #19

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

Update names of iPad devices... #19

wants to merge 4 commits into from

Conversation

fatuhoku
Copy link

@fatuhoku fatuhoku commented Aug 7, 2014

I'm using Xcode 6 beta5. Names of the devices have changed around a bit. I think it's best to provide a universal default but the name should be completely overridable.

'ipad2' => 'iPad',
'ipad4' => 'iPad Retina',
'ipad_air' => 'iPad Retina (64-bit)'
'ipad2' => 'iPad 2',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@@ -2,6 +2,17 @@
require 'xclisten/shell_task'
require 'listen'

IOS_DEVICES = {
# TODO Update iPhone names.
'iphone5s' => 'iPhone Retina (4-inch 64-bit)',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@fatuhoku
Copy link
Author

fatuhoku commented Aug 7, 2014

Please fix the CI system.

@fatuhoku
Copy link
Author

fatuhoku commented Aug 7, 2014

The latest diffs also deals with #20.

@supermarin
Copy link
Owner

@fatuhoku thanks! do you mind updating iPhones as well before merging this?

@delebedev delebedev mentioned this pull request Mar 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants