Rename OSX to macOS and iPhoneOS to iOS.
This commit is contained in:
parent
292c952e3b
commit
8823eae328
245 changed files with 1151 additions and 1149 deletions
|
|
@ -292,7 +292,7 @@ static bool _test_blender_path(const String &p_path, String *r_err = nullptr) {
|
|||
path = path.plus_file("blender");
|
||||
#endif
|
||||
|
||||
#if defined(OSX_ENABLED)
|
||||
#if defined(MACOS_ENABLED)
|
||||
if (!FileAccess::exists(path)) {
|
||||
path = path.plus_file("Blender");
|
||||
}
|
||||
|
|
@ -468,7 +468,7 @@ bool EditorFileSystemImportFormatSupportQueryBlend::query() {
|
|||
// Autodetect
|
||||
auto_detected_path = "";
|
||||
|
||||
#if defined(OSX_ENABLED)
|
||||
#if defined(MACOS_ENABLED)
|
||||
|
||||
{
|
||||
Vector<String> mdfind_paths;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue