Skip to content

Commit

Permalink
Modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed Apr 24, 2024
1 parent 5b67dfb commit 3c9ee6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
@@ -1,8 +1,3 @@
## 6.14.2
Release date: *2024-04-21*
- React Native >> Update iOS to 6.14.2 , Android to 6.14.0
- React Native >> iOS >> Adding privacy manifest

## 6.13.1
Release date: *2024-03-07*

Expand Down
73 changes: 0 additions & 73 deletions ios/Resources/PrivacyInfo.xcprivacy

This file was deleted.

4 changes: 2 additions & 2 deletions react-native-appsflyer.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = pkg["author"]
s.source = { :git => pkg["repository"]["url"] }
s.source_files = 'ios/**/*.{h,m}'
s.platform = :ios, "13.0"
s.platform = :ios, "9.0"
s.static_framework = true
s.dependency 'React'

Expand All @@ -26,6 +26,6 @@ Pod::Spec.new do |s|
Pod::UI.puts "#{s.name}: You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps."
end
s.dependency 'AppsFlyerFramework', '6.14.2'
s.resource_bundles = {'react_native_appsflyer_sdk_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'AppsFlyerFramework' => ['Resources/PrivacyInfo.xcprivacy']}
end
end

0 comments on commit 3c9ee6d

Please sign in to comment.