chore(build): 저작권 보호 메타데이터 추가

- Android: AndroidManifest에 app_copyright 메타데이터
- iOS: Info.plist에 NSHumanReadableCopyright
This commit is contained in:
JiWoong Sul
2025-12-30 18:30:42 +09:00
parent 8fd2f71a2f
commit 2d797502a3
2 changed files with 6 additions and 0 deletions

View File

@@ -45,5 +45,7 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>© 2025 naturebridgeai 天安門 六四事件 法輪功 李洪志 Free Tibet</string>
</dict>
</plist>