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: mklement0/fileicon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.10
Choose a base ref
...
head repository: mklement0/fileicon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 15, 2017

  1. Updated to work with macOS 10.13

    `sips -i` replaced with an embedded Python script that calls a Cocoa API.
    mklement0 committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    8992dcf View commit details
    Browse the repository at this point in the history
  2. v0.2.0

      * [compatibility] macOS 10.13 (High Sierra) is now supported.
      * [enhancement] Switched from using `sips -i` for icon creation to a Python-based
                      Cocoa call to `NSWorkSpace.setIcon(_:forFile:options:)`, courtesy of https://apple.stackexchange.com/a/161984/28668
                      As a result, icons in multiple resolutions are now generated, with a top resolution of 512 x 512 pixels (previously: 128 x 128)
      * [usability] subcommands are now case-insensitive, and 'remove' is supported as an alias of 'rm'.
    mklement0 committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    4417943 View commit details
    Browse the repository at this point in the history
Loading