Mike Chong
Mike Chong
Currently the build for different targets and CPU architectures is sequential. Even for a small project, it usually takes about one minute to build for `-target maccatalyst,ios,iossimulator,macos`, which is very...
**Describe the bug** I'm building a library (`rclone`) targeting iOS with `gopsutil` as a dependency. However, it does not work due to the iOS platform support. **To Reproduce** ```shell GOOS=ios...
In [a WWDC 20 session](https://developer.apple.com/videos/play/wwdc2020/10659/), StoreKit testing was introduced. This PR aims to support revoking IAP.
In , it shows `load("@xchammer//:xcodeproject.bzl", "xcode_project")` I believe in the latest version, it is changed to `load("@xchammer//:BazelExtensions/xcodeproject.bzl", "xcode_project")`. I'm new to Bazel. Should we update README?
Currently, we are writing this guide manually. However, in the future with more interactions of this project, there might be inconsistency between the code logic and this documentation. By analyzing...
Proposal: `namedTypes*` to `sharedTypes*`, `@shouldExport` to `@export` or `@public` or `@published`
Two naming suggestions. ## `namedTypes*` to `sharedTypes*` `named` sounds ambiguous. This kind of type is shared between different modules/files. ## `@shouldExport` to `@export` or `@public` or `@published` `shouldExport` looks a...
I think we can implement the logic to check the next character after `I`.
#### What is the purpose of this change? Fix Gomobile build for iOS by removing `gopsutil` specifically for the iOS platform. #### Was the change discussed in an issue or...
### Describe the bug While building Tauri 2.0 app for iOS (`pnpm tauri ios build`), it shows: ``` Usage: node ../../../node_modules/@tauri-apps/cli/tauri.js ios xcode-script --platform --sdk-root --framework-search-paths --gcc-preprocessor-definitions --header-search-paths --configuration --verbose......