Hi, thanks for maintaining this plugin.
I found that the published npm package capacitor-plugin-jpush@3.0.1 does not contain the ios directory, although the GitHub repository/tag appears to include iOS-related files.
Details:
- Installed package from npm has:
android/
dist/
CapacitorPluginJpush.podspec
package.json
README.md
- But it does not contain any
ios/ sources.
This seems inconsistent with the package metadata:
package.json includes ios/Plugin/ in the files field
CapacitorPluginJpush.podspec references:
ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}
I also checked the published npm tarball for 3.0.1, and it indeed does not include any ios/ files. So this does not look like a local install problem.
Could you please verify whether the iOS sources were accidentally omitted from the npm publish for 3.0.1?
Environment:
- Capacitor 7 project
- package dependency:
capacitor-plugin-jpush@3.0.1
Thanks
Hi, thanks for maintaining this plugin.
I found that the published npm package
capacitor-plugin-jpush@3.0.1does not contain theiosdirectory, although the GitHub repository/tag appears to include iOS-related files.Details:
android/dist/CapacitorPluginJpush.podspecpackage.jsonREADME.mdios/sources.This seems inconsistent with the package metadata:
package.jsonincludesios/Plugin/in thefilesfieldCapacitorPluginJpush.podspecreferences:ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}I also checked the published npm tarball for
3.0.1, and it indeed does not include anyios/files. So this does not look like a local install problem.Could you please verify whether the iOS sources were accidentally omitted from the npm publish for
3.0.1?Environment:
capacitor-plugin-jpush@3.0.1Thanks