- Updated the default media extension (as listed in .env.example) to use version 2 of the Audio Mixer. See the Audio Mixer's changelog for more information.
- Use Swift Package Manager instead of CocoaPods to manage dependencies for the iOS app. Xcode will install dependencies automatically instead of having to run
pod install
. - Add
npm run remove
command so that customers have an easy way to reset the deploy and start over if they run into issues. See the readme for more info.