cordova-plugin-gamecenter
Version:
This plugin allows interaction with iOS Game Center.
15 lines • 372 B
JavaScript
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = [
{
"file": "plugins/cordova-plugin-gamecenter/www/GameCenter.js",
"id": "cordova-plugin-gamecenter.GameCenter",
"clobbers": [
"window.gameCenter"
]
}
];
module.exports.metadata =
// TOP OF METADATA
{}
// BOTTOM OF METADATA
});