diff --git a/ios/BasePaperInquiryVoice.mp3 b/ios/BasePaperInquiryVoice.mp3 deleted file mode 100644 index f5afe4d..0000000 Binary files a/ios/BasePaperInquiryVoice.mp3 and /dev/null differ diff --git a/manifest.json b/manifest.json index da9387c..54b3900 100644 --- a/manifest.json +++ b/manifest.json @@ -143,6 +143,22 @@ }, "uniStatistics" : { "enable" : true + }, + "nativePlugins" : { + "DC-PushSound" : { + "__plugin_info__" : { + "name" : "自定义推送铃声(iOS)", + "description" : "自定义iOS推送铃声", + "platforms" : "iOS", + "url" : "https://ext.dcloud.net.cn/plugin?id=690", + "android_package_name" : "paper.shopkeeper.sdk", + "ios_bundle_id" : "com.qniao.paper.shopkeeper", + "isCloud" : true, + "bought" : 1, + "pid" : "690", + "parameters" : {} + } + } } }, /* 快应用特有相关 */ diff --git a/nativeplugins/DC-PushSound/ios/pushsound.caf b/nativeplugins/DC-PushSound/ios/pushsound.caf new file mode 100644 index 0000000..e699d36 Binary files /dev/null and b/nativeplugins/DC-PushSound/ios/pushsound.caf differ