Skip to content

Commit

Permalink
update ios to 6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Apr 2, 2023
1 parent cf34e14 commit 56b0f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,5 @@
"setupFiles": [
"<rootDir>/__tests__/setup.js"
]
},
"peerDependencies": {
"expo": "*"
}
}
5 changes: 2 additions & 3 deletions react-native-appsflyer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ Pod::Spec.new do |s|
# AppsFlyerFramework
if defined?($RNAppsFlyerStrictMode) && ($RNAppsFlyerStrictMode == true)
Pod::UI.puts "#{s.name}: Using AppsFlyerFramework/Strict mode"
s.dependency 'AppsFlyerFramework/Strict', '6.9.1'
s.dependency 'AppsFlyerFramework/Strict', '6.10.1'
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
else
if !defined?($RNAppsFlyerStrictMode)
Pod::UI.puts "#{s.name}: Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps."
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.9.1'
s.dependency 'appsflyer-apple-sdk-qa', '6.10.1.106'
s.dependency 'AppsFlyerFramework', '6.10.1'
end
end

0 comments on commit 56b0f2d

Please sign in to comment.