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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since local podspecs (#5175) are not yet supported, can you give any recommendations what kind of curation could be used as a workaround?
We have Flutter project where dependencies are downloaded by Pub and made available for iOS build as local dependencies.
pubspec.yaml
ios/Podfile.lock
The problem is that the Podspec has always version 0.0.1 regardless of Pub package version, so we really cannot point ORT to GitHub.
You can see this by comparing https://github.com/flutter/packages/blob/url_launcher-v6.1.10/packages/url_launcher/url_launcher_ios/ios/url_launcher_ios.podspec and
https://github.com/flutter/packages/blob/url_launcher-v6.2.5/packages/url_launcher/url_launcher_ios/ios/url_launcher_ios.podspec
Also concluding license for Pod::url_launcher_ios:0.0.1 feels wrong, as it would be used for every version now and in the future.
Beta Was this translation helpful? Give feedback.
All reactions