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

Fix build error caused by ZipKit, outdated XIB files, and removed 'system' function #32

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

Commits on Sep 29, 2014

  1. Support for 3x assets when running on the 6 Plus

    Added support for extracting 3x assets, similar to how 2x assets are handled.
    This also requires adding new launch screens so that iPhone 6 and 6 Plus run
    in their native resolutions instead of the scaled iPhone 5 resolution. Without
    that, iPhone 6 Plus reports itself as having 2x screen scale instead of 3x.
    
    Tested by running the code on the iPhone 6 Plus simulator. Extracted assets
    were named with the "@3x.png" suffix.
    ide committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    aa40295 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    cb50652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0848bec View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    4992d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e39d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    780bc76 View commit details
    Browse the repository at this point in the history