f71da0219b
xcodeproj build settings: - Add CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED for localization checks - Add GCC_C_LANGUAGE_STANDARD=gnu17 for C language standard - Add LLVM_LTO=YES for Release link-time optimization - Add ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS - Add ENABLE_INCOMING_NETWORK_CONNECTIONS for MCP agent server - Add ENABLE_PREVIEWS for SwiftUI preview support xcassets (14 new color sets): - EditorBackground, SidebarBackground, ConsoleBackground - KeywordColor, StringColor, CommentColor, TypeColor, NumberColor - LineNumberColor, ToolbarTint, CurrentLineHighlight - ErrorHighlight, WarningHighlight - GitAddedColor, GitModifiedColor, GitDeletedColor - All with proper light/dark mode variants - Remove orphan icon_64x64.png and icon_base.png (fixed warnings) xcscheme: - Add targeted code coverage for CxIDE target only - Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Adv v- Ad- Ad- Ad- Ad- Ad- ALD_- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Ad- Aunch arg (disabled) Info.plist: - Add 12 new document types: C, ObjC, Python, Shell, JS, TS, HTML, CSS, YAML, XML, Plain Text, Property List Entitlements: - Add network.client and network.server for agent HTTP/WebSocket - Add files.user-selec- Add files.user-selec- Add filads.read-write - Add- Add- Add- Add- Aderminal com- Add- Add- Add- Add- Aderminal com- Add- Add- Add- Adrestore workspace state All 53 tests passing
19 lines
542 B
XML
19 lines
542 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false/>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>com.apple.security.network.server</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.files.downloads.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.process.exec</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|