Skip to content

Commit 6d46f1a

Browse files
committed
fix: default branch is now main
1 parent 9cf24fe commit 6d46f1a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**'
77
push:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
# linting:

.github/workflows/tests_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
push:
1212
branches:
13-
- master
13+
- main
1414
paths-ignore:
1515
- 'docs/**'
1616
- '**/*.md'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ The operation couldn’t be completed. (com.apple.AuthenticationServices.Authori
361361
362362
###### Case 1:
363363
Check that the connection settings have been made correctly.
364-
The setup can be found here: [Initial Setup](https://github.com/invertase/react-native-apple-authentication/blob/master/docs/INITIAL_SETUP.md)
364+
The setup can be found here: [Initial Setup](https://github.com/invertase/react-native-apple-authentication/blob/main/docs/INITIAL_SETUP.md)
365365
366366
###### Case 2:
367367
If you are using the function `getCredentialStateForUser` on a simulator, this error will always be triggered, for the reason that this function verifies the authenticity of the device.
@@ -373,9 +373,9 @@ If you are using a simulator, go to [Mange Apple Account](https://appleid.apple.
373373
374374
Search for "Devices", select "Simulator" and press "Remove from Account".
375375
376-
![show-devices](https://raw.githubusercontent.com/invertase/react-native-apple-authentication/master/docs/images/devices-list.jpg)
376+
![show-devices](https://raw.githubusercontent.com/invertase/react-native-apple-authentication/main/docs/images/devices-list.jpg)
377377
378-
![remove-from-manager](https://raw.githubusercontent.com/invertase/react-native-apple-authentication/master/docs/images/remove-simulator-devices-list.jpg)
378+
![remove-from-manager](https://raw.githubusercontent.com/invertase/react-native-apple-authentication/main/docs/images/remove-simulator-devices-list.jpg)
379379
380380
It should work fine.
381381

0 commit comments

Comments
 (0)