[gnome-text-editor] build: remove macOS specific bits for now



commit e236f0e26cd0c7afcae7eb4afdd77de8c6913966
Author: Christian Hergert <chergert redhat com>
Date:   Wed Feb 2 17:23:33 2022 -0800

    build: remove macOS specific bits for now
    
    Until we have this actually figured out for building .app/.dmg

 data/macos/meson.build | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/data/macos/meson.build b/data/macos/meson.build
index 41fe953..dd5fb33 100644
--- a/data/macos/meson.build
+++ b/data/macos/meson.build
@@ -1,12 +1,3 @@
 if host_machine.system() == 'darwin'
 
-Info_plist = configure_file(
-          input: 'Info.plist.in',
-         output: 'Info.plist',
-  configuration: desktop_file_in_config,
-)
-
-install_data('org.gnome.TextEditor.icns', install_dir : 'Contents/Resources')
-install_data(Info_plist, install_dir : 'Contents')
-
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]