Skip to content

Commit 9382320

Browse files
add
1 parent 5d7c335 commit 9382320

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"repositoryURL": "https://github.com/Boilertalk/secp256k1.swift",
5252
"state": {
5353
"branch": null,
54-
"revision": "45e458ec3be46cf0a6eb68bc947f797852dc65d8",
55-
"version": "0.1.6"
54+
"revision": "cd187c632fb812fd93711a9f7e644adb7e5f97f0",
55+
"version": "0.1.7"
5656
}
5757
},
5858
{

cocoapods/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ target 'TestApplication' do
1616
installer_representation.pods_project.targets.each do |target|
1717
target.build_configurations.each do |config|
1818
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
19+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
1920
end
2021
end
2122
end
2223

2324
end
25+
26+

0 commit comments

Comments
 (0)