Skip to content

Commit 129d4e7

Browse files
authored
Merge pull request #26 from tralves/master
Fix for NS 6.4.
2 parents ff84757 + 0613743 commit 129d4e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/platforms/ios/build.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OTHER_LDFLAGS = $(inherited) -framework "SafariServices"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"uses": ["SafariServices.*", "AuthenticationServices.*"]
3+
}

0 commit comments

Comments
 (0)