mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Revert "Projucer: Default to "Sign to Run Locally" when no signing identity is specified"
This reverts commit 8bacf8c15c.
This commit is contained in:
parent
38318a094b
commit
0bf2f6a7a4
1 changed files with 1 additions and 2 deletions
|
|
@ -2478,8 +2478,7 @@ private:
|
|||
if (isUsingDefaultSigningIdentity (config))
|
||||
return iOS ? "iPhone Developer" : "Mac Developer";
|
||||
|
||||
const auto identity = config.getCodeSignIdentityString();
|
||||
return identity.isNotEmpty() ? identity : "-";
|
||||
return config.getCodeSignIdentityString();
|
||||
}
|
||||
|
||||
StringPairArray getProjectSettings (const XcodeBuildConfiguration& config) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue