Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Nov 12, 2020
1 parent ce007fe commit c7903be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Integration-Examples/CocoaPods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Integration-Examples/SPM/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c7903be

Please sign in to comment.