File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Sources/AuthProvider/GameCenter Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v6.9.1
2
+ - [ fixed] Internal source documentation. (#6371 )
3
+
1
4
# v6.9.0
2
5
- [ added] Added support for multi-tenancy (#6142 ).
3
6
- [ added] Added basic watchOS support. (#4621 )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
50
50
@property (nonatomic , readonly ) uint64_t timestamp;
51
51
52
52
/* * @property displayName
53
- @brief The date and time that the signature was created .
53
+ @brief The display name of the local Game Center player .
54
54
*/
55
55
@property (nonatomic , readonly ) NSString *displayName;
56
56
@@ -60,6 +60,7 @@ NS_ASSUME_NONNULL_BEGIN
60
60
@param signature The verification signature generated.
61
61
@param salt A random string used to compute the hash and keep it randomized.
62
62
@param timestamp The date and time that the signature was created.
63
+ @param displayName The display name of the Game Center player.
63
64
*/
64
65
- (nullable instancetype )initWithPlayerID : (NSString *)playerID
65
66
publicKeyURL : (NSURL *)publicKeyURL
You can’t perform that action at this time.
0 commit comments