Re: Quick favor for those with access to 10.12 machines

2023-08-23 Thread Jason Liu
That's a great tip, I had no idea someone was uploading the macOS SDKs
onto GitHub! Thanks, Kirill!

-- 
Jason Liu


On Wed, Aug 23, 2023 at 2:22 PM Kirill A. Korinsky  wrote:

> You may use github "mirror" of SDK for difference macOS, for example
>
>
> https://github.com/search?q=repo%3Aphracker%2FMacOSX-SDKs%20kCGImageByteOrder32Big=code
> 
>
> --
> wbr, Kirill
>
> On 23. Aug 2023, at 20:14, Jason Liu  wrote:
>
>
> -- Forwarded message -
> From: 
> Date: Wed, Aug 23, 2023 at 9:07 AM
> Subject: Re: Quick favor for those with access to 10.12 machines
> To: Jason Liu 
>
>
> On 8/23/23 at 1:18 AM, Jason Liu wrote:
>
> > Hi all,
> >
> > I have what is hopefully a quick favor to ask of people who have access
> to
> > a machine with 10.12. Could someone search for whether the string
> > "kCGImageByteOrder32Big" can be found anywhere inside of
> > /System/Library/Frameworks/CoreGraphics.framework?
> >
> > In other words, run a
> >
> > grep -R kCGImageByteOrder32Big
> > /System/Library/Frameworks/CoreGraphics.framework
> >
> > and let me know whether you get any hits.
> >
> > --
> > Jason Liu
> >
>
>
>
> I do not have access macOS 10.12, but I know kCGImageByteOrder32Big is
> defined in CGImage.h in the SDKs for 10.12 and later. There were many
> constants introduced in 10.12 which are equivalent to and/or replacements
> for earlier ones. In the case of kCGImageByteOrder32Big it has the same
> value as kCGBitmapByteOrder32Big.
>
>
>
> Could you please forward this to the macports-dev list? It is currently
> rejecting my email.
>
>
>


Re: Quick favor for those with access to 10.12 machines

2023-08-23 Thread Kirill A. Korinsky via macports-dev
You may use github "mirror" of SDK for difference macOS, for example

https://github.com/search?q=repo%3Aphracker%2FMacOSX-SDKs%20kCGImageByteOrder32Big=code
 


--
wbr, Kirill

> On 23. Aug 2023, at 20:14, Jason Liu  wrote:
> 
> 
> -- Forwarded message -
> From: mailto:chrischa...@gmx.us>>
> Date: Wed, Aug 23, 2023 at 9:07 AM
> Subject: Re: Quick favor for those with access to 10.12 machines
> To: Jason Liu mailto:jason...@umich.edu>>
> 
> 
> On 8/23/23 at 1:18 AM, Jason Liu wrote:
> 
> > Hi all,
> >
> > I have what is hopefully a quick favor to ask of people who have access to
> > a machine with 10.12. Could someone search for whether the string
> > "kCGImageByteOrder32Big" can be found anywhere inside of
> > /System/Library/Frameworks/CoreGraphics.framework?
> >
> > In other words, run a
> >
> > grep -R kCGImageByteOrder32Big
> > /System/Library/Frameworks/CoreGraphics.framework
> >
> > and let me know whether you get any hits.
> >
> > --
> > Jason Liu
> >
> 
> 
> 
> I do not have access macOS 10.12, but I know kCGImageByteOrder32Big is 
> defined in CGImage.h in the SDKs for 10.12 and later. There were many 
> constants introduced in 10.12 which are equivalent to and/or replacements for 
> earlier ones. In the case of kCGImageByteOrder32Big it has the same value as 
> kCGBitmapByteOrder32Big.
> 
> 
> 
> Could you please forward this to the macports-dev list? It is currently 
> rejecting my email.



signature.asc
Description: Message signed with OpenPGP


Fwd: Quick favor for those with access to 10.12 machines

2023-08-23 Thread Jason Liu
-- Forwarded message -
From: 
Date: Wed, Aug 23, 2023 at 9:07 AM
Subject: Re: Quick favor for those with access to 10.12 machines
To: Jason Liu 


On 8/23/23 at 1:18 AM, Jason Liu wrote:

> Hi all,
>
> I have what is hopefully a quick favor to ask of people who have access to
> a machine with 10.12. Could someone search for whether the string
> "kCGImageByteOrder32Big" can be found anywhere inside of
> /System/Library/Frameworks/CoreGraphics.framework?
>
> In other words, run a
>
> grep -R kCGImageByteOrder32Big
> /System/Library/Frameworks/CoreGraphics.framework
>
> and let me know whether you get any hits.
>
> --
> Jason Liu
>



I do not have access macOS 10.12, but I know kCGImageByteOrder32Big is
defined in CGImage.h in the SDKs for 10.12 and later. There were many
constants introduced in 10.12 which are equivalent to and/or replacements
for earlier ones. In the case of kCGImageByteOrder32Big it has the same
value as kCGBitmapByteOrder32Big.



Could you please forward this to the macports-dev list? It is currently
rejecting my email.


Quick favor for those with access to 10.12 machines

2023-08-23 Thread Jason Liu
Hi all,

I have what is hopefully a quick favor to ask of people who have access to
a machine with 10.12. Could someone search for whether the string
"kCGImageByteOrder32Big" can be found anywhere inside of
/System/Library/Frameworks/CoreGraphics.framework?

In other words, run a

grep -R kCGImageByteOrder32Big
/System/Library/Frameworks/CoreGraphics.framework

and let me know whether you get any hits.

-- 
Jason Liu