{
  "push-unipush": {
    "libraries": [
      "libUniPush"
    ],
    "frameworks": [
        "GTSDK.framework",
        "CoreTelephony.framework",
        "AVFoundation.framework",
        "CoreLocation.framework",
        "SystemConfiguration.framework",
        "MobileCoreServices.framework",
        "Security.framework",
        "libresolv.tbd",
        "libz.tbd",
        "libsqlite3.tbd",
        "libc++.tbd",
        "UserNotifications.framework"
    ],
    "parameters": [
      "appid", "appkey", "appsecret"
    ],
    "plists": {
      "UIBackgroundModes": [
        "remote-notification"
      ],
      "getui": {
        "appid": "{$appid}",
        "appkey": "{$appkey}",
        "appsecret": "{$appsecret}"
      }
    },
    "cmds": [{
      "type": "plist",
      "file": "PandoraApi.bundle/feature.plist",
      "cmd": "Add :Push:class string PGPushActualize"
    }, {
      "type": "plist",
      "file": "PandoraApi.bundle/feature.plist",
      "cmd": "Set :Push:server:class PGPushServerAct"
    }],
    "des": "uniPush"
  }
}
