Skip to content

Commit

Permalink
Update App Store Connect Copyright Date (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier authored Jan 23, 2025
2 parents e784e09 + 4f4694f commit 08132ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ lane :update_metadata_on_app_store_connect do |with_screenshots: false|
overwrite_screenshots: true, # won't have effect if `skip_screenshots` is true
phased_release: true,
precheck_include_in_app_purchases: false,
api_key: app_store_connect_api_key
api_key: app_store_connect_api_key,
copyright: #{Time.now.year} Automattic, Inc."
)
end

Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/copyright.txt

This file was deleted.

0 comments on commit 08132ba

Please sign in to comment.