Skip to content

Commit db7f060

Browse files
authored
Merge pull request #105 from x2on/xcode-7.3
Xcode 7.3 support, iOS 9.3
2 parents 588fd9b + fe8b146 commit db7f060

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
osx_image: xcode7.1
1+
osx_image: xcode7.3
22
language: objective-c
3-
before_install:
3+
before_install:
44
- ./build-libssl.sh verbose
55
- xcrun -sdk iphoneos lipo -info ./lib/*.a
66
- ./create-openssl-framework.sh
77
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl
88

9-
script:
9+
script:
1010
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.png)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.0.2h-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-7.0%20--%209.2-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-9.2-lightgrey.svg)]()
1+
# OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.png)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.0.2h-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-7.0%20--%209.3-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-9.2-lightgrey.svg)]()
22

33
This is a script for using self-compiled builds of the OpenSSL-library on the iPhone. You can build apps with Xcode and the official SDK from Apple with this. I also made a small example-app for using the libraries with Xcode and the iPhone/iPhone-Simulator.
44

@@ -12,7 +12,7 @@ You must build the OpenSSL-Libraries before running the sample with:
1212
This repository contains a iOS 9.1 Xcode Project with usese the OpenSSL Libaries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield.
1313

1414
## System support
15-
**iOS 7.0 - iOS 9.2 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.**
15+
**iOS 7.0 - iOS 9.3 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.**
1616

1717
For iOS < 7.0 you must use Xcode < 7 and an older version of the build script.
1818

@@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt
2323
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
2424

2525
## Changelog
26+
* 2016-08-09: Xcode 7.3 support, iOS 9.3
2627
* 2016-05-04: OpenSSL 1.0.2h
2728
* 2015-12-11: Xcode 7.2 support, iOS 9.2
2829
* 2015-12-03: OpenSSL 1.0.2e

build-libssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# for iPhoneOS and iPhoneSimulator
55
#
66
# Created by Felix Schulze on 16.12.10.
7-
# Copyright 2010-2015 Felix Schulze. All rights reserved.
7+
# Copyright 2010-2016 Felix Schulze. All rights reserved.
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License");
1010
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)