Skip to content

Commit

Permalink
chore: update deployment target for scaffolding project for pod size …
Browse files Browse the repository at this point in the history
…measurement
  • Loading branch information
CAMOBAP committed May 6, 2024
1 parent a0a3cc8 commit eeedf87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ platform :ios do
unless cocoapods_size_repo.exist?
cocoapods_size_repo.parent.mkpath
sh("git clone https://github.com/google/cocoapods-size #{cocoapods_size_repo}")
sh("sed -i '' 's/IPHONEOS_DEPLOYMENT_TARGET = 11.4/IPHONEOS_DEPLOYMENT_TARGET = 12.0/g' #{cocoapods_size_repo}/SwiftApp/SwiftApp.xcodeproj/project.pbxproj")
end

Dir.chdir(cocoapods_size_repo) do
Expand Down

0 comments on commit eeedf87

Please sign in to comment.