Leave

Results 29 comments of Leave

@gerbil802 I didn't find any problems. This is my demo. Would you please provide a demo with problems. [crashlytics3.zip](https://github.com/leavez/cocoapods-binary/files/3084901/crashlytics3.zip)

@pepejeria That's another problem. It seems it you use Firebase in different platform targets, like an iOS target and a watch app target. This plugin doesn't support it right now....

🚀 Prebuild frameworks Analyzing dependencies Downloading dependencies Installing BoringSSL-GRPC (0.0.2) Installing Firebase (5.20.2) Installing FirebaseAnalytics (5.8.1) Installing FirebaseAuth (5.4.2) Installing FirebaseAuthInterop (1.0.0) Installing FirebaseCore (5.4.1) Installing FirebaseFirestore (1.2.1) Installing FirebaseInstanceID...

Actually the commit is saved in the manifest.lock file in the `_prebuild` folder. It should be used in `have_exact_prebuild_cache` method.

I found there's a change in copying resource files for static framework in cocoapods 1.7. When building a pod with 'static_framework = true' and with cocoapods 1.6, it will generate...

@kremizask What's the purpose of 'always have the source code'? if using 'keep_source_code_for_prebuilt_frameworks', you can find the source code in `Pods/_prebuilt/`. This feature is to speed up the prebuild install....

Thank for the new feature implementation. But a fundamental question: How to identify the pod and its generated framework? There may be code in podfile to modify the generated pod...

Sorry for my slow response. I'm do a large refractor these days. Can't merge it before I finish it.🤣

You could set the binary flag for the dependency pods explicitly in the podfile

Thank for your detail description. It doesn't be supported right now. Actually, I didn't take care about the test specs when I'm building the plugin. Currently, I have no interest...