-
| 
         Hi, I was wondering as long as GitHub releases contain a prebuilt XCFramework, is it intentional that binaries are not named with  It would also prevent or at least reduce number of signing issues like this one Carthage/Carthage#3383 Thanks in advance :-)  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
| 
         Carthage is basically dead and not even considered when releasing that. 
 I wasn't aware of this convention, so I'll explore possible steps. However, renaming the zip file might break existing integrations used by other developers, so we should proceed cautiously (or likely not do that). I wonder if Carthage allows specifying the zip name during the setup process. Relying on a fixed and non-enforced name seems somewhat unreliable.  | 
  
Beta Was this translation helpful? Give feedback.
Good. Thanks for the information.
I don’t like this idea because providing the same thing twice creates confusion. Instead, let’s add
xcframeworkto the file name. I assume any breaking integration should be easy to fix by simply updating the file name.However, it surprises me that Carthage doesn’t offer an option to specify a file name.