All notable changes to the project will be documented in this file.
N/A
N/A
N/A
3.1.0 (30-04-2024)
- Add private manifest file (PrivacyInfo.xcprivacy) to the project to meet Apple's requirement.
- Expose
VersionTracker.currentVersion
andVersionTracker.currentBuild
. They were previously inaccessible due to being internal.
3.0.0 (27-03-2019)
- Xcode 10 and Swift 4.2 support
- Xcode 10.2 and Swift 5 support
2.0.0 (15-09-2017)
- Swift 4 and Xcode 9 support
- Updating module name:
VersionTrackerSwift
->VersionTracker
- API cleanup, a few methods have been removed, and modified. Please check out the README to update your app
- Officially supporting Carthage
isFirstLanch
for versions and builds are now working as expected
1.1.0 (11-09-2016)
- Module name
VersionTracking
has been renamedVersionTrackerSwift
VersionTracking
has been renamedVersionTracker
- Swift 3 support
- Some APIs have been updated to be more swifty, check out the README for more information
watchOS
support
1.0.0 (18-02-2016)
First version