Skip to content

Commit

Permalink
fix: ios patch build lane
Browse files Browse the repository at this point in the history
  • Loading branch information
iGroza committed Aug 14, 2024
1 parent 0f60b1c commit 99e5366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ platform :ios do

increment_build_number(
xcodeproj: './ios/haqq.xcodeproj',
build_number: current_build_number
build_number: current_build_number,
versioning_system: 'apple-generic'
)

end

lane :distribute do
Expand Down

0 comments on commit 99e5366

Please sign in to comment.