Commit 3b77f49
committed
### What changes were proposed in this pull request?
This PR aims to support `iOS`, `watchOS`, and `tvOS`.
### Why are the changes needed?
`ProcessInfo.processInfo.userName` is not allowed in `iOS`, `watchOS`, and `tvOS` according to `Platform Compatibility` matrix.
- https://swiftpackageindex.com/apache/spark-connect-swift

### Does this PR introduce _any_ user-facing change?
No, the compilation fails on these OSs until now.
### How was this patch tested?
Manual review. After this PR, `Platform Compatibility` should be updated at the next refresh.
https://swiftpackageindex.com/apache/spark-connect-swift
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #13 from dongjoon-hyun/SPARK-51490.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 085c3ef commit 3b77f49
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
0 commit comments