Releases: nstack-io/nstack-ios-sdk
5.2.2 - Localization Manager URL update
- The LocalizationManager dependency repository has been moved to a new url - https://github.com/nstack-io/localization-manager.git
5.2.1 - Dev mode fixed
Dev query parameter in the localize/resources request to the NStack API dynamic setting based on the DEBUG Xcode flag.
SPM as canon
The SPM support has been made canonical, including the latest version of the rate reminder feature.
Localizations update fix
Localizations are now always updated when a new app version is installed
Fix for placeholders sometimes being shown after upgrading an app Latest
This was caused by the cached localisations being deleted but the lastUpdated timestamp not being reset, resulting in the localizations never being fetched from server because timestamp seemed current
5.1.5: Merge pull request #90 from TiagoBrasN/lower-deployment-target
Lowers iOS target to 9.0
5.1.4
CocoaPods support
Migration from Carthage:
- Remove
NStackSDKandLocalizationManagerfrom:
a. cartfile and cartfile.resolved;
b. linked frameworks and libraries for all the targets in XCode;
c. Carthage build phase. - Rename
LocalizationManagertoNLocalizationManageranywhere in the code (also inLocalizations.swifttemporarily so the project builds at least once to fetch new localizations) - Update the localization generator at least to version 5.0.1
- Add NStack SDK to your podfile and install.
5.1.2
5.1.1 - tvOS support
Now (again) with tvOS support. For info on migrating from previous versions, check the steps detailed here https://github.com/nstack-io/nstack-ios-sdk/releases/tag/5.0-beta
Compared to 5.1, this version uses an updated version of the internal dependency (https://github.com/nodes-ios/TranslationManager)