1
0
Fork 0
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:
ed 2018-01-06 18:52:43 +00:00
parent 73a4730b27
commit df35930a4f
2 changed files with 9 additions and 9 deletions

View file

@ -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);