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 <max.mika@...>
Date: 2018-01-16T11:36:24Z
* migrated to swift 4
commit 54b1e06cea691a9b96f2182b0e2118035d710e2b
Author: Max Mika <max.mika@...>
Date: 2018-01-16T11:46:01Z
* Updated build settings
* Modified visibility of DEFAULT_FILE_NAME to public to allow default
arguments in UsergridAsset.swift
----
---