diff options
author | Jose <jose@zeroc.com> | 2019-06-19 22:31:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-19 22:31:38 +0200 |
commit | bab92cfb36fc1215f78b5e3d7ec6cfc5a7e37508 (patch) | |
tree | 784bd2f28f5a8999d6d0168a7a245b77a16c2f44 | |
parent | Update Cartfile.resolved (diff) | |
download | ice-bab92cfb36fc1215f78b5e3d7ec6cfc5a7e37508.tar.bz2 ice-bab92cfb36fc1215f78b5e3d7ec6cfc5a7e37508.tar.xz ice-bab92cfb36fc1215f78b5e3d7ec6cfc5a7e37508.zip |
Regenerate test project and add missing dependencies
-rw-r--r-- | swift/Rakefile | 2 | ||||
-rw-r--r-- | swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme | 39 |
2 files changed, 27 insertions, 14 deletions
diff --git a/swift/Rakefile b/swift/Rakefile index f7bcfc6bd1d..a9efa81898a 100644 --- a/swift/Rakefile +++ b/swift/Rakefile @@ -272,12 +272,14 @@ def create_platform_targets(project, platform) target_add_files(target, group, "../slice/#{framework}", ["*.ice"]) target_add_slice2swift_build_rule(project, target, framework) target.frameworks_build_phases.add_file_reference(ice_target.product_reference) + target.add_dependency(ice_target) end # # IceGrid requires Glacier2 # icegrid_target.frameworks_build_phases.add_file_reference(glacier2_target.product_reference) + icegrid_target.add_dependency(glacier2_target) # # TestCommon framework diff --git a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme index eb2a7cd6f10..102607b0233 100644 --- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme +++ b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme @@ -7,11 +7,11 @@ buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry - buildForAnalyzing = "YES" buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" - buildForArchiving = "YES"> + buildForArchiving = "YES" + buildForAnalyzing = "YES"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "7C84DBD38E4C23C31AD1F23C" @@ -21,11 +21,11 @@ </BuildableReference> </BuildActionEntry> <BuildActionEntry - buildForAnalyzing = "YES" buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" - buildForArchiving = "YES"> + buildForArchiving = "YES" + buildForAnalyzing = "YES"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "7DB95DDC2A0D311A6441555E" @@ -35,11 +35,11 @@ </BuildableReference> </BuildActionEntry> <BuildActionEntry - buildForAnalyzing = "YES" buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" - buildForArchiving = "YES"> + buildForArchiving = "YES" + buildForAnalyzing = "YES"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "901E6B19A44D60C62D27A9F6" @@ -49,11 +49,11 @@ </BuildableReference> </BuildActionEntry> <BuildActionEntry - buildForAnalyzing = "YES" buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" - buildForArchiving = "YES"> + buildForArchiving = "YES" + buildForAnalyzing = "YES"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "9E009F0CE808A84D564F958C" @@ -65,14 +65,17 @@ </BuildActionEntries> </BuildAction> <TestAction + buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES" - buildConfiguration = "Debug"> + shouldUseLaunchSchemeArgsEnv = "YES"> + <Testables> + </Testables> <AdditionalOptions> </AdditionalOptions> </TestAction> <LaunchAction + buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" launchStyle = "0" @@ -80,17 +83,25 @@ ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "YES" debugServiceExtension = "internal" - buildConfiguration = "Debug" allowLocationSimulation = "YES"> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "7C84DBD38E4C23C31AD1F23C" + BuildableName = "Ice.framework" + BlueprintName = "Ice macOS" + ReferencedContainer = "container:ice.xcodeproj"> + </BuildableReference> + </MacroExpansion> <AdditionalOptions> </AdditionalOptions> </LaunchAction> <ProfileAction + buildConfiguration = "Release" + shouldUseLaunchSchemeArgsEnv = "YES" savedToolIdentifier = "" useCustomWorkingDirectory = "NO" - debugDocumentVersioning = "YES" - buildConfiguration = "Release" - shouldUseLaunchSchemeArgsEnv = "YES"> + debugDocumentVersioning = "YES"> </ProfileAction> <AnalyzeAction buildConfiguration = "Debug"> |