From c7903beb53e7221fa9f8bcbcd07820758c55c63c Mon Sep 17 00:00:00 2001 From: Marcin Krzyzanowski Date: Thu, 12 Nov 2020 01:39:12 +0100 Subject: [PATCH] Update links --- Integration-Examples/CocoaPods/Podfile | 2 +- Integration-Examples/SPM/Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Integration-Examples/CocoaPods/Podfile b/Integration-Examples/CocoaPods/Podfile index 1d172b1c..6e1dd065 100644 --- a/Integration-Examples/CocoaPods/Podfile +++ b/Integration-Examples/CocoaPods/Podfile @@ -3,5 +3,5 @@ use_frameworks! target 'Example' do - pod "OpenSSL-Universal", :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => 'marcin/1.1.1-lts' + pod "OpenSSL-Universal", :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => 'master' end diff --git a/Integration-Examples/SPM/Package.swift b/Integration-Examples/SPM/Package.swift index 692006be..a15c210f 100644 --- a/Integration-Examples/SPM/Package.swift +++ b/Integration-Examples/SPM/Package.swift @@ -7,7 +7,7 @@ let package = Package( .macOS(.v10_12) ], dependencies: [ - .package(url: "https://github.com/krzyzanowskim/OpenSSL.git", .branch("marcin/1.1.1-lts")), + .package(url: "https://github.com/krzyzanowskim/OpenSSL.git", .branch("master")), ], targets: [ .target(