/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/ios/Keybase.xcodeproj/xcshareddata/xcschemes/Keybase.xcscheme
117 строк
5 KB
chrisnojima
fix(rpc): harden mobile JSI bridge against reader races and stream desync (#29464)
10 авг 2026, 17:06
Не верифицирован
10 авг 2026, 17:06
cd03baa
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <PreActions> <ExecutionAction ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> <ActionContent title = "Build Keybasego if stale" scriptText = " # Must be a pre-action, not a build phase: keybasego.xcframework is linked by # the Keybase target, so Xcode plans a ProcessXCFramework copy into # DerivedData at the *start* of the build. A script phase that rebuilds the # framework mid-build lands after that decision, so the link still uses the # stale staged copy and fails with undefined Keybase* symbols. Pre-actions run # before the task graph is computed. set -e "$SRCROOT/../react-native/gobuild-if-needed.sh" ios "> <EnvironmentBuildable> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "Keybase.app" BlueprintName = "Keybase" ReferencedContainer = "container:Keybase.xcodeproj"> </BuildableReference> </EnvironmentBuildable> </ActionContent> </ExecutionAction> </PreActions> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "Keybase.app" BlueprintName = "Keybase" ReferencedContainer = "container:Keybase.xcodeproj"> </BuildableReference> </BuildActionEntry> </BuildActionEntries> </BuildAction> <TestAction buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> <MacroExpansion> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "Keybase.app" BlueprintName = "Keybase" ReferencedContainer = "container:Keybase.xcodeproj"> </BuildableReference> </MacroExpansion> <Testables> </Testables> </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 = "13B07F861A680F5B00A75B9A" BuildableName = "Keybase.app" BlueprintName = "Keybase" ReferencedContainer = "container:Keybase.xcodeproj"> </BuildableReference> </BuildableProductRunnable> <EnvironmentVariables> <EnvironmentVariable key = "OS_ACTIVITY_MODE" value = "disable" isEnabled = "YES"> </EnvironmentVariable> <EnvironmentVariable key = "GODEBUG" value = "asyncpreemptoff=1,gctrace=1,schedtrace=5000" isEnabled = "YES"> </EnvironmentVariable> </EnvironmentVariables> </LaunchAction> <ProfileAction buildConfiguration = "Release" shouldUseLaunchSchemeArgsEnv = "YES" savedToolIdentifier = "" useCustomWorkingDirectory = "NO" debugDocumentVersioning = "YES"> <BuildableProductRunnable runnableDebuggingMode = "0"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "Keybase.app" BlueprintName = "Keybase" ReferencedContainer = "container:Keybase.xcodeproj"> </BuildableReference> </BuildableProductRunnable> </ProfileAction> <AnalyzeAction buildConfiguration = "Debug"> </AnalyzeAction> <ArchiveAction buildConfiguration = "Release" revealArchiveInOrganizer = "YES"> </ArchiveAction> </Scheme>