Package ng.packaging

Class InfoPlist

java.lang.Object
ng.packaging.InfoPlist

public class InfoPlist extends Object
  • Constructor Details

    • InfoPlist

      public InfoPlist()
  • Method Details

    • make

      public static String make(SourceProject sourceProject)
      Info.plist is something of a relic from the time a WOA was a type of MacOS application. Unfortunately, WO/Wonder currently reads the Info.plist and actually use some of the values in it. This hack generates an Info.plist, based on nothing but replicating the Info.plist generated by wolifecycle. It would be worth it to go through this and find out if each of these are required, and if their values can be improved.