Commit c20e1c6
committed
build(mobile): 在移动构建中排除 SoundFlow 原生资产
为避免将 SoundFlow 的本机运行时资产打包到移动分支,调整 SecRandom.csproj:在非移动构建下正常引用 SoundFlow,移动构建下保留其托管程序集但通过 ExcludeAssets="native" 排除原生资产。并在 AGENTS.md 中补充说明:移动构建保留 SoundFlow 的托管依赖以兼容共享代码,但 Android/iOS 的实际播放由 IMobileMediaPlayer 提供,从而避免引入不必要的原生资源。1 parent 6d9f7f1 commit c20e1c6
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
434 | 436 | | |
435 | 437 | | |
436 | 438 | | |
| |||
0 commit comments