algolia / instantsearch-core-swift

⚡️ InstantSearch Core library for Swift and Objective-C
https://community.algolia.com/instantsearch-core-swift/
Apache License 2.0
18 stars 10 forks source link

fix marketing version for bitrise #86

Closed spinach closed 4 years ago

spinach commented 4 years ago

Fixing Bitrise issue of:

Your current version ($(MARKETING_VERSION)) does not respect the format A or A.B or A.B.C

image

The Marketing Version was only set for iOS target but not the others.

spinach commented 4 years ago

Related issue here https://github.com/fastlane/fastlane/issues/15383