Initialize Tauri iOS support with conditional compilation: - Desktop-only features (git CLI, menu, MCP, Claude CLI) gated behind #[cfg(desktop)] - Mobile stubs return graceful errors so frontend degrades smoothly - Vault read/write, AI chat, search, settings work unchanged on both platforms - Xcode project generated, Rust cross-compiles cleanly to aarch64-apple-ios-sim - All 581 Rust tests and 2201 frontend tests still pass Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
132 lines
4.5 KiB
XML
132 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "1430"
|
|
version = "1.7">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES"
|
|
runPostActionsOnFailure = "NO">
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "DAF25BBC5B5E1A3750AF7F8E"
|
|
BuildableName = "laputa_iOS.app"
|
|
BlueprintName = "laputa_iOS"
|
|
ReferencedContainer = "container:laputa.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "NO"
|
|
onlyGenerateCoverageForSpecifiedTargets = "NO">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "DAF25BBC5B5E1A3750AF7F8E"
|
|
BuildableName = "laputa_iOS.app"
|
|
BlueprintName = "laputa_iOS"
|
|
ReferencedContainer = "container:laputa.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
<Testables>
|
|
</Testables>
|
|
<CommandLineArguments>
|
|
</CommandLineArguments>
|
|
<EnvironmentVariables>
|
|
<EnvironmentVariable
|
|
key = "RUST_BACKTRACE"
|
|
value = "full"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
<EnvironmentVariable
|
|
key = "RUST_LOG"
|
|
value = "info"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
</EnvironmentVariables>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
ignoresPersistentStateOnLaunch = "NO"
|
|
debugDocumentVersioning = "YES"
|
|
debugServiceExtension = "internal"
|
|
allowLocationSimulation = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "DAF25BBC5B5E1A3750AF7F8E"
|
|
BuildableName = "laputa_iOS.app"
|
|
BlueprintName = "laputa_iOS"
|
|
ReferencedContainer = "container:laputa.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
<CommandLineArguments>
|
|
</CommandLineArguments>
|
|
<EnvironmentVariables>
|
|
<EnvironmentVariable
|
|
key = "RUST_BACKTRACE"
|
|
value = "full"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
<EnvironmentVariable
|
|
key = "RUST_LOG"
|
|
value = "info"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
</EnvironmentVariables>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "release"
|
|
shouldUseLaunchSchemeArgsEnv = "NO"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "DAF25BBC5B5E1A3750AF7F8E"
|
|
BuildableName = "laputa_iOS.app"
|
|
BlueprintName = "laputa_iOS"
|
|
ReferencedContainer = "container:laputa.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
<CommandLineArguments>
|
|
</CommandLineArguments>
|
|
<EnvironmentVariables>
|
|
<EnvironmentVariable
|
|
key = "RUST_BACKTRACE"
|
|
value = "full"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
<EnvironmentVariable
|
|
key = "RUST_LOG"
|
|
value = "info"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
</EnvironmentVariables>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|