diff --git a/step/step.go b/step/step.go index c25d077..f76ae6c 100644 --- a/step/step.go +++ b/step/step.go @@ -138,7 +138,7 @@ func updateVersionNumbersInInfoPlist(helper *projectmanager.ProjectHelper, targe absoluteInfoPlistPath := filepath.Join(filepath.Dir(helper.XcProj.Path), infoPlistPath) infoPlist, format, _ := xcodeproj.ReadPlistFile(absoluteInfoPlistPath) - infoPlist["CFBundleVersion"] = bundleVersion + infoPlist["CFBundleVersion"] = strconv.Itoa(bundleVersion) if shortVersion != "" { infoPlist["CFBundleShortVersionString"] = shortVersion