You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by maxmika <gi...@git.apache.org> on 2018/01/16 11:47:47 UTC

[GitHub] usergrid-swift pull request #6: Swift 4

GitHub user maxmika opened a pull request:

    https://github.com/apache/usergrid-swift/pull/6

    Swift 4

    ## Migration to Swift 4
    
    - Updated project (build) settings
    
    - Fixed two warnings
    
    - Modified visibility of DEFAULT_FILE_NAME to public to allow default arguments in UsergridAsset.swift


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maxmika/usergrid-swift master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid-swift/pull/6.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6
    
----
commit bec46cc9c4092b0dbe597bc764ea63cd34f4d87a
Author: Max Mika <ma...@...>
Date:   2018-01-16T11:36:24Z

    * migrated to swift 4

commit 54b1e06cea691a9b96f2182b0e2118035d710e2b
Author: Max Mika <ma...@...>
Date:   2018-01-16T11:46:01Z

    * Updated build settings
    * Modified visibility of DEFAULT_FILE_NAME to public to allow default arguments in UsergridAsset.swift

----


---