Skip to content

Commit 2f15711

Browse files
committed
update versions
1 parent bc4839a commit 2f15711

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Supported 3.2.X versions: 3.2.1, 3.2.0
66

77
Supported 3.1.X versions: 3.1.5, 3.1.4, 3.1.3, 3.1.2, 3.1.1, 3.1.0
88

9-
Supported 3.0.X versions: 3.0.13, 3.0.12, 3.0.11, 3.0.10, 3.0.9, 3.0.8, 3.0.8, 3.0.7
9+
Supported 3.0.X versions: 3.0.14, 3.0.13, 3.0.12, 3.0.11, 3.0.10, 3.0.9, 3.0.8, 3.0.8, 3.0.7
1010

1111
Supported 1.1.1X versions: 1.1.1w, 1.1.1v, 1.1.1u, 1.1.1t, 1.1.1s, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m, 1.1.1l, 1.1.1k, 1.1.1j, 1.1.1i
1212

@@ -37,9 +37,9 @@ The actual library version is taken from https://github.com/openssl/openssl with
3737
- Use cocoapods. Add the following lines into your project's Podfile:
3838
```
3939
use_frameworks!
40-
pod 'openssl-iosx', '~> 3.3.0'
40+
pod 'openssl-iosx', '~> 3.0.14'
4141
# or optionally more precisely
42-
# pod 'openssl-iosx', :git => 'https://github.com/apotocki/openssl-iosx', :tag => '3.3.0.0'
42+
# pod 'openssl-iosx', :git => 'https://github.com/apotocki/openssl-iosx', :tag => '3.0.14.0'
4343
```
4444
install new dependency:
4545
```

openssl-iosx.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "openssl-iosx"
3-
s.version = "3.3.0.0"
3+
s.version = "3.0.14.0"
44
s.summary = "OpenSSL libraries for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator."
55
s.homepage = "https://github.com/apotocki/openssl-iosx"
66
s.license = "Apache"

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
THREAD_COUNT=$(sysctl hw.ncpu | awk '{print $2}')
66
HOST_ARC=$( uname -m )
77
XCODE_ROOT=$( xcode-select -print-path )
8-
OPENSSL_VER=openssl-3.3.0
8+
OPENSSL_VER=openssl-3.0.14
99
#MACOSX_VERSION_ARM=12.3
1010
#MACOSX_VERSION_X86_64=10.13
1111
################## SETUP END

0 commit comments

Comments
 (0)