Skip to content

Commit

Permalink
Disable version increments
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 22, 2023
1 parent d3be6a2 commit ea9d900
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ platform :ios do
in_house: false
)

=begin increment_build_number(
build_number: "#{BUILD_NUMBER}",
xcodeproj: "iosApp.xcodeproj"
)
increment_version_number(
version_number: "#{VERSION}",
xcodeproj: "iosApp.xcodeproj"
) =end

cocoapods(
clean_install: true
)
Expand Down

0 comments on commit ea9d900

Please sign in to comment.