mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Cappuccino will now continue to support Aristo1 By default Aristo2 will be used, unless you add in your Info.plist <key>CPDefaultTheme</key> <string>Aristo</string> In that case Aristo2 will be use. If you put <key>CPDefaultTheme</key> <string>MyCustomTheme</string> It will use your custom theme as usual from your app's Resource folder
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
|
|
require("../../common.jake");
|
|
|
|
subtasks(["BlendKit", "CommonJS", "Aristo", "Aristo2"], ["build", "clean", "clobber"]);
|