Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalumickas committed Sep 23, 2020
1 parent 7464ad5 commit 68ad23f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# node macOS Sign in With Apple


Add to entitlements.plist

```xml
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
```

0 comments on commit 68ad23f

Please sign in to comment.