[gtk-mac-bundler: 11/12] [tests] Replace the broken element names for mandatory elements.




commit abca390bbec5bb1ec1f0b5ad1a41cf90da3021b4
Author: John Ralls <jralls ceridwen us>
Date:   Mon Jul 18 12:14:25 2022 -0700

    [tests] Replace the broken element names for mandatory elements.
    
    Project refuses to init if the required elements aren't present so the file is otherwise useless.

 test/badproject.bundle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/test/badproject.bundle b/test/badproject.bundle
index eba199b..e87c12f 100644
--- a/test/badproject.bundle
+++ b/test/badproject.bundle
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <app-bundle>
-  <metafoo>
+  <meta>
     <prefix>/usr/local/gtk</prefix>
     <run-install-name-tool/>
     <image>foo-version.dmg</image>
-  </metafoo>
-  <no-plist>${project}/test.plist</no-plist>
-  <no-binary>${prefix}testbin</no-binary>
+  </meta>
+  <plist>${project}/test.plist</plist>
+  <binary>${prefix}testbin</binary>
   <binary>
     ${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/loaders/*.so
   </binary>


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