Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Fixed warnings that come up when opening AppStore link #141

Merged
merged 1 commit into from
Jul 27, 2016
Merged

Fixed warnings that come up when opening AppStore link #141

merged 1 commit into from
Jul 27, 2016

Commits on Jul 25, 2016

  1. Fixed warnings that come up when opening AppStore link

    Pressing the 'Update' button that opens up AppStore shows these warnings:
    
    ```
    _BSMachError: (os/kern) invalid capability (20)
    _BSMachError: (os/kern) invalid name (15)
    ```
    
    This simple fix makes sure alert action is handled on main thread which in return doesn't show any warnings. Relevant stackoverflow answer: http://stackoverflow.com/a/33639650/2734193
    ilijapuaca authored Jul 25, 2016
    Configuration menu
    Copy the full SHA
    2f90285 View commit details
    Browse the repository at this point in the history