|
|
1 rok temu | |
|---|---|---|
| .. | ||
| SymbolCollisionTest | 522f0121b1 Add a travis cron job for CocoaPod symbol collision testing (#2154) | 7 lat temu |
| SymbolCollisionTest.xcodeproj | 4d17360f59 Symbol Collision Test Fixes (#4747) | 6 lat temu |
| Podfile | 1cde471f52 [CI] Stop Xcode 14, start Xcode 15.3 (#12746) | 1 rok temu |
| README.md | 522f0121b1 Add a travis cron job for CocoaPod symbol collision testing (#2154) | 7 lat temu |
This directory provides a project that is used to test a set of CocoaPods for symbol collisions daily. It's controlled by the cron functionality in .travis.ml.
git clone git@github.com:firebase/firebase-ios-sdk.gitcd firebase-ios-sdk/SymbolCollisionTestpod installopen SymbolCollisionTest.xcworkspaceIf you'd like to add a CocoaPod to the tests, add it to the Podfile, test that it builds locally and then send a PR.
Currently the tests primarily test static libraries and static frameworks.
use_frameworks! and
use_module_headers! can be
added for better dynamic library and Swift pod testing.
Currently, this is testing released CocoaPods. It could be changed to support
pre-releases by changing the Podfile to point to source pods and/or setting up
a public staging Specs repo and adding a source in the Podfile.