sebyddd/SDVersion

2018 devices

Opened this issue ยท 14 comments

When will this support the new 2018 devices? Thanks.

+1

+1

+1

There's two pull requests implementing these changes (I'm partial to my own #90, but either will mostly do).

Feel free to set your pod file to use my fork:
pod 'SDVersion', git: 'https://github.com/cguess/SDVersion'
while waiting for one of them to be accepted.

@cguess

Cool, thanks. What about the new Watch devices?

jyhud commented

+1

@cguess

Cool, thanks. What about the new Watch devices?

Honestly @skuske, I forgot. I haven't done a ton of WatchOS development but I'll try and get a fix in ASAP.

@skuske it's now updated with the new 40mm and 44mm watch sizes. I'm guessing (intelligently) on the watch models, since neither I nor anyone else has them yet, but it should be solid.

@skuske it's now updated with the new 40mm and 44mm watch sizes. I'm guessing (intelligently) on the watch models, since neither I nor anyone else has them yet, but it should be solid.

There's two pull requests implementing these changes (I'm partial to my own #90, but either will mostly do).

Feel free to set your pod file to use my fork:
pod 'SDVersion', git: 'https://github.com/cguess/SDVersion'
while waiting for one of them to be accepted.

screenHeight = [[UIScreen mainScreen] nativeBounds].size.height this wrong In the case of using the plus series

@cguess How can I use your repo of a podspec ๏ผŸ
s.dependency 'SDVersion', git: 'https://github.com/cguess/SDVersion'

@poholo sorry about the delay with the holidays. I'll look into it ASAP