
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-create_remote_config_release_package
Advanced tools
This project is a fastlane plugin. To get started with fastlane-plugin-create_remote_config_release_package
, add it to your project by running:
fastlane add_plugin create_remote_config_release_package
Creates a Remote Config release package
Check out the example Fastfile
to see how to use this plugin.
Add the gem in the Gemfile
gem "fastlane-plugin-create_remote_config_release_package", git: "https://github.com/Backbase/fastlane-plugin-create_remote_config_release_package.git"
platform :ios do
lane :test do
projectName = "sample-app"
appTitle = "Sample Application"
bundleId = "com.sample.app1"
projectFile = "../path/to/project.xcodeproj"
campaignJSON = "../path/to/campaign.json"
parametersJSON = "../path/to/parameters.json"
targetName = "Target"
create_remote_config_release_package(
project_name: projectName,
app_title: appTitle,
bundle_id: bundleId,
project_file_path: projectFile,
campaign_json_path: campaignJSON,
parameters_json_path: parametersJSON,
target_name: targetName
)
end
end
Note to author: Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
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.
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-create_remote_config_release_package demonstrated a healthy version release cadence and project activity because the last version was released less than 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.