From 95ea0a521b780040a75965d66b019bd77456fdb0 Mon Sep 17 00:00:00 2001 From: Eli Perkins Date: Mon, 15 Oct 2018 17:09:19 -0400 Subject: [PATCH 1/2] Remove -beta suffix from CFBundleShortVersionString This allows for the framework to be used in projects submitted to the App Store. Closes #794 --- Analytics/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analytics/Info.plist b/Analytics/Info.plist index 51c357e55..111a5b05b 100644 --- a/Analytics/Info.plist +++ b/Analytics/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.7.0-beta + 3.7.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass From d7979a8245f2546d7f1bcc85211bff53f2d8bbaa Mon Sep 17 00:00:00 2001 From: Fathy Boundjadj Date: Mon, 22 Oct 2018 16:37:12 +0200 Subject: [PATCH 2/2] Update releasing docs to not use snapshot version --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index e1fca1462..0e66e1394 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -16,6 +16,6 @@ Releasing 9. Create a new Github release at https://github.com/segmentio/analytics-ios/releases * Add latest version information from `CHANGELOG.md` * Upload `Archive.zip` from step 7 and `Analytics.zip` from step 8 into binaries section to make available for users to download. - 10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` and `Analytics/Info.plist` to the next SNAPSHOT version. + 10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` to the next SNAPSHOT version. 11. `git commit -am "Prepare next development version."` 12. `git push`.