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

Nexus 5x should be have capital X #12

Open
RobertSasak opened this issue Jun 19, 2020 · 7 comments
Open

Nexus 5x should be have capital X #12

RobertSasak opened this issue Jun 19, 2020 · 7 comments

Comments

@RobertSasak
Copy link

I experience the same error as described here
#10 (comment)

I believe there is a typo in letter X.

@RobertSasak
Copy link
Author

RobertSasak commented Jun 19, 2020

I created a quick PR #11

@janpio
Copy link
Member

janpio commented Jun 19, 2020

So the file is X but the offset definition is x right now?

@RobertSasak
Copy link
Author

@janpio
Copy link
Member

janpio commented Jun 19, 2020

That is what I do not know :) Seems this is all kinds of interconnected.

@davidmarquis
Copy link

davidmarquis commented Sep 14, 2020

It looks like renaming both the PNG file to Nexus 5X.png and the name in offsets.json to Nexus 5X fixes the issue with this particular device.

Given the frames files in repo frameit-frames might be used elsewhere, it might be easier to just rename with a lower case X in this file https://github.com/fastlane/fastlane/blob/master/frameit/lib/frameit/device_types.rb

@gelodgreat
Copy link

why is the PR still not merged, It would be better to be fixed ASAP

@barnaclebarnes
Copy link

I just ran into this problem now as well. I just changed the following and it works:

    "Nexus 5x": {
      "offset": "+53+231",
      "width": 1080
    },

to

    "Nexus 5X": {
      "offset": "+53+231",
      "width": 1080
    },

Not sure why we can't get this merged?

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 a pull request may close this issue.

5 participants