Skip to content

Commit 97c2674

Browse files
eliperkinsfathyb
authored andcommitted
Remove -beta suffix from CFBundleShortVersionString (#795)
**What does this PR do?** This allows for the framework to be used in Swift 4 projects who consume this framework from Carthage, to be submitted to the App Store. Closes #794 **Where should the reviewer start?** By reading #794 **How should this be manually tested?** Create a project with Swift 4, consume this framework with Carthage, and then submit it to the App Store 😅 **Any background context you want to provide?** #794 **What are the relevant tickets?** #794
1 parent 9970131 commit 97c2674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analytics/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.7.0-beta</string>
18+
<string>3.7.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Releasing
1616
9. Create a new Github release at https://github.com/segmentio/analytics-ios/releases
1717
* Add latest version information from `CHANGELOG.md`
1818
* Upload `Archive.zip` from step 7 and `Analytics.zip` from step 8 into binaries section to make available for users to download.
19-
10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` and `Analytics/Info.plist` to the next SNAPSHOT version.
19+
10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` to the next SNAPSHOT version.
2020
11. `git commit -am "Prepare next development version."`
2121
12. `git push`.

0 commit comments

Comments
 (0)