This repository was archived by the owner on Feb 15, 2022. It is now read-only.
1.0
This release adds support for Swift 3, including API changes reflecting the new naming guidelines, and additional entry points for customization and configuration.
- Moves
ScreenshotDetectorto a subspec that is not included by default, so that clients need not setNSPhotoLibraryUsageDescriptionby default. - Changes access control to publicize additional properties and objects that were previously
privateorinternalfor better customization. - Adds an
EditorDelegateAPI to allow clients to be informed of more events within the editor. - Adds
FeedbackConfigurationto allow greater configuration of the feedback to be sent. - Uses iOS 10 as the base SDK, which negates the usage of
SystemLoggeron iOS 10+ since there is currently no generic way to read all system logs, as there was pre-iOS 10. - Removes
defaultPinpointKit. Clients are now responsible for holding onto their ownPinpointKitreference. Please refer to the README and Example project for code samples displaying this behavior.