OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleIcon.h File Reference

Go to the source code of this file.

Data Structures

struct  APPLE_ICNS_RECORD_
 

Macros

#define APPLE_ICNS_MAGIC   SIGNATURE_32 ('i', 'c', 'n', 's')
 
#define APPLE_ICNS_IC07   SIGNATURE_32 ('i', 'c', '0', '7')
 
#define APPLE_ICNS_IC13   SIGNATURE_32 ('i', 'c', '1', '3')
 
#define APPLE_ICNS_IT32   SIGNATURE_32 ('i', 't', '3', '2')
 
#define APPLE_ICNS_T8MK   SIGNATURE_32 ('t', '8', 'm', 'k')
 
#define APPLE_DISK_ICON_DIMENSION   128U
 

Typedefs

typedef struct APPLE_ICNS_RECORD_ APPLE_ICNS_RECORD
 

Detailed Description

Copyright (C) 2020, vit9696. All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AppleIcon.h.

Macro Definition Documentation

◆ APPLE_DISK_ICON_DIMENSION

#define APPLE_DISK_ICON_DIMENSION   128U

Normal disk icon dimension.

Definition at line 32 of file AppleIcon.h.

◆ APPLE_ICNS_IC07

#define APPLE_ICNS_IC07   SIGNATURE_32 ('i', 'c', '0', '7')

Record types.

Definition at line 24 of file AppleIcon.h.

◆ APPLE_ICNS_IC13

#define APPLE_ICNS_IC13   SIGNATURE_32 ('i', 'c', '1', '3')

Definition at line 25 of file AppleIcon.h.

◆ APPLE_ICNS_IT32

#define APPLE_ICNS_IT32   SIGNATURE_32 ('i', 't', '3', '2')

Definition at line 26 of file AppleIcon.h.

◆ APPLE_ICNS_MAGIC

#define APPLE_ICNS_MAGIC   SIGNATURE_32 ('i', 'c', 'n', 's')

Header types.

Definition at line 19 of file AppleIcon.h.

◆ APPLE_ICNS_T8MK

#define APPLE_ICNS_T8MK   SIGNATURE_32 ('t', '8', 'm', 'k')

Definition at line 27 of file AppleIcon.h.

Typedef Documentation

◆ APPLE_ICNS_RECORD

Apple .icns record, all fields are Big Endian.