fastlane-plugin-versioning icon indicating copy to clipboard operation
fastlane-plugin-versioning copied to clipboard

Fixing logging in `get_build_number_from_xcodeproj`/`get_version_number_from_xcodeproj`

Open corujautx opened this issue 5 months ago • 0 comments

This fixes the issue mentioned in #100

The Hash was being accessed in an incorrect manner, should use hash[:property] instead of hash.property. Changing the syntax fixed the issue :D

corujautx avatar Sep 10 '24 01:09 corujautx