Skip to content

Commit e8328f6

Browse files
committed
update versions
1 parent d363547 commit e8328f6

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
@@ -1,6 +1,6 @@
11
## OpenSSL for iOS, visionOS, macOS (Intel & Apple Silicon M1) & Catalyst - arm64 / x86_64
22

3-
Supported 3.3.X versions: 3.3.1, 3.3.0
3+
Supported 3.3.X versions: 3.3.2, 3.3.1, 3.3.0
44

55
Supported 3.2.X versions: 3.2.3, 3.2.2, 3.2.1, 3.2.0
66

@@ -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.2.3'
40+
pod 'openssl-iosx', '~> 3.3.2'
4141
# or optionally more precisely
42-
# pod 'openssl-iosx', :git => 'https://github.com/apotocki/openssl-iosx', :tag => '3.2.3.0'
42+
# pod 'openssl-iosx', :git => 'https://github.com/apotocki/openssl-iosx', :tag => '3.3.2.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.2.3.0"
3+
s.version = "3.3.2.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.2.3
8+
OPENSSL_VER=openssl-3.3.2
99
#MACOSX_VERSION_ARM=12.3
1010
#MACOSX_VERSION_X86_64=10.13
1111
################## SETUP END

0 commit comments

Comments
 (0)