We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0085733 commit e90ce57Copy full SHA for e90ce57
fastlane/Fastfile
@@ -55,7 +55,7 @@ platform :ios do
55
56
# Get the latest TestFlight build number and increment
57
# Read current build number from xcconfig
58
- xcconfig_path = File.expand_path("../V2er/Config/Version.xcconfig", __FILE__)
+ xcconfig_path = "../V2er/Config/Version.xcconfig"
59
xcconfig_content = File.read(xcconfig_path)
60
current_build_number = xcconfig_content.match(/CURRENT_PROJECT_VERSION = (\d+)/)[1].to_i
61
0 commit comments