Skip to content

Commit

Permalink
bump version 1.1.170
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Nov 22, 2020
1 parent 80c3a68 commit 355cff3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OpenSSL-Universal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OpenSSL-Universal"
s.version = "1.1.1#{("a".."z").to_a.index 'h'}"
s.version = "1.1.170"
s.summary = "OpenSSL for iOS and OS X"
s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7,armv7s,arm64,x86_64)."
s.homepage = "https://github.com/krzyzanowskim/OpenSSL"
Expand Down
12 changes: 6 additions & 6 deletions OpenSSL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@
"$(inherited)",
"$(PROJECT_DIR)/iphonesimulator/lib",
);
MARKETING_VERSION = 1.1.17;
MARKETING_VERSION = 1.1.170;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1548,7 +1548,7 @@
"$(inherited)",
"$(PROJECT_DIR)/iphonesimulator/lib",
);
MARKETING_VERSION = 1.1.17;
MARKETING_VERSION = 1.1.170;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1657,7 +1657,7 @@
"$(inherited)",
"$(PROJECT_DIR)/iphoneos/lib",
);
MARKETING_VERSION = 1.1.17;
MARKETING_VERSION = 1.1.170;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1743,7 +1743,7 @@
"$(inherited)",
"$(PROJECT_DIR)/iphoneos/lib",
);
MARKETING_VERSION = 1.1.17;
MARKETING_VERSION = 1.1.170;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1837,7 +1837,7 @@
"$(PROJECT_DIR)/macos/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.1.17;
MARKETING_VERSION = 1.1.170;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1922,7 +1922,7 @@
"$(PROJECT_DIR)/macos/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.1.17;
MARKETING_VERSION = 1.1.170;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Binary `OpenSSL.xcframework` (Used by the Swift Package Manager package integrat

```
dependencies: [
.package(url: "https://github.com/krzyzanowskim/OpenSSL.git", .upToNextMinor(from: "1.1.17"))
.package(url: "https://github.com/krzyzanowskim/OpenSSL.git", .upToNextMinor(from: "1.1.170"))
]
```

Expand Down

0 comments on commit 355cff3

Please sign in to comment.