- Toronto, Canada
- https://henryhiles.com
-
Joined on
2025-03-25
feat: Add iOS platform support
feat: Add iOS platform support
Sorry for another nitpick but instead of splitting this into multiple methods can we not just Future<String> getXCodeTool({String? sdkType, String? findTool}) and then use e.g. `getXCodeTool(iosS…
feat: Add iOS platform support
Failures should be handled here. Maybe you can edit ``lib/helpers/extensions/get_xcode_sdk.dartto take in a{String? sdkType}` and just use that?