@@ -861,7 +861,7 @@ private: | |||||
"The number of the minimum version of the Android SDK that the app requires"); | "The number of the minimum version of the Android SDK that the app requires"); | ||||
props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false), | props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false), | ||||
"A path to a folder (relative to the project folder) which conatins extra android assets."); | |||||
"A path to a folder (relative to the project folder) which contains extra android assets."); | |||||
} | } | ||||
//============================================================================== | //============================================================================== | ||||
@@ -131,7 +131,7 @@ public: | |||||
String description; | String description; | ||||
description << "The " << getName() << " exporter produces a single CMakeLists.txt file with " | description << "The " << getName() << " exporter produces a single CMakeLists.txt file with " | ||||
<< "multiple platform dependant sections, where the configuration for each section " | |||||
<< "multiple platform dependent sections, where the configuration for each section " | |||||
<< "is inherited from other exporters added to this project." << newLine | << "is inherited from other exporters added to this project." << newLine | ||||
<< newLine | << newLine | ||||
<< "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine | << "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine | ||||
@@ -285,7 +285,7 @@ public: | |||||
if (iOS) | if (iOS) | ||||
props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false), | props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false), | ||||
"The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be " | "The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be " | ||||
"added seperated by a semicolon."); | |||||
"added separated by a semicolon."); | |||||
props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"), | props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"), | ||||
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in" | "Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in" | ||||