diff --git a/macos/bundle b/macos/bundle index 918937c..4697cac 100755 --- a/macos/bundle +++ b/macos/bundle @@ -136,8 +136,10 @@ cp "$(brew --prefix)/share/pw3270/colors.conf" "${res_path}" # Bundle GLib schemas echo "Bundling GLib schemas" mkdir -p "${tmp}/schemas" -cp "../schemas/linux/"*".xml" "${tmp}/schemas" + +cp "$(brew --prefix)$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas" cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/org.gtk.Settings."*".gschema.xml" "${tmp}/schemas" + glib-compile-schemas --targetdir="${res_path}" "${tmp}/schemas" # Create the GTK settings file -- libgit2 0.21.2