* Add scheme

* Move scripts to travis.yml
This commit is contained in:
Felix Schulze 2013-11-18 21:53:01 +01:00
parent e606ec1e0f
commit 6d7e1dbc19
4 changed files with 103 additions and 8 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:OpenSSL-for-iOS.xcodeproj">
</FileRef>
</Workspace>

View File

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "533ED2FA1528C4840005C6FA"
BuildableName = "OpenSSL.app"
BlueprintName = "OpenSSL-for-iOS"
ReferencedContainer = "container:OpenSSL-for-iOS.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 = "53572A4A183AAFFE00B21832"
BuildableName = "OpenSSL-for-iOS_Tests.xctest"
BlueprintName = "OpenSSL-for-iOS_Tests"
ReferencedContainer = "container:OpenSSL-for-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "533ED2FA1528C4840005C6FA"
BuildableName = "OpenSSL.app"
BlueprintName = "OpenSSL-for-iOS"
ReferencedContainer = "container:OpenSSL-for-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "533ED2FA1528C4840005C6FA"
BuildableName = "OpenSSL.app"
BlueprintName = "OpenSSL-for-iOS"
ReferencedContainer = "container:OpenSSL-for-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "533ED2FA1528C4840005C6FA"
BuildableName = "OpenSSL.app"
BlueprintName = "OpenSSL-for-iOS"
ReferencedContainer = "container:OpenSSL-for-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -1,4 +0,0 @@
#!/bin/sh
echo "Build"
xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build

View File

@ -1,4 +0,0 @@
#!/bin/sh
echo "Build Open-SSL"
./build-libssl.sh