Skip to content

Commit

Permalink
Actually sign generated projects by specifying developer team
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 24, 2022
1 parent 28fb280 commit 407bd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ target 'NewExpensify' do
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end

installer.pods_project.targets.each do |target|
if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
config.build_settings["DEVELOPMENT_TEAM"] = "368M544MTT"
end
end
end
Expand Down
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: eca980a5771bf114c41a754098cd85e6e0d90ed7
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: d202bd0248cbb5ddf4d40c0d592b31bfbd85498a
PODFILE CHECKSUM: ce36bd7b1d5b19fefa2a79a65e6762d3328cb8e0

COCOAPODS: 1.11.3

0 comments on commit 407bd48

Please sign in to comment.