We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
without-IDFA
1 parent 81d592f commit 4f89c94Copy full SHA for 4f89c94
Branch.podspec
@@ -35,7 +35,7 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
35
s.subspec 'without-IDFA' do |idfa|
36
idfa.source_files = source_files
37
idfa.private_header_files = "Branch-SDK/Fabric/*.h"
38
- idfa.frameworks = 'MobileCoreServices'
+ idfa.frameworks = 'MobileCoreServices', 'SafariServices'
39
end
40
41
s.subspec 'without-Safari' do |safari|
0 commit comments