Skip to content

Commit 708f1b3

Browse files
authored
Merge pull request #835 Podspec: Add SafariServices for without-IDFA subspec
From ziogaschr/podspec-idfa-with-safari
2 parents bbaa259 + 4f89c94 commit 708f1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
3535
s.subspec 'without-IDFA' do |idfa|
3636
idfa.source_files = source_files
3737
idfa.private_header_files = "Branch-SDK/Fabric/*.h"
38-
idfa.frameworks = 'MobileCoreServices'
38+
idfa.frameworks = 'MobileCoreServices', 'SafariServices'
3939
end
4040

4141
s.subspec 'without-Safari' do |safari|

0 commit comments

Comments
 (0)