Skip to content

Commit

Permalink
Added back pre-built binaries. Added Xcode project for use with works…
Browse files Browse the repository at this point in the history
…pace.
  • Loading branch information
Robert McNally committed Apr 13, 2011
1 parent aecbf2c commit 8052f12
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
.DS_Store
lib/*
Binary file added lib/libcrypto-iphoneos.a
Binary file not shown.
Binary file added lib/libcrypto-iphonesimulator.a
Binary file not shown.
Binary file added lib/libssl-iphoneos.a
Binary file not shown.
Binary file added lib/libssl-iphonesimulator.a
Binary file not shown.
133 changes: 133 additions & 0 deletions openssl.xcodeproj/project.pbxproj
@@ -0,0 +1,133 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXFileReference section */
0304C9E41355BDBF0056426A /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; path = include; sourceTree = "<group>"; };
0304C9E81355BE460056426A /* lib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = lib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
0304C9C21355B4E40056426A = {
isa = PBXGroup;
children = (
0304C9E51355BDD40056426A /* Products */,
);
sourceTree = "<group>";
usesTabs = 1;
};
0304C9E51355BDD40056426A /* Products */ = {
isa = PBXGroup;
children = (
0304C9E81355BE460056426A /* lib */,
0304C9E41355BDBF0056426A /* include */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
0304C9CB1355B5970056426A /* openssl */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "";
buildConfigurationList = 0304C9CC1355B5970056426A /* Build configuration list for PBXLegacyTarget "openssl" */;
buildPhases = (
);
buildToolPath = ./build.sh;
buildWorkingDirectory = "";
dependencies = (
);
name = openssl;
passBuildSettingsInEnvironment = 0;
productName = "openssl-iphoneos";
};
/* End PBXLegacyTarget section */

/* Begin PBXProject section */
0304C9C41355B4E40056426A /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 0304C9C71355B4E40056426A /* Build configuration list for PBXProject "openssl" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 0304C9C21355B4E40056426A;
projectDirPath = "";
projectRoot = "";
targets = (
0304C9CB1355B5970056426A /* openssl */,
);
};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
0304C9C91355B4E40056426A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
armv6,
armv7,
);
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
VALID_ARCHS = "armv6 armv7";
};
name = Debug;
};
0304C9CA1355B4E40056426A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
armv6,
armv7,
);
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
VALID_ARCHS = "armv6 armv7";
};
name = Release;
};
0304C9CD1355B5970056426A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
0304C9CE1355B5970056426A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0304C9C71355B4E40056426A /* Build configuration list for PBXProject "openssl" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0304C9C91355B4E40056426A /* Debug */,
0304C9CA1355B4E40056426A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0304C9CC1355B5970056426A /* Build configuration list for PBXLegacyTarget "openssl" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0304C9CD1355B5970056426A /* Debug */,
0304C9CE1355B5970056426A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0304C9C41355B4E40056426A /* Project object */;
}
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0304C9CB1355B5970056426A"
BuildableName = "openssl-iphoneos"
BlueprintName = "openssl"
ReferencedContainer = "container:openssl.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
displayScaleIsEnabled = "NO"
displayScale = "1.00"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug">
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
displayScaleIsEnabled = "NO"
displayScale = "1.00"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>openssl.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>6</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>0304C9CB1355B5970056426A</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 8052f12

Please sign in to comment.