Current behavior
Cartfile:
github "bitstadium/HockeySDK-iOS"
Romefile:
[RepositoryMap]
HockeySDK-iOS = HockeySDK
When building with Carthage:
$ carthage build HockeySDK-iOS --platform ios
*** Building scheme "HockeySDK Framework" in HockeySDK.xcodeproj
The following is produced: Cartage/Build/iOS/HockeySDK.framework*
However, unlike Carthage, the repo name does not work when passed to rome upload
$ rome upload HockeySDK-iOS
(nothing uploaded)
If the Framework name is specified, it does work:
$ rome upload HockeySDK
Successfully uploaded HockeySDK to: HockeySDK/HockeySDK.framework-4.1.2.zip
Successfully uploaded HockeySDK.dSYM to: HockeySDK/HockeySDK.framework.dSYM-4.1.2.zip
As such, rome upload doesn't function the same way as Carthage, which is what users would expect in this scenario (repository names are provided, not framework names)
Expected behavior
The upload command should take repository names, not framework names.
Rome version: 0.6.0.10
OS macOS sierra 10.12
Current behavior
Cartfile:
Romefile:
When building with Carthage:
The following is produced:
Cartage/Build/iOS/HockeySDK.framework*However, unlike Carthage, the repo name does not work when passed to
rome uploadIf the Framework name is specified, it does work:
As such,
rome uploaddoesn't function the same way as Carthage, which is what users would expect in this scenario (repository names are provided, not framework names)Expected behavior
The
uploadcommand should take repository names, not framework names.Rome version: 0.6.0.10
OS macOS sierra 10.12