Skip to content

Commit

Permalink
Merge pull request #12084 from Expensify/Rory-FixAutoSigningPods
Browse files Browse the repository at this point in the history
[No QA] Specify developer team to sign generated projects

(cherry picked from commit 704b8b0)
  • Loading branch information
Julesssss authored and OSBotify committed Oct 24, 2022
1 parent deae321 commit 10b67b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@ target 'NewExpensify' do
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end

installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["DEVELOPMENT_TEAM"] = "368M544MTT"
end
end
end
end
end
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,6 @@ SPEC CHECKSUMS:
Yoga: 1f02ef4ce4469aefc36167138441b27d988282b1
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 5745ec909229219e7469609dba23118be023f564
PODFILE CHECKSUM: ce36bd7b1d5b19fefa2a79a65e6762d3328cb8e0

COCOAPODS: 1.11.3

0 comments on commit 10b67b2

Please sign in to comment.