mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[xcode-console]: mute warnings about duplicate classes in AuthKit and AuthUIKit
This commit is contained in:
@@ -26,9 +26,8 @@
|
|||||||
buildConfiguration = "Release"
|
buildConfiguration = "Release"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
<Testables>
|
shouldAutocreateTestPlan = "YES">
|
||||||
</Testables>
|
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Release"
|
buildConfiguration = "Release"
|
||||||
@@ -74,6 +73,11 @@
|
|||||||
value = "$(DEBUG_ACTIVITY_MODE)"
|
value = "$(DEBUG_ACTIVITY_MODE)"
|
||||||
isEnabled = "YES">
|
isEnabled = "YES">
|
||||||
</EnvironmentVariable>
|
</EnvironmentVariable>
|
||||||
|
<EnvironmentVariable
|
||||||
|
key = "OBJC_DEBUG_DUPLICATE_CLASSES"
|
||||||
|
value = "$(DEBUG_DUPLICATE_CLASSES)"
|
||||||
|
isEnabled = "YES">
|
||||||
|
</EnvironmentVariable>
|
||||||
</EnvironmentVariables>
|
</EnvironmentVariables>
|
||||||
</LaunchAction>
|
</LaunchAction>
|
||||||
<ProfileAction
|
<ProfileAction
|
||||||
|
|||||||
@@ -87,6 +87,11 @@
|
|||||||
value = "$(DEBUG_ACTIVITY_MODE)"
|
value = "$(DEBUG_ACTIVITY_MODE)"
|
||||||
isEnabled = "YES">
|
isEnabled = "YES">
|
||||||
</EnvironmentVariable>
|
</EnvironmentVariable>
|
||||||
|
<EnvironmentVariable
|
||||||
|
key = "OBJC_DEBUG_DUPLICATE_CLASSES"
|
||||||
|
value = "$(DEBUG_DUPLICATE_CLASSES)"
|
||||||
|
isEnabled = "YES">
|
||||||
|
</EnvironmentVariable>
|
||||||
</EnvironmentVariables>
|
</EnvironmentVariables>
|
||||||
</LaunchAction>
|
</LaunchAction>
|
||||||
<ProfileAction
|
<ProfileAction
|
||||||
|
|||||||
@@ -28,3 +28,6 @@ ICLOUD_CONTAINER_IDENTIFIER = iCloud.$(ORG_PREFIX).$(PROJECT_NAME)
|
|||||||
|
|
||||||
// Suppress noise from os activity in xcode console log for release builds
|
// Suppress noise from os activity in xcode console log for release builds
|
||||||
DEBUG_ACTIVITY_MODE = disable
|
DEBUG_ACTIVITY_MODE = disable
|
||||||
|
|
||||||
|
// Mute warnings about duplicate classes in AuthKit and AuthUIKit
|
||||||
|
DEBUG_DUPLICATE_CLASSES = NO
|
||||||
|
|||||||
Reference in New Issue
Block a user