Commit 16c9dff
Fix Android build: restrict kCFBundleVersionKey to Darwin platforms
The kCFBundleVersionKey constant is only available on Apple platforms
(macOS, iOS, etc.) through CoreFoundation. The code was excluding Linux
but not Android. Changed to use canImport(Darwin) to properly restrict
to Apple platforms only.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 8444ea5 commit 16c9dff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments