remove all armv7 references#3
Conversation
| ], | ||
| }, | ||
| 'Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Flutter', | ||
| 'Flutter.xcframework/ios-arm64_armv7/Flutter.framework/Flutter', |
There was a problem hiding this comment.
This wasn't removed, it was renamed to Flutter.xcframework/ios-arm64/Flutter.framework/Flutter.
There was a problem hiding this comment.
@XilaiZhang is this what we're running in production?
There was a problem hiding this comment.
in any case, we should fix this repo, and then pull it onto the codesigning bot
There was a problem hiding this comment.
Thanks for the updates! Umm that’s interesting, I wonder if we have missed this artifact in release the entire time
There was a problem hiding this comment.
Sorry for the potential delay but I will take a look later. I headed out when Christopher started online chess
There was a problem hiding this comment.
Thanks for pointing this out! added paths for ios, ios-release and ios-profile, PR at #4
There was a problem hiding this comment.
I wonder if we have missed this artifact in release the entire time
It was renamed from ios-arm64_armv7 to ios-arm64. See flutter/flutter#102012.
align master branch with the script used in current release. fixes flutter/flutter#111764