Git Product home page Git Product logo

kerizer / fastlane-plugin-properties Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 1.0 24 KB

This project is a fastlane plugin. It adds 4 actions to fastlane to work with .properties files

Home Page: https://rubygems.org/gems/fastlane-plugin-properties

License: MIT License

Ruby 100.00%
fastlane-plugin fastlane fastlane-android continuous-integration continuous-delivery fastlane-plugins versioncode versioning

fastlane-plugin-properties's People

Contributors

kerizer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

edwardlai3582

fastlane-plugin-properties's Issues

Incorrect documentation for set_properties_value

Documentation uses name but that results in an error:

Could not find option 'name' in the list of available options: key, value, path

Documentation shows:

  set_properties_value(
    path: "./Configs/versions.properties",
    name: "VERSION_NAME",
    value: "0.2.0"
  )

Should be:

  set_properties_value(
    path: "./Configs/versions.properties",
    key: "VERSION_NAME",
    value: "0.2.0"
  )

Actions rewrite the property files, comments and formatting are removed

I am using the set_properties_value and increment_version_code_in_properties_file. The values got correctly updated but the actions deleted all the formatting (empty lines) and comments in the properties file. That is unexpected to me.

My expectation is that the actions set only the given properties, without any further modification to the file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.