Shares RxExample-iOS scheme.

This commit is contained in:
Krunoslav Zaher 2017-10-01 14:47:39 +02:00
parent c29e8f9ef5
commit c2e9c1ab9e
No known key found for this signature in database
GPG Key ID: 74BC718B68EA3842
2 changed files with 100 additions and 11 deletions

View File

@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C83366DC1AD0293800C668A7"
BuildableName = "RxExample-iOS.app"
BlueprintName = "RxExample-iOS"
ReferencedContainer = "container:RxExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C83366DC1AD0293800C668A7"
BuildableName = "RxExample-iOS.app"
BlueprintName = "RxExample-iOS"
ReferencedContainer = "container:RxExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C83366DC1AD0293800C668A7"
BuildableName = "RxExample-iOS.app"
BlueprintName = "RxExample-iOS"
ReferencedContainer = "container:RxExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C83366DC1AD0293800C668A7"
BuildableName = "RxExample-iOS.app"
BlueprintName = "RxExample-iOS"
ReferencedContainer = "container:RxExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -163,17 +163,13 @@ if [ "${VALIDATE_IOS_EXAMPLE}" -eq 1 ]; then
rx "RxExample-iOSTests" ${configuration} "${DEFAULT_IOS_SIMULATOR}" test
done
else
echo "Ok for now";
# Temporarily disabled because xcodebuild hangs on -showBuildSettings -skipUnavailableActions
# and Carthage is calling xcodebuild with those commands
#
# for scheme in "RxExample-iOS"
# do
# for configuration in "Debug"
# do
# rx ${scheme} ${configuration} "${DEFAULT_IOS_SIMULATOR}" build
# done
# done
for scheme in "RxExample-iOS"
do
for configuration in "Debug"
do
rx ${scheme} ${configuration} "${DEFAULT_IOS_SIMULATOR}" build
done
done
fi
elif [[ "${UNIX_NAME}" == "${LINUX}" ]]; then
unsupported_target