Commit 6f91fdb4 authored by Samuel Giddins's avatar Samuel Giddins Committed by GitHub

Merge pull request #5632 from jdhealy/PROVISIONING_PROFILE_SPECIFIER-explicitly-bogus

Comment on bogus-ness of `PROVISIONING_PROFILE_SPECIFIER` for `PodsProjectGenerator`.
parents 5be6cff4 6b8d33bd
......@@ -138,7 +138,7 @@ module Pod
build_configuration.build_settings['STRIP_INSTALLED_PRODUCT'] = 'NO'
build_configuration.build_settings['CLANG_ENABLE_OBJC_ARC'] = 'YES'
build_configuration.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
build_configuration.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = 'NO_SIGNING/'
build_configuration.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = 'NO_SIGNING/' # a bogus provisioning profile ID assumed to be invalid
end
end
end
......
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