Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update ios dependency to 3.3.3, bump version to 0.0.4. #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions ios/approov_service_flutter_httpclient.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
Pod::Spec.new do |s|
s.name = 'approov_service_flutter_httpclient'
s.version = '0.0.4'
s.version = '0.0.5'
s.summary = 'Flutter plugin for accessing Approov SDK attestation services.'
s.description = <<-DESC
A Flutter plugin using mobile API protection provided by the Approov SDK. If the provided Approov SDK is configured to protect an API, then the plugin will automatically set up pinning and add relevant headers for any request to the API.
DESC
s.homepage = 'https://github.com/approov/approov_service_flutter_httpclient'
s.license = { :type => 'BSD', :file => '../LICENSE' }
s.author = { 'CriticalBlue' => 'ivol@criticalblue.com' }
s.source = { :http => 'https://github.com/approov/approov-service-flutter-httpclient' }
s.source = { :path => '.' }
#s.documentation_url = 'https://pub.dev/packages/approov-service-flutter-httpclient'
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'approov-ios-sdk', '~> 3.3.0'
s.dependency 'approov-ios-sdk', '3.3.3'

# Define platform support
s.ios.deployment_target = '12.0'
s.watchos.deployment_target = '9.0'
s.platform = :ios, '12.0'
# Flutter.framework does not contain an i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
#s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 x86_64' }
s.xcconfig = { 'OTHER_LDFLAGS' => '$(inherited) -framework Approov', 'ENABLE_BITCODE' => 'NO' }
#s.xcconfig = { 'OTHER_LDFLAGS' => '$(inherited) -framework Approov', 'ENABLE_BITCODE' => 'NO' }
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: approov_service_flutter_httpclient
description: A new flutter plugin project.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/approov/approov_service_flutter_httpclient

environment: