From bf630dd4fdc963f9a366b472afacfe479a6548f5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 24 Jul 2024 15:05:35 +0200 Subject: [PATCH] gio: Rename gosxcontenttype.m to gcontenttype-osx.m To make it consistent with the other platform-specific content type implementations. Signed-off-by: Philip Withnall Helps: #3399 --- gio/{gosxcontenttype.m => gcontenttype-osx.m} | 0 gio/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gio/{gosxcontenttype.m => gcontenttype-osx.m} (100%) diff --git a/gio/gosxcontenttype.m b/gio/gcontenttype-osx.m similarity index 100% rename from gio/gosxcontenttype.m rename to gio/gcontenttype-osx.m diff --git a/gio/meson.build b/gio/meson.build index a1c0ae36b..21c409a1d 100644 --- a/gio/meson.build +++ b/gio/meson.build @@ -392,7 +392,7 @@ if host_system != 'windows' if glib_have_cocoa settings_sources += files('gnextstepsettingsbackend.m') - contenttype_sources += files('gosxcontenttype.m') + contenttype_sources += files('gcontenttype-osx.m') unix_sources += files('gosxappinfo.m') framework_dep = dependency('appleframeworks', modules : ['Foundation', 'CoreFoundation', 'AppKit']) platform_deps += [framework_dep]