{
  "push-fcm": {
    "libraries": [
      "libFCMPush"
    ],
    "frameworks": [
      "FirebaseCore.xcframework",
      "FirebaseCoreDiagnostics.xcframework",
      "FirebaseInstallations.xcframework",
      "GoogleDataTransport.xcframework",
      "GoogleUtilities.xcframework",
      "nanopb.xcframework",
      "PromisesObjC.xcframework",
      "FirebaseMessaging.xcframework"
    ],
    "custom_files": [                
      {
        "source": "GoogleService-Info.plist",  
        "target": "GoogleService-Info.plist", 
        "des": "Firebase的plist文件"
      }
    ],
    "plists": {
      "UIBackgroundModes": [
        "remote-notification"
      ]
    },
    "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": "FCM推送"
  }
}
