Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 24, 2023
1 parent 5d7c335 commit 9382320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/Boilertalk/secp256k1.swift",
"state": {
"branch": null,
"revision": "45e458ec3be46cf0a6eb68bc947f797852dc65d8",
"version": "0.1.6"
"revision": "cd187c632fb812fd93711a9f7e644adb7e5f97f0",
"version": "0.1.7"
}
},
{
Expand Down
3 changes: 3 additions & 0 deletions cocoapods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ target 'TestApplication' do
installer_representation.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end

end


0 comments on commit 9382320

Please sign in to comment.