adium 5558:52f2e3473b38: Make the Adium scheme shared and enable...

commits at adium.im commits at adium.im
Wed Jun 12 18:12:36 UTC 2013


details:	http://hg.adium.im/adium/rev/52f2e3473b38
revision:	5558:52f2e3473b38
branch:		(none)
author:		Frank Dowsett <wixardy at adium.im>
date:		Wed Jun 12 14:06:36 2013 -0400

Make the Adium scheme shared and enable tests on it.

diffs (121 lines):

diff -r a47f5e0cdce7 -r 52f2e3473b38 Adium.xcodeproj/xcshareddata/xcschemes/Adium.xcscheme
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Adium.xcodeproj/xcshareddata/xcschemes/Adium.xcscheme	Wed Jun 12 14:06:36 2013 -0400
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0500"
+   version = "1.8">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "YES"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "34BD9CD1053146CC000AB133"
+               BuildableName = "Adium.app"
+               BlueprintName = "Adium"
+               ReferencedContainer = "container:Adium.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      buildConfiguration = "Debug">
+      <Testables>
+         <TestableReference
+            skipped = "NO">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "312ED3C90C7E875B00A6BDA9"
+               BuildableName = "Unit tests.octest"
+               BlueprintName = "Unit tests"
+               ReferencedContainer = "container:Adium.xcodeproj">
+            </BuildableReference>
+         </TestableReference>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "34BD9CD1053146CC000AB133"
+            BuildableName = "Adium.app"
+            BlueprintName = "Adium"
+            ReferencedContainer = "container:Adium.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+   </TestAction>
+   <LaunchAction
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      displayScaleIsEnabled = "NO"
+      displayScale = "1.00"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      buildConfiguration = "Debug"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "34BD9CD1053146CC000AB133"
+            BuildableName = "Adium.app"
+            BlueprintName = "Adium"
+            ReferencedContainer = "container:Adium.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <CommandLineArguments>
+         <CommandLineArgument
+            argument = "-NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints YES"
+            isEnabled = "YES">
+         </CommandLineArgument>
+      </CommandLineArguments>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      displayScaleIsEnabled = "NO"
+      displayScale = "1.00"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      buildConfiguration = "Debug"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "34BD9CD1053146CC000AB133"
+            BuildableName = "Adium.app"
+            BlueprintName = "Adium"
+            ReferencedContainer = "container:Adium.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Release">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff -r a47f5e0cdce7 -r 52f2e3473b38 Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.h
--- a/Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.h	Fri Jun 07 22:54:02 2013 -0400
+++ b/Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.h	Wed Jun 12 14:06:36 2013 -0400
@@ -30,7 +30,6 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
  
-#import <DNSServiceDiscovery/DNSServiceDiscovery.h>
 #import <dns_sd.h>
 
 




More information about the commits mailing list