CryptoSwift.xcscheme 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Scheme
  3. LastUpgradeVersion = "0700"
  4. version = "1.3">
  5. <BuildAction
  6. parallelizeBuildables = "NO"
  7. buildImplicitDependencies = "YES">
  8. <BuildActionEntries>
  9. <BuildActionEntry
  10. buildForTesting = "YES"
  11. buildForRunning = "YES"
  12. buildForProfiling = "YES"
  13. buildForArchiving = "YES"
  14. buildForAnalyzing = "YES">
  15. <BuildableReference
  16. BuildableIdentifier = "primary"
  17. BlueprintIdentifier = "754BE45419693E190098E6F3"
  18. BuildableName = "CryptoSwift.framework"
  19. BlueprintName = "CryptoSwift"
  20. ReferencedContainer = "container:CryptoSwift.xcodeproj">
  21. </BuildableReference>
  22. </BuildActionEntry>
  23. <BuildActionEntry
  24. buildForTesting = "YES"
  25. buildForRunning = "YES"
  26. buildForProfiling = "NO"
  27. buildForArchiving = "NO"
  28. buildForAnalyzing = "YES">
  29. <BuildableReference
  30. BuildableIdentifier = "primary"
  31. BlueprintIdentifier = "754BE45F19693E190098E6F3"
  32. BuildableName = "CryptoSwiftTests.xctest"
  33. BlueprintName = "CryptoSwiftTests"
  34. ReferencedContainer = "container:CryptoSwift.xcodeproj">
  35. </BuildableReference>
  36. </BuildActionEntry>
  37. </BuildActionEntries>
  38. </BuildAction>
  39. <TestAction
  40. buildConfiguration = "Release"
  41. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  42. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  43. shouldUseLaunchSchemeArgsEnv = "YES"
  44. codeCoverageEnabled = "YES">
  45. <Testables>
  46. <TestableReference
  47. skipped = "NO">
  48. <BuildableReference
  49. BuildableIdentifier = "primary"
  50. BlueprintIdentifier = "754BE45F19693E190098E6F3"
  51. BuildableName = "CryptoSwiftTests.xctest"
  52. BlueprintName = "CryptoSwiftTests"
  53. ReferencedContainer = "container:CryptoSwift.xcodeproj">
  54. </BuildableReference>
  55. <SkippedTests>
  56. <Test
  57. Identifier = "AESTests/testAESPerformance()">
  58. </Test>
  59. <Test
  60. Identifier = "AESTests/testAESPerformanceCommonCrypto()">
  61. </Test>
  62. <Test
  63. Identifier = "ChaCha20Tests/testChaCha20Performance()">
  64. </Test>
  65. <Test
  66. Identifier = "RaufelderTests">
  67. </Test>
  68. </SkippedTests>
  69. </TestableReference>
  70. </Testables>
  71. <MacroExpansion>
  72. <BuildableReference
  73. BuildableIdentifier = "primary"
  74. BlueprintIdentifier = "754BE45419693E190098E6F3"
  75. BuildableName = "CryptoSwift.framework"
  76. BlueprintName = "CryptoSwift"
  77. ReferencedContainer = "container:CryptoSwift.xcodeproj">
  78. </BuildableReference>
  79. </MacroExpansion>
  80. <AdditionalOptions>
  81. </AdditionalOptions>
  82. </TestAction>
  83. <LaunchAction
  84. buildConfiguration = "Debug"
  85. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  86. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  87. launchStyle = "0"
  88. useCustomWorkingDirectory = "NO"
  89. ignoresPersistentStateOnLaunch = "NO"
  90. debugDocumentVersioning = "YES"
  91. debugServiceExtension = "internal"
  92. allowLocationSimulation = "YES">
  93. <MacroExpansion>
  94. <BuildableReference
  95. BuildableIdentifier = "primary"
  96. BlueprintIdentifier = "754BE45419693E190098E6F3"
  97. BuildableName = "CryptoSwift.framework"
  98. BlueprintName = "CryptoSwift"
  99. ReferencedContainer = "container:CryptoSwift.xcodeproj">
  100. </BuildableReference>
  101. </MacroExpansion>
  102. <AdditionalOptions>
  103. </AdditionalOptions>
  104. </LaunchAction>
  105. <ProfileAction
  106. buildConfiguration = "Release"
  107. shouldUseLaunchSchemeArgsEnv = "YES"
  108. savedToolIdentifier = ""
  109. useCustomWorkingDirectory = "NO"
  110. debugDocumentVersioning = "YES">
  111. <MacroExpansion>
  112. <BuildableReference
  113. BuildableIdentifier = "primary"
  114. BlueprintIdentifier = "754BE45419693E190098E6F3"
  115. BuildableName = "CryptoSwift.framework"
  116. BlueprintName = "CryptoSwift"
  117. ReferencedContainer = "container:CryptoSwift.xcodeproj">
  118. </BuildableReference>
  119. </MacroExpansion>
  120. </ProfileAction>
  121. <AnalyzeAction
  122. buildConfiguration = "Debug">
  123. </AnalyzeAction>
  124. <ArchiveAction
  125. buildConfiguration = "Release"
  126. revealArchiveInOrganizer = "YES">
  127. </ArchiveAction>
  128. </Scheme>