
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
fastlane-plugin-carthage_cache_ftps
Advanced tools
This project is a fastlane plugin. To get started with fastlane-plugin-carthage_cache_ftps
, add it to your project by running:
fastlane add_plugin carthage_cache_ftps
Allows to publish or install the carthage builds via FTPS to avoid recompilation.
Call the plugin from the Fastfile using
carthage_cache_ftps (
host: "ftp.yourdomain.de",
user: "username",
command: "install" #This is the default and can be omitted
)
to install from cache and use
carthage_cache (
host: "ftp.yourdomain.de",
user: "username",
command: "publish"
)
to push the current state to the remote.
Run
bundle exec fastlane actions carthage_cache_ftps
for more information and parameters.
To run both the tests, and code style validation, run
rake
To automatically fix many of the styling issues, use
rubocop -a
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
SecKeychainAddInternetPassword <NULL>: The specified item already exists in the keychain.
If you have to login every time and see an error like this, got to Keychain and delete the carthage cache entry.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
FAQs
Unknown package
We found that fastlane-plugin-carthage_cache_ftps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.