Skip to content

Commit d1ff99e

Browse files
Add sign in entitlement
1 parent 3feb081 commit d1ff99e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

plugin.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@
5454
</array>
5555
</config-file>
5656

57+
<config-file target="*-Debug.plist" parent="com.apple.developer.applesignin">
58+
<array>
59+
<string>Default</string>
60+
</array>
61+
</config-file>
62+
<config-file target="*-Release.plist" parent="com.apple.developer.applesignin">
63+
<array>
64+
<string>Default</string>
65+
</array>
66+
</config-file>
67+
5768
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
5869
<array>
5970
<dict>

0 commit comments

Comments
 (0)