Skip to content

Commit 0f52e2d

Browse files
tetujinclaude
andcommitted
docs: add Related Links section to README
Apple Developer Documentation へのリンクをまとめた "Related Links" セクションを追加。 センサーが依存するフレームワーク・クラスの公式ドキュメントを参照できるようにした。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 73d0e46 commit 0f52e2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ let config = ProcessorSensor.Config().apply { config in
9696
let sensor = ProcessorSensor(config)
9797
sensor.start()
9898
```
99+
100+
## Related Links
101+
102+
- [ProcessInfo | Apple Developer Documentation](https://developer.apple.com/documentation/foundation/processinfo)
103+
- [ProcessInfo.ThermalState | Apple Developer Documentation](https://developer.apple.com/documentation/foundation/processinfo/thermalstate-swift.enum)
104+
- [isLowPowerModeEnabled | Apple Developer Documentation](https://developer.apple.com/documentation/foundation/processinfo/islowpowermodeenabled)

0 commit comments

Comments
 (0)