We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7c335 commit 9382320Copy full SHA for 9382320
Package.resolved
@@ -51,8 +51,8 @@
51
"repositoryURL": "https://github.com/Boilertalk/secp256k1.swift",
52
"state": {
53
"branch": null,
54
- "revision": "45e458ec3be46cf0a6eb68bc947f797852dc65d8",
55
- "version": "0.1.6"
+ "revision": "cd187c632fb812fd93711a9f7e644adb7e5f97f0",
+ "version": "0.1.7"
56
}
57
},
58
{
cocoapods/Podfile
@@ -16,8 +16,11 @@ target 'TestApplication' do
16
installer_representation.pods_project.targets.each do |target|
17
target.build_configurations.each do |config|
18
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
19
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
20
end
21
22
23
24
25
+
26
0 commit comments