vadymmarkov / Beethoven

:guitar: A maestro of pitch detection.
https://github.com/vadymmarkov
Other
819 stars 146 forks source link

1. Update to swift 5 #77

Closed wlixcc closed 3 years ago

wlixcc commented 3 years ago

1.Description of the problem: When I use pod to import the library, the swift version was wrong and I had to manually adjust a lot of things to work。

2. Fix Update swift version to swift5, and fix warning in project。 You can now run projects directly after pod install without having to manually fix errors and adjust swift versions

I think author should add a new pod version 5.0.0 😊

xcode version: 12.5.1 swift version: 5

wlixcc commented 3 years ago

@vadymmarkov hi, can you review this pull request and add a new pod version support swift 5. In my own project, I want to direct use this library and do not change any files in pod import

vadymmarkov commented 3 years ago

There is a new version 5.0.0 you can use in your project 😉

wlixcc commented 3 years ago

@vadymmarkov Thanks, I have updated to the new version and everything seems to be working fine