We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b04ac0 commit 4d91cc0Copy full SHA for 4d91cc0
1 file changed
fastlane/Fastfile
@@ -74,9 +74,16 @@ platform :ios do
74
75
setup_ci if ENV["CI"]
76
77
+ testflight_build_number = latest_testflight_build_number + 1
78
+
79
increment_build_number(
80
xcodeproj: XCODE_PROJ,
- build_number: latest_testflight_build_number + 1
81
+ build_number: testflight_build_number
82
+ )
83
84
+ increment_build_number(
85
+ xcodeproj: WIDGET_XCODE_PROJ,
86
87
)
88
89
match(
0 commit comments