settings = { plugins = { -- key is the name passed to Lua's 'require()' moduleName1 = { -- required publisherId = "string domain value", -- optional (if nil, assumes all platforms are supported) platforms = { ios = true, android = true, } -- optional (for partners) sandboxKey = "string hash value" }, moduleName2 = { }, }, buildQueue = "", buildBucket = "", buildYear = 2014, -- int. defau
source not stored for this graph (policy: none)
no test coverage detected