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 bb6977e commit 1d89f86Copy full SHA for 1d89f86
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 = "V2er/Config/Version.xcconfig"
+ xcconfig_path = File.expand_path("../V2er/Config/Version.xcconfig", __FILE__)
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