fix(macOS): enable Hardened Runtime + outgoing network for all configs

Debug and Profile had ENABLE_OUTGOING_NETWORK_CONNECTIONS = NO which
blocked outbound TCP. All three configs now have:
- ENABLE_HARDENED_RUNTIME = YES
- ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES

This was the root cause of the 'Operation not permitted' connection
failure on macOS Sequoia.
This commit is contained in:
Edison Jwa
2026-05-17 22:32:30 +09:00
parent 72c6e14797
commit 00692b76a2
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -101,3 +101,4 @@ opencode.json
/apps/chanora_flutter/ios/Frameworks/
.opencode/
AGENTS.md
Screenshot 2026-05-17 at 22.23.07.png