You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting to update Rome in the way so that it will read framework names from .version-file. In this case we do not need to use RepositoryMap configuration setting in order to hint Rome which files to use during download/upload.
Why would the enhancement be useful to most users
Users will have better user experience and less configuration to setup. Reliability will be increased as well. For example: if in the future for some reason vendor will decide to change names and number of frameworks produced during Carthage build.
Rome version: 0.12.0.31 - Romam uno die non fuisse conditam. OS and version: macOS 10.12.5 (16F73)
Thank you!
The text was updated successfully, but these errors were encountered:
Enhancement Suggestion
Automatically detect frameworks to upload/download from
.version
-file.Steps which explain the enhancement
Carthage.resolved
with the following contentsgithub "facebook/facebook-ios-sdk" "sdk-version-4.21.0"
facebook-ios-sdk
produces 3 frameworks during build process: FBSDKLoginKit.framework, FBSDKShareKit.framework, FBSDKCoreKit.framework..facebook-ios-sdk.version
file with the following contents:Current and suggested behavior
Currently we have to setup configuration setting
RepositoryMap
to hintRome
which files to use during download/upload.I am suggesting to update
Rome
in the way so that it will read framework names from.version
-file. In this case we do not need to useRepositoryMap
configuration setting in order to hintRome
which files to use during download/upload.Why would the enhancement be useful to most users
Users will have better user experience and less configuration to setup. Reliability will be increased as well. For example: if in the future for some reason vendor will decide to change names and number of frameworks produced during Carthage build.
Rome version: 0.12.0.31 - Romam uno die non fuisse conditam.
OS and version: macOS 10.12.5 (16F73)
Thank you!
The text was updated successfully, but these errors were encountered: