Skip to content

Commit

Permalink
[Local]: fix min_ios_version after cherry picks
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz committed Sep 19, 2023
1 parent 647e09d commit 63bb3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cocoapods/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def self.find_codegen_file(path)
module Helpers
class Constants
def self.min_ios_version_supported
return '13.4'
return '12.4'
end
end
end

0 comments on commit 63bb3ba

Please sign in to comment.