Skip to content

Commit

Permalink
Add Privacy Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Apr 24, 2024
1 parent 138f363 commit cc7d36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
43 changes: 0 additions & 43 deletions Resources/PrivacyInfo.xcprivacy

This file was deleted.

4 changes: 2 additions & 2 deletions Usabilla.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.homepage = "http://usabilla.com"
s.license = "Apache License, Version 2.0"
s.author = { "Team SDK" => "sdk@usabilla.com" }
s.platform = :ios, "9.0"
s.platform = :ios, "12.0"
s.source = { :http => "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v#{s.version}/UsabillaXCFramework.zip"}
s.ios.resource_bundles = {"Usabilla" => ["Resources/PrivacyInfo.xcprivacy"]}
s.ios.resource_bundle = { 'Usabilla' => 'Usabilla.xcframework/PrivacyInfo.xcprivacy' }
s.ios.vendored_frameworks = 'Usabilla.xcframework'
end

0 comments on commit cc7d36c

Please sign in to comment.