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 <pwithnall@gnome.org>

Helps: #3399
This commit is contained in:
Philip Withnall 2024-07-24 15:05:35 +02:00
parent 21fdb3be24
commit bf630dd4fd
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 1 additions and 1 deletions

View File

@ -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]