Bart Whiteley

Results 6 issues of Bart Whiteley

This eliminates 8 warnings and doesn't cause any problems that I've seen.

Update to latest project settings in Xcode 10.

The file Large.json causes projects which use Marshal to slow down Xcode while searching for strings. This patch removes Large.json from the project and adds a build phase to copy...

The framework target needs to include the .m files. Also, `AHEasing` needs to be added to Linked Frameworks and Libraries. These changes are needed for the framework to be used...

The AHEasing module referenced in the Cartfile does not work with Swift. The AHEasing umbrella header `AHEasing.h` does not include the other public headers in the AHEasing project.

There is a new `operation` method in the Drag&Drop code in the new SDK. It was confusing the compiler ("ARC Semantic issue").