Package ng.packaging
Class InfoPlist
java.lang.Object
ng.packaging.InfoPlist
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringmake(SourceProject sourceProject) Info.plist is something of a relic from the time a WOA was a type of MacOS application.
-
Constructor Details
-
InfoPlist
public InfoPlist()
-
-
Method Details
-
make
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.
-