Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Nonchalant/AppIcon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: Nonchalant/AppIcon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.6
Choose a head ref
  • 10 commits
  • 31 files changed
  • 3 contributors

Commits on Oct 5, 2020

  1. Check input image for existence before processing

    I've noticed another problem during development. Processing proceeds
    even a user give reference to a nonexistent file. As a result, a bundle with Constent.json
    will be created with dangled references. I fix it out.
    
    Also, I clarify the completion parameter for the image argument and fix some typos.
    alphatroya committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    77852aa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Merge pull request #74 from alphatroya/image-check

    Check input image for existence before processing
    Nonchalant authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    b6706de View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    0c5437c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from yutailang0119/feature/case-insensitive-ex…

    …tension
    
    Validation of png extension to be case insensitive
    Nonchalant authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    351956a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. [Update] dev tools

    Nonchalant committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9247ece View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from Nonchalant/update-dev-tools

    [Update] dev tools
    Nonchalant authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    726a496 View commit details
    Browse the repository at this point in the history
  3. Support Xcode14

    Nonchalant committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    45643dc View commit details
    Browse the repository at this point in the history
  4. update (1.0.6)

    Nonchalant committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b89de6f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #80 from Nonchalant/support-xcode14

    Support Xcode14
    Nonchalant authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0312bdd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #81 from Nonchalant/update-1.0.6

    Update (1.0.6)
    Nonchalant authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3c7757b View commit details
    Browse the repository at this point in the history
Loading