mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Projucer: Correct case for some iOS identifiers
This commit is contained in:
parent
73a4730b27
commit
df35930a4f
2 changed files with 9 additions and 9 deletions
|
|
@ -100,9 +100,9 @@ namespace Ids
|
|||
DECLARE_ID (customPList);
|
||||
DECLARE_ID (pListPrefixHeader);
|
||||
DECLARE_ID (pListPreprocess);
|
||||
DECLARE_ID (uiFileSharingEnabled);
|
||||
DECLARE_ID (uiSupportsDocumentBrowser);
|
||||
DECLARE_ID (uiStatusBarHidden);
|
||||
DECLARE_ID (UIFileSharingEnabled);
|
||||
DECLARE_ID (UISupportsDocumentBrowser);
|
||||
DECLARE_ID (UIStatusBarHidden);
|
||||
DECLARE_ID (documentExtensions);
|
||||
DECLARE_ID (keepCustomXcodeSchemes);
|
||||
DECLARE_ID (useHeaderMap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue