From 9c5143f1ce99accf5e5d2cb954daf5a2c1b3d125 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 10 May 2020 06:38:06 -0400 Subject: [PATCH] Add NSLayout* classes. Correct API version and email. --- Headers/AppKit/NSLayoutAnchor.h | 4 ++-- Headers/AppKit/NSLayoutConstraint.h | 4 ++-- Headers/AppKit/NSLayoutGuide.h | 4 ++-- Source/NSLayoutAnchor.m | 2 +- Source/NSLayoutConstraint.m | 2 +- Source/NSLayoutGuide.m | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Headers/AppKit/NSLayoutAnchor.h b/Headers/AppKit/NSLayoutAnchor.h index ebe4af61a..452c68fec 100644 --- a/Headers/AppKit/NSLayoutAnchor.h +++ b/Headers/AppKit/NSLayoutAnchor.h @@ -1,7 +1,7 @@ /* Interface of class NSLayoutAnchor Copyright (C) 2020 Free Software Foundation, Inc. - By: 10_11 + By: Gregory Casamento Date: Sat May 9 16:30:52 EDT 2020 This file is part of the GNUstep Library. @@ -27,7 +27,7 @@ #import -#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) +#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #if defined(__cplusplus) extern "C" { diff --git a/Headers/AppKit/NSLayoutConstraint.h b/Headers/AppKit/NSLayoutConstraint.h index 3f810c0d4..e99c92751 100644 --- a/Headers/AppKit/NSLayoutConstraint.h +++ b/Headers/AppKit/NSLayoutConstraint.h @@ -1,7 +1,7 @@ /* Interface of class NSLayoutConstraint Copyright (C) 2020 Free Software Foundation, Inc. - By: 10_11 + By: Gregory Casamento Date: Sat May 9 16:30:22 EDT 2020 This file is part of the GNUstep Library. @@ -27,7 +27,7 @@ #import -#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) +#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #if defined(__cplusplus) extern "C" { diff --git a/Headers/AppKit/NSLayoutGuide.h b/Headers/AppKit/NSLayoutGuide.h index 2e378b4d2..322a0c919 100644 --- a/Headers/AppKit/NSLayoutGuide.h +++ b/Headers/AppKit/NSLayoutGuide.h @@ -1,7 +1,7 @@ /* Interface of class NSLayoutGuide Copyright (C) 2020 Free Software Foundation, Inc. - By: 10_11 + By: Gregory Casamento Date: Sat May 9 16:30:36 EDT 2020 This file is part of the GNUstep Library. @@ -27,7 +27,7 @@ #import -#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) +#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #if defined(__cplusplus) extern "C" { diff --git a/Source/NSLayoutAnchor.m b/Source/NSLayoutAnchor.m index 3e0590155..386376181 100644 --- a/Source/NSLayoutAnchor.m +++ b/Source/NSLayoutAnchor.m @@ -1,7 +1,7 @@ /* Implementation of class NSLayoutAnchor Copyright (C) 2020 Free Software Foundation, Inc. - By: 10_11 + By: Gregory Casamento Date: Sat May 9 16:30:52 EDT 2020 This file is part of the GNUstep Library. diff --git a/Source/NSLayoutConstraint.m b/Source/NSLayoutConstraint.m index c12b694f5..c09193489 100644 --- a/Source/NSLayoutConstraint.m +++ b/Source/NSLayoutConstraint.m @@ -1,7 +1,7 @@ /* Implementation of class NSLayoutConstraint Copyright (C) 2020 Free Software Foundation, Inc. - By: 10_11 + By: Gregory Casamento Date: Sat May 9 16:30:22 EDT 2020 This file is part of the GNUstep Library. diff --git a/Source/NSLayoutGuide.m b/Source/NSLayoutGuide.m index 2ad64aa9c..c94c6a343 100644 --- a/Source/NSLayoutGuide.m +++ b/Source/NSLayoutGuide.m @@ -1,7 +1,7 @@ /* Implementation of class NSLayoutGuide Copyright (C) 2020 Free Software Foundation, Inc. - By: 10_11 + By: Gregory Casamento Date: Sat May 9 16:30:36 EDT 2020 This file is part of the GNUstep Library.