GameKit macOS 10.14 to 10.15 API Differences

GKAchievementViewController.h
Declaration
From@property (atomic, assign) id<GKAchievementViewControllerDelegate> achievementDelegate
To@property (atomic, weak) id<GKAchievementViewControllerDelegate> achievementDelegate

GKDefines.h
Added #def GK_API_DEPRECATED
GKDialogController.h
Declaration
From@property (assign) NSWindow *parentWindow
To@property (weak) NSWindow *parentWindow

GKError.h
GKGameCenterViewController.h
Declaration
From@property (atomic, assign) id<GKGameCenterControllerDelegate> gameCenterDelegate
To@property (atomic, weak) id<GKGameCenterControllerDelegate> gameCenterDelegate

Declaration
From@property (nonatomic, retain) NSString *leaderboardIdentifier
To@property (nonatomic, strong) NSString *leaderboardIdentifier

Declaration
From@property (nonatomic, retain) NSString *leaderboardCategory
To@property (nonatomic, strong) NSString *leaderboardCategory

GKLeaderboardViewController.h
Declaration
From@property (atomic, assign) id<GKLeaderboardViewControllerDelegate> leaderboardDelegate
To@property (atomic, weak) id<GKLeaderboardViewControllerDelegate> leaderboardDelegate

GKLocalPlayer.h
GKMatchmaker.h
GKMatchmakerViewController.h
Declaration
From@property (nonatomic, readonly, retain) GKMatchRequest *matchRequest
To@property (nonatomic, readonly, strong) GKMatchRequest *matchRequest

GKPlayer.h
Declaration
From@property (atomic, readonly) NSString *displayName
To@property (atomic, readonly) NSString *displayName

Declaration
From@property (atomic, readonly, copy) NSString *alias
To@property (atomic, readonly, copy) NSString *alias

DeclarationAvailabilityDeprecation Message
From@property (atomic, readonly, retain) NSString *playerIDAvailablenone
To@property (atomic, readonly, retain) NSString *playerIDDeprecateduse the teamPlayerID property to identify a player

GKTurnBasedMatchmakerViewController.h
Declaration
From@property (nonatomic, readwrite, assign) id<GKTurnBasedMatchmakerViewControllerDelegate> turnBasedMatchmakerDelegate
To@property (nonatomic, readwrite, weak) id<GKTurnBasedMatchmakerViewControllerDelegate> turnBasedMatchmakerDelegate