Commit 90f4e311 authored by Samuel Giddins's avatar Samuel Giddins

Set CODE_SIGNING_ALLOWED=NO for the Pods project

parent ae57dcc1
...@@ -153,6 +153,7 @@ module Pod ...@@ -153,6 +153,7 @@ module Pod
build_configuration.build_settings['STRIP_INSTALLED_PRODUCT'] = 'NO' build_configuration.build_settings['STRIP_INSTALLED_PRODUCT'] = 'NO'
build_configuration.build_settings['CLANG_ENABLE_OBJC_ARC'] = 'YES' build_configuration.build_settings['CLANG_ENABLE_OBJC_ARC'] = 'YES'
build_configuration.build_settings['CODE_SIGNING_REQUIRED'] = 'NO' build_configuration.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
build_configuration.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end end
end end
end end
......
Subproject commit 6ea6db143cff938564b90b63769bcb40a9aaac8b Subproject commit 0a05f4236c730644bd192a0bfb6995c141f5d0ef
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment