Skip to content

Commit

Permalink
Adding target to get_version_number fastlane action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamede1945 committed May 10, 2018
1 parent e3a8b56 commit f7b2caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ platform :ios do
oldBuild = store.transaction { store[:buildKey] }

# Increase build number if the same version
currentVersion = get_version_number
currentVersion = get_version_number(target: "Quran")
currentBuild = "1"
if oldVersion == currentVersion
currentBuild = (oldBuild.to_i + 1).to_s
Expand Down

0 comments on commit f7b2caf

Please sign in to comment.