misc/libfreetype/Xcode-iPhoneOS/Freetype.xcodeproj/project.pbxproj
author koda
Fri, 05 Aug 2011 01:22:51 +0200
changeset 5503 d8632f589008
parent 5172 88f2e05288ba
child 5658 76220933369f
permissions -rw-r--r--
use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
// !$*UTF8*$!
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
{
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
	archiveVersion = 1;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
	classes = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
	};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     6
	objectVersion = 45;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     7
	objects = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     8
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     9
/* Begin PBXBuildFile section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    10
		611E0B1C11FA8F610077A41E /* ftconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AC611FA8F610077A41E /* ftconfig.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    11
		611E0B1D11FA8F610077A41E /* ftheader.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AC711FA8F610077A41E /* ftheader.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    12
		611E0B1E11FA8F610077A41E /* ftmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AC811FA8F610077A41E /* ftmodule.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    13
		611E0B1F11FA8F610077A41E /* ftoption.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AC911FA8F610077A41E /* ftoption.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    14
		611E0B2011FA8F610077A41E /* ftstdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ACA11FA8F610077A41E /* ftstdlib.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    15
		611E0B2111FA8F610077A41E /* freetype.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ACB11FA8F610077A41E /* freetype.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    16
		611E0B2211FA8F610077A41E /* ftadvanc.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ACC11FA8F610077A41E /* ftadvanc.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    17
		611E0B2311FA8F610077A41E /* ftbbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ACD11FA8F610077A41E /* ftbbox.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    18
		611E0B2411FA8F610077A41E /* ftbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ACE11FA8F610077A41E /* ftbdf.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    19
		611E0B2511FA8F610077A41E /* ftbitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ACF11FA8F610077A41E /* ftbitmap.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    20
		611E0B2611FA8F610077A41E /* ftcache.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD011FA8F610077A41E /* ftcache.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    21
		611E0B2711FA8F610077A41E /* ftchapters.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD111FA8F610077A41E /* ftchapters.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    22
		611E0B2811FA8F610077A41E /* ftcid.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD211FA8F610077A41E /* ftcid.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    23
		611E0B2911FA8F610077A41E /* fterrdef.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD311FA8F610077A41E /* fterrdef.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    24
		611E0B2A11FA8F610077A41E /* fterrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD411FA8F610077A41E /* fterrors.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    25
		611E0B2B11FA8F610077A41E /* ftgasp.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD511FA8F610077A41E /* ftgasp.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    26
		611E0B2C11FA8F610077A41E /* ftglyph.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD611FA8F610077A41E /* ftglyph.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    27
		611E0B2D11FA8F610077A41E /* ftgxval.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD711FA8F610077A41E /* ftgxval.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    28
		611E0B2E11FA8F610077A41E /* ftgzip.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD811FA8F610077A41E /* ftgzip.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    29
		611E0B2F11FA8F610077A41E /* ftimage.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AD911FA8F610077A41E /* ftimage.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    30
		611E0B3011FA8F610077A41E /* ftincrem.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ADA11FA8F610077A41E /* ftincrem.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    31
		611E0B3111FA8F610077A41E /* ftlcdfil.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ADB11FA8F610077A41E /* ftlcdfil.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    32
		611E0B3211FA8F610077A41E /* ftlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ADC11FA8F610077A41E /* ftlist.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    33
		611E0B3311FA8F610077A41E /* ftlzw.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ADD11FA8F610077A41E /* ftlzw.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    34
		611E0B3411FA8F610077A41E /* ftmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ADE11FA8F610077A41E /* ftmac.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    35
		611E0B3511FA8F610077A41E /* ftmm.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0ADF11FA8F610077A41E /* ftmm.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    36
		611E0B3611FA8F610077A41E /* ftmodapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE011FA8F610077A41E /* ftmodapi.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    37
		611E0B3711FA8F610077A41E /* ftmoderr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE111FA8F610077A41E /* ftmoderr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    38
		611E0B3811FA8F610077A41E /* ftotval.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE211FA8F610077A41E /* ftotval.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    39
		611E0B3911FA8F610077A41E /* ftoutln.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE311FA8F610077A41E /* ftoutln.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    40
		611E0B3A11FA8F610077A41E /* ftpfr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE411FA8F610077A41E /* ftpfr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    41
		611E0B3B11FA8F610077A41E /* ftrender.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE511FA8F610077A41E /* ftrender.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    42
		611E0B3C11FA8F610077A41E /* ftsizes.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE611FA8F610077A41E /* ftsizes.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    43
		611E0B3D11FA8F610077A41E /* ftsnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE711FA8F610077A41E /* ftsnames.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    44
		611E0B3E11FA8F610077A41E /* ftstroke.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE811FA8F610077A41E /* ftstroke.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    45
		611E0B3F11FA8F610077A41E /* ftsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AE911FA8F610077A41E /* ftsynth.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    46
		611E0B4011FA8F610077A41E /* ftsystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AEA11FA8F610077A41E /* ftsystem.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    47
		611E0B4111FA8F610077A41E /* fttrigon.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AEB11FA8F610077A41E /* fttrigon.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    48
		611E0B4211FA8F610077A41E /* fttypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AEC11FA8F610077A41E /* fttypes.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    49
		611E0B4311FA8F610077A41E /* ftwinfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AED11FA8F610077A41E /* ftwinfnt.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    50
		611E0B4411FA8F610077A41E /* ftxf86.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AEE11FA8F610077A41E /* ftxf86.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    51
		611E0B4511FA8F610077A41E /* autohint.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF011FA8F610077A41E /* autohint.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    52
		611E0B4611FA8F610077A41E /* ftcalc.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF111FA8F610077A41E /* ftcalc.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    53
		611E0B4711FA8F610077A41E /* ftdebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF211FA8F610077A41E /* ftdebug.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    54
		611E0B4811FA8F610077A41E /* ftdriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF311FA8F610077A41E /* ftdriver.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    55
		611E0B4911FA8F610077A41E /* ftgloadr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF411FA8F610077A41E /* ftgloadr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    56
		611E0B4A11FA8F610077A41E /* ftmemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF511FA8F610077A41E /* ftmemory.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    57
		611E0B4B11FA8F610077A41E /* ftobjs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF611FA8F610077A41E /* ftobjs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    58
		611E0B4C11FA8F610077A41E /* ftpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF711FA8F610077A41E /* ftpic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    59
		611E0B4D11FA8F610077A41E /* ftrfork.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF811FA8F610077A41E /* ftrfork.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    60
		611E0B4E11FA8F610077A41E /* ftserv.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AF911FA8F610077A41E /* ftserv.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    61
		611E0B4F11FA8F610077A41E /* ftstream.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AFA11FA8F610077A41E /* ftstream.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    62
		611E0B5011FA8F610077A41E /* fttrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AFB11FA8F610077A41E /* fttrace.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    63
		611E0B5111FA8F610077A41E /* ftvalid.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AFC11FA8F610077A41E /* ftvalid.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    64
		611E0B5211FA8F610077A41E /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AFD11FA8F610077A41E /* internal.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    65
		611E0B5311FA8F610077A41E /* pcftypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AFE11FA8F610077A41E /* pcftypes.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    66
		611E0B5411FA8F610077A41E /* psaux.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0AFF11FA8F610077A41E /* psaux.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    67
		611E0B5511FA8F610077A41E /* pshints.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0011FA8F610077A41E /* pshints.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    68
		611E0B5611FA8F610077A41E /* svbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0211FA8F610077A41E /* svbdf.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    69
		611E0B5711FA8F610077A41E /* svcid.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0311FA8F610077A41E /* svcid.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    70
		611E0B5811FA8F610077A41E /* svgldict.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0411FA8F610077A41E /* svgldict.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    71
		611E0B5911FA8F610077A41E /* svgxval.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0511FA8F610077A41E /* svgxval.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    72
		611E0B5A11FA8F610077A41E /* svkern.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0611FA8F610077A41E /* svkern.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    73
		611E0B5B11FA8F610077A41E /* svmm.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0711FA8F610077A41E /* svmm.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    74
		611E0B5C11FA8F610077A41E /* svotval.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0811FA8F610077A41E /* svotval.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    75
		611E0B5D11FA8F610077A41E /* svpfr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0911FA8F610077A41E /* svpfr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    76
		611E0B5E11FA8F610077A41E /* svpostnm.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0A11FA8F610077A41E /* svpostnm.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    77
		611E0B5F11FA8F610077A41E /* svpscmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0B11FA8F610077A41E /* svpscmap.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    78
		611E0B6011FA8F610077A41E /* svpsinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0C11FA8F610077A41E /* svpsinfo.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    79
		611E0B6111FA8F610077A41E /* svsfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0D11FA8F610077A41E /* svsfnt.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    80
		611E0B6211FA8F610077A41E /* svttcmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0E11FA8F610077A41E /* svttcmap.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    81
		611E0B6311FA8F610077A41E /* svtteng.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B0F11FA8F610077A41E /* svtteng.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    82
		611E0B6411FA8F610077A41E /* svttglyf.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1011FA8F610077A41E /* svttglyf.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    83
		611E0B6511FA8F610077A41E /* svwinfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1111FA8F610077A41E /* svwinfnt.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    84
		611E0B6611FA8F610077A41E /* svxf86nm.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1211FA8F610077A41E /* svxf86nm.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    85
		611E0B6711FA8F610077A41E /* sfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1311FA8F610077A41E /* sfnt.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    86
		611E0B6811FA8F610077A41E /* t1types.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1411FA8F610077A41E /* t1types.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    87
		611E0B6911FA8F610077A41E /* tttypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1511FA8F610077A41E /* tttypes.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    88
		611E0B6A11FA8F610077A41E /* t1tables.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1611FA8F610077A41E /* t1tables.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    89
		611E0B6B11FA8F610077A41E /* ttnameid.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1711FA8F610077A41E /* ttnameid.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    90
		611E0B6C11FA8F610077A41E /* tttables.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1811FA8F610077A41E /* tttables.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    91
		611E0B6D11FA8F610077A41E /* tttags.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1911FA8F610077A41E /* tttags.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    92
		611E0B6E11FA8F610077A41E /* ttunpat.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1A11FA8F610077A41E /* ttunpat.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    93
		611E0B6F11FA8F610077A41E /* ft2build.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B1B11FA8F610077A41E /* ft2build.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    94
		611E0D0611FA8FA50077A41E /* basepic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0B9911FA8FA50077A41E /* basepic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    95
		611E0D0711FA8FA50077A41E /* basepic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B9A11FA8FA50077A41E /* basepic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    96
		611E0D0811FA8FA50077A41E /* ftadvanc.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0B9B11FA8FA50077A41E /* ftadvanc.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    97
		611E0D0911FA8FA50077A41E /* ftapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0B9C11FA8FA50077A41E /* ftapi.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    98
		611E0D0A11FA8FA50077A41E /* ftbase.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0B9D11FA8FA50077A41E /* ftbase.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    99
		611E0D0B11FA8FA50077A41E /* ftbase.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0B9E11FA8FA50077A41E /* ftbase.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   100
		611E0D0C11FA8FA50077A41E /* ftbbox.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0B9F11FA8FA50077A41E /* ftbbox.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   101
		611E0D0E11FA8FA50077A41E /* ftbitmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BA111FA8FA50077A41E /* ftbitmap.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   102
		611E0D0F11FA8FA50077A41E /* ftcalc.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BA211FA8FA50077A41E /* ftcalc.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   103
		611E0D1111FA8FA50077A41E /* ftdbgmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BA411FA8FA50077A41E /* ftdbgmem.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   104
		611E0D1211FA8FA50077A41E /* ftdebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BA511FA8FA50077A41E /* ftdebug.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   105
		611E0D1511FA8FA50077A41E /* ftgloadr.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BA811FA8FA50077A41E /* ftgloadr.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   106
		611E0D1611FA8FA50077A41E /* ftglyph.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BA911FA8FA50077A41E /* ftglyph.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   107
		611E0D1811FA8FA50077A41E /* ftinit.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BAB11FA8FA50077A41E /* ftinit.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   108
		611E0D1C11FA8FA50077A41E /* ftobjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BAF11FA8FA50077A41E /* ftobjs.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   109
		611E0D1E11FA8FA50077A41E /* ftoutln.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB111FA8FA50077A41E /* ftoutln.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   110
		611E0D2111FA8FA50077A41E /* ftpic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB411FA8FA50077A41E /* ftpic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   111
		611E0D2211FA8FA50077A41E /* ftrfork.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB511FA8FA50077A41E /* ftrfork.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   112
		611E0D2311FA8FA50077A41E /* ftsnames.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB611FA8FA50077A41E /* ftsnames.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   113
		611E0D2411FA8FA50077A41E /* ftstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB711FA8FA50077A41E /* ftstream.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   114
		611E0D2511FA8FA50077A41E /* ftstroke.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB811FA8FA50077A41E /* ftstroke.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   115
		611E0D2611FA8FA50077A41E /* ftsynth.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BB911FA8FA50077A41E /* ftsynth.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   116
		611E0D2711FA8FA50077A41E /* ftsystem.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BBA11FA8FA50077A41E /* ftsystem.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   117
		611E0D2811FA8FA50077A41E /* fttrigon.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BBB11FA8FA50077A41E /* fttrigon.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   118
		611E0D2A11FA8FA50077A41E /* ftutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BBD11FA8FA50077A41E /* ftutil.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   119
		611E0D4411FA8FA50077A41E /* cff.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BDA11FA8FA50077A41E /* cff.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   120
		611E0D4511FA8FA50077A41E /* cffcmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BDB11FA8FA50077A41E /* cffcmap.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   121
		611E0D4611FA8FA50077A41E /* cffcmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BDC11FA8FA50077A41E /* cffcmap.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   122
		611E0D4711FA8FA50077A41E /* cffdrivr.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BDD11FA8FA50077A41E /* cffdrivr.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   123
		611E0D4811FA8FA50077A41E /* cffdrivr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BDE11FA8FA50077A41E /* cffdrivr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   124
		611E0D4911FA8FA50077A41E /* cfferrs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BDF11FA8FA50077A41E /* cfferrs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   125
		611E0D4A11FA8FA50077A41E /* cffgload.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BE011FA8FA50077A41E /* cffgload.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   126
		611E0D4B11FA8FA50077A41E /* cffgload.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BE111FA8FA50077A41E /* cffgload.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   127
		611E0D4C11FA8FA50077A41E /* cffload.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BE211FA8FA50077A41E /* cffload.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   128
		611E0D4D11FA8FA50077A41E /* cffload.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BE311FA8FA50077A41E /* cffload.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   129
		611E0D4E11FA8FA50077A41E /* cffobjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BE411FA8FA50077A41E /* cffobjs.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   130
		611E0D4F11FA8FA50077A41E /* cffobjs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BE511FA8FA50077A41E /* cffobjs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   131
		611E0D5011FA8FA50077A41E /* cffparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BE611FA8FA50077A41E /* cffparse.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   132
		611E0D5111FA8FA50077A41E /* cffparse.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BE711FA8FA50077A41E /* cffparse.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   133
		611E0D5211FA8FA50077A41E /* cffpic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0BE811FA8FA50077A41E /* cffpic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   134
		611E0D5311FA8FA50077A41E /* cffpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BE911FA8FA50077A41E /* cffpic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   135
		611E0D5411FA8FA50077A41E /* cfftoken.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BEA11FA8FA50077A41E /* cfftoken.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   136
		611E0D5511FA8FA50077A41E /* cfftypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0BEB11FA8FA50077A41E /* cfftypes.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   137
		611E0DC911FA8FA50077A41E /* pshalgo.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C6811FA8FA50077A41E /* pshalgo.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   138
		611E0DCA11FA8FA50077A41E /* pshalgo.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C6911FA8FA50077A41E /* pshalgo.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   139
		611E0DCB11FA8FA50077A41E /* pshglob.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C6A11FA8FA50077A41E /* pshglob.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   140
		611E0DCC11FA8FA50077A41E /* pshglob.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C6B11FA8FA50077A41E /* pshglob.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   141
		611E0DCD11FA8FA50077A41E /* pshinter.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C6C11FA8FA50077A41E /* pshinter.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   142
		611E0DCE11FA8FA50077A41E /* pshmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C6D11FA8FA50077A41E /* pshmod.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   143
		611E0DCF11FA8FA50077A41E /* pshmod.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C6E11FA8FA50077A41E /* pshmod.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   144
		611E0DD011FA8FA50077A41E /* pshnterr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C6F11FA8FA50077A41E /* pshnterr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   145
		611E0DD111FA8FA50077A41E /* pshpic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C7011FA8FA50077A41E /* pshpic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   146
		611E0DD211FA8FA50077A41E /* pshpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7111FA8FA50077A41E /* pshpic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   147
		611E0DD311FA8FA50077A41E /* pshrec.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C7211FA8FA50077A41E /* pshrec.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   148
		611E0DD411FA8FA50077A41E /* pshrec.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7311FA8FA50077A41E /* pshrec.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   149
		611E0DD511FA8FA50077A41E /* psmodule.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C7511FA8FA50077A41E /* psmodule.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   150
		611E0DD611FA8FA50077A41E /* psmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7611FA8FA50077A41E /* psmodule.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   151
		611E0DD711FA8FA50077A41E /* psnamerr.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7711FA8FA50077A41E /* psnamerr.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   152
		611E0DD811FA8FA50077A41E /* psnames.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C7811FA8FA50077A41E /* psnames.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   153
		611E0DD911FA8FA50077A41E /* pspic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C7911FA8FA50077A41E /* pspic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   154
		611E0DDA11FA8FA50077A41E /* pspic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7A11FA8FA50077A41E /* pspic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   155
		611E0DDB11FA8FA50077A41E /* pstables.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7B11FA8FA50077A41E /* pstables.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   156
		611E0DDC11FA8FA50077A41E /* ftmisc.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7D11FA8FA50077A41E /* ftmisc.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   157
		611E0DDD11FA8FA50077A41E /* ftraster.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C7E11FA8FA50077A41E /* ftraster.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   158
		611E0DDE11FA8FA50077A41E /* ftraster.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C7F11FA8FA50077A41E /* ftraster.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   159
		611E0DDF11FA8FA50077A41E /* ftrend1.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8011FA8FA50077A41E /* ftrend1.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   160
		611E0DE011FA8FA50077A41E /* ftrend1.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8111FA8FA50077A41E /* ftrend1.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   161
		611E0DE111FA8FA50077A41E /* raster.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8211FA8FA50077A41E /* raster.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   162
		611E0DE211FA8FA50077A41E /* rasterrs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8311FA8FA50077A41E /* rasterrs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   163
		611E0DE311FA8FA50077A41E /* rastpic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8411FA8FA50077A41E /* rastpic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   164
		611E0DE411FA8FA50077A41E /* rastpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8511FA8FA50077A41E /* rastpic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   165
		611E0DE511FA8FA50077A41E /* sfdriver.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8711FA8FA50077A41E /* sfdriver.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   166
		611E0DE611FA8FA50077A41E /* sfdriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8811FA8FA50077A41E /* sfdriver.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   167
		611E0DE711FA8FA50077A41E /* sferrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8911FA8FA50077A41E /* sferrors.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   168
		611E0DE811FA8FA50077A41E /* sfnt.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8A11FA8FA50077A41E /* sfnt.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   169
		611E0DE911FA8FA50077A41E /* sfntpic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8B11FA8FA50077A41E /* sfntpic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   170
		611E0DEA11FA8FA50077A41E /* sfntpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8C11FA8FA50077A41E /* sfntpic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   171
		611E0DEB11FA8FA50077A41E /* sfobjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8D11FA8FA50077A41E /* sfobjs.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   172
		611E0DEC11FA8FA50077A41E /* sfobjs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C8E11FA8FA50077A41E /* sfobjs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   173
		611E0DED11FA8FA50077A41E /* ttbdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C8F11FA8FA50077A41E /* ttbdf.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   174
		611E0DEE11FA8FA50077A41E /* ttbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9011FA8FA50077A41E /* ttbdf.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   175
		611E0DEF11FA8FA50077A41E /* ttcmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9111FA8FA50077A41E /* ttcmap.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   176
		611E0DF011FA8FA50077A41E /* ttcmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9211FA8FA50077A41E /* ttcmap.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   177
		611E0DF111FA8FA50077A41E /* ttcmapc.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9311FA8FA50077A41E /* ttcmapc.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   178
		611E0DF211FA8FA50077A41E /* ttkern.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9411FA8FA50077A41E /* ttkern.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   179
		611E0DF311FA8FA50077A41E /* ttkern.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9511FA8FA50077A41E /* ttkern.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   180
		611E0DF411FA8FA50077A41E /* ttload.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9611FA8FA50077A41E /* ttload.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   181
		611E0DF511FA8FA50077A41E /* ttload.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9711FA8FA50077A41E /* ttload.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   182
		611E0DF611FA8FA50077A41E /* ttmtx.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9811FA8FA50077A41E /* ttmtx.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   183
		611E0DF711FA8FA50077A41E /* ttmtx.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9911FA8FA50077A41E /* ttmtx.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   184
		611E0DF811FA8FA50077A41E /* ttpost.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9A11FA8FA50077A41E /* ttpost.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   185
		611E0DF911FA8FA50077A41E /* ttpost.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9B11FA8FA50077A41E /* ttpost.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   186
		611E0DFA11FA8FA50077A41E /* ttsbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9C11FA8FA50077A41E /* ttsbit.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   187
		611E0DFB11FA8FA50077A41E /* ttsbit.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0C9D11FA8FA50077A41E /* ttsbit.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   188
		611E0DFC11FA8FA50077A41E /* ttsbit0.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0C9E11FA8FA50077A41E /* ttsbit0.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   189
		611E0DFD11FA8FA50077A41E /* ftgrays.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CA011FA8FA50077A41E /* ftgrays.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   190
		611E0DFE11FA8FA50077A41E /* ftgrays.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CA111FA8FA50077A41E /* ftgrays.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   191
		611E0DFF11FA8FA50077A41E /* ftsmerrs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CA211FA8FA50077A41E /* ftsmerrs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   192
		611E0E0011FA8FA50077A41E /* ftsmooth.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CA311FA8FA50077A41E /* ftsmooth.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   193
		611E0E0111FA8FA50077A41E /* ftsmooth.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CA411FA8FA50077A41E /* ftsmooth.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   194
		611E0E0211FA8FA50077A41E /* ftspic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CA511FA8FA50077A41E /* ftspic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   195
		611E0E0311FA8FA50077A41E /* ftspic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CA611FA8FA50077A41E /* ftspic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   196
		611E0E0411FA8FA50077A41E /* smooth.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CA711FA8FA50077A41E /* smooth.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   197
		611E0E0B11FA8FA50077A41E /* truetype.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CBD11FA8FA50077A41E /* truetype.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   198
		611E0E0C11FA8FA50077A41E /* ttdriver.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CBE11FA8FA50077A41E /* ttdriver.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   199
		611E0E0D11FA8FA50077A41E /* ttdriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CBF11FA8FA50077A41E /* ttdriver.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   200
		611E0E0E11FA8FA50077A41E /* tterrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CC011FA8FA50077A41E /* tterrors.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   201
		611E0E0F11FA8FA50077A41E /* ttgload.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CC111FA8FA50077A41E /* ttgload.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   202
		611E0E1011FA8FA50077A41E /* ttgload.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CC211FA8FA50077A41E /* ttgload.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   203
		611E0E1111FA8FA50077A41E /* ttgxvar.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CC311FA8FA50077A41E /* ttgxvar.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   204
		611E0E1211FA8FA50077A41E /* ttgxvar.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CC411FA8FA50077A41E /* ttgxvar.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   205
		611E0E1311FA8FA50077A41E /* ttinterp.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CC511FA8FA50077A41E /* ttinterp.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   206
		611E0E1411FA8FA50077A41E /* ttinterp.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CC611FA8FA50077A41E /* ttinterp.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   207
		611E0E1511FA8FA50077A41E /* ttobjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CC711FA8FA50077A41E /* ttobjs.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   208
		611E0E1611FA8FA50077A41E /* ttobjs.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CC811FA8FA50077A41E /* ttobjs.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   209
		611E0E1711FA8FA50077A41E /* ttpic.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CC911FA8FA50077A41E /* ttpic.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   210
		611E0E1811FA8FA50077A41E /* ttpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CCA11FA8FA50077A41E /* ttpic.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   211
		611E0E1911FA8FA50077A41E /* ttpload.c in Sources */ = {isa = PBXBuildFile; fileRef = 611E0CCB11FA8FA50077A41E /* ttpload.c */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   212
		611E0E1A11FA8FA50077A41E /* ttpload.h in Headers */ = {isa = PBXBuildFile; fileRef = 611E0CCC11FA8FA50077A41E /* ttpload.h */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   213
		AA747D9F0F9514B9006C5449 /* freetype_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* freetype_Prefix.pch */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   214
		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   215
/* End PBXBuildFile section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   216
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   217
/* Begin PBXFileReference section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   218
		611E0AC611FA8F610077A41E /* ftconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftconfig.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   219
		611E0AC711FA8F610077A41E /* ftheader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftheader.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   220
		611E0AC811FA8F610077A41E /* ftmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmodule.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   221
		611E0AC911FA8F610077A41E /* ftoption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftoption.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   222
		611E0ACA11FA8F610077A41E /* ftstdlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstdlib.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   223
		611E0ACB11FA8F610077A41E /* freetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freetype.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   224
		611E0ACC11FA8F610077A41E /* ftadvanc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftadvanc.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   225
		611E0ACD11FA8F610077A41E /* ftbbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbbox.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   226
		611E0ACE11FA8F610077A41E /* ftbdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbdf.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   227
		611E0ACF11FA8F610077A41E /* ftbitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbitmap.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   228
		611E0AD011FA8F610077A41E /* ftcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcache.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   229
		611E0AD111FA8F610077A41E /* ftchapters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftchapters.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   230
		611E0AD211FA8F610077A41E /* ftcid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcid.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   231
		611E0AD311FA8F610077A41E /* fterrdef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fterrdef.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   232
		611E0AD411FA8F610077A41E /* fterrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fterrors.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   233
		611E0AD511FA8F610077A41E /* ftgasp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgasp.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   234
		611E0AD611FA8F610077A41E /* ftglyph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftglyph.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   235
		611E0AD711FA8F610077A41E /* ftgxval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgxval.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   236
		611E0AD811FA8F610077A41E /* ftgzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgzip.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   237
		611E0AD911FA8F610077A41E /* ftimage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftimage.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   238
		611E0ADA11FA8F610077A41E /* ftincrem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftincrem.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   239
		611E0ADB11FA8F610077A41E /* ftlcdfil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlcdfil.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   240
		611E0ADC11FA8F610077A41E /* ftlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlist.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   241
		611E0ADD11FA8F610077A41E /* ftlzw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlzw.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   242
		611E0ADE11FA8F610077A41E /* ftmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmac.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   243
		611E0ADF11FA8F610077A41E /* ftmm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmm.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   244
		611E0AE011FA8F610077A41E /* ftmodapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmodapi.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   245
		611E0AE111FA8F610077A41E /* ftmoderr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmoderr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   246
		611E0AE211FA8F610077A41E /* ftotval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftotval.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   247
		611E0AE311FA8F610077A41E /* ftoutln.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftoutln.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   248
		611E0AE411FA8F610077A41E /* ftpfr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftpfr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   249
		611E0AE511FA8F610077A41E /* ftrender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftrender.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   250
		611E0AE611FA8F610077A41E /* ftsizes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsizes.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   251
		611E0AE711FA8F610077A41E /* ftsnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsnames.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   252
		611E0AE811FA8F610077A41E /* ftstroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstroke.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   253
		611E0AE911FA8F610077A41E /* ftsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsynth.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   254
		611E0AEA11FA8F610077A41E /* ftsystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsystem.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   255
		611E0AEB11FA8F610077A41E /* fttrigon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttrigon.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   256
		611E0AEC11FA8F610077A41E /* fttypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttypes.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   257
		611E0AED11FA8F610077A41E /* ftwinfnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftwinfnt.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   258
		611E0AEE11FA8F610077A41E /* ftxf86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftxf86.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   259
		611E0AF011FA8F610077A41E /* autohint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autohint.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   260
		611E0AF111FA8F610077A41E /* ftcalc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcalc.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   261
		611E0AF211FA8F610077A41E /* ftdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftdebug.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   262
		611E0AF311FA8F610077A41E /* ftdriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftdriver.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   263
		611E0AF411FA8F610077A41E /* ftgloadr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgloadr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   264
		611E0AF511FA8F610077A41E /* ftmemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmemory.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   265
		611E0AF611FA8F610077A41E /* ftobjs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftobjs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   266
		611E0AF711FA8F610077A41E /* ftpic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftpic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   267
		611E0AF811FA8F610077A41E /* ftrfork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftrfork.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   268
		611E0AF911FA8F610077A41E /* ftserv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftserv.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   269
		611E0AFA11FA8F610077A41E /* ftstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstream.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   270
		611E0AFB11FA8F610077A41E /* fttrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttrace.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   271
		611E0AFC11FA8F610077A41E /* ftvalid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftvalid.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   272
		611E0AFD11FA8F610077A41E /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   273
		611E0AFE11FA8F610077A41E /* pcftypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcftypes.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   274
		611E0AFF11FA8F610077A41E /* psaux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psaux.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   275
		611E0B0011FA8F610077A41E /* pshints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshints.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   276
		611E0B0211FA8F610077A41E /* svbdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svbdf.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   277
		611E0B0311FA8F610077A41E /* svcid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svcid.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   278
		611E0B0411FA8F610077A41E /* svgldict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svgldict.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   279
		611E0B0511FA8F610077A41E /* svgxval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svgxval.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   280
		611E0B0611FA8F610077A41E /* svkern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svkern.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   281
		611E0B0711FA8F610077A41E /* svmm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svmm.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   282
		611E0B0811FA8F610077A41E /* svotval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svotval.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   283
		611E0B0911FA8F610077A41E /* svpfr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svpfr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   284
		611E0B0A11FA8F610077A41E /* svpostnm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svpostnm.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   285
		611E0B0B11FA8F610077A41E /* svpscmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svpscmap.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   286
		611E0B0C11FA8F610077A41E /* svpsinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svpsinfo.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   287
		611E0B0D11FA8F610077A41E /* svsfnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svsfnt.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   288
		611E0B0E11FA8F610077A41E /* svttcmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svttcmap.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   289
		611E0B0F11FA8F610077A41E /* svtteng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svtteng.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   290
		611E0B1011FA8F610077A41E /* svttglyf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svttglyf.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   291
		611E0B1111FA8F610077A41E /* svwinfnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svwinfnt.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   292
		611E0B1211FA8F610077A41E /* svxf86nm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svxf86nm.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   293
		611E0B1311FA8F610077A41E /* sfnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sfnt.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   294
		611E0B1411FA8F610077A41E /* t1types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = t1types.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   295
		611E0B1511FA8F610077A41E /* tttypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttypes.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   296
		611E0B1611FA8F610077A41E /* t1tables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = t1tables.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   297
		611E0B1711FA8F610077A41E /* ttnameid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttnameid.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   298
		611E0B1811FA8F610077A41E /* tttables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttables.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   299
		611E0B1911FA8F610077A41E /* tttags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttags.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   300
		611E0B1A11FA8F610077A41E /* ttunpat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttunpat.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   301
		611E0B1B11FA8F610077A41E /* ft2build.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ft2build.h; path = ../include/ft2build.h; sourceTree = SOURCE_ROOT; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   302
		611E0B9911FA8FA50077A41E /* basepic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = basepic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   303
		611E0B9A11FA8FA50077A41E /* basepic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basepic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   304
		611E0B9B11FA8FA50077A41E /* ftadvanc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftadvanc.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   305
		611E0B9C11FA8FA50077A41E /* ftapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftapi.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   306
		611E0B9D11FA8FA50077A41E /* ftbase.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftbase.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   307
		611E0B9E11FA8FA50077A41E /* ftbase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbase.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   308
		611E0B9F11FA8FA50077A41E /* ftbbox.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftbbox.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   309
		611E0BA111FA8FA50077A41E /* ftbitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftbitmap.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   310
		611E0BA211FA8FA50077A41E /* ftcalc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftcalc.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   311
		611E0BA411FA8FA50077A41E /* ftdbgmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftdbgmem.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   312
		611E0BA511FA8FA50077A41E /* ftdebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftdebug.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   313
		611E0BA811FA8FA50077A41E /* ftgloadr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftgloadr.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   314
		611E0BA911FA8FA50077A41E /* ftglyph.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftglyph.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   315
		611E0BAB11FA8FA50077A41E /* ftinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftinit.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   316
		611E0BAF11FA8FA50077A41E /* ftobjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftobjs.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   317
		611E0BB111FA8FA50077A41E /* ftoutln.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftoutln.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   318
		611E0BB411FA8FA50077A41E /* ftpic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftpic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   319
		611E0BB511FA8FA50077A41E /* ftrfork.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftrfork.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   320
		611E0BB611FA8FA50077A41E /* ftsnames.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftsnames.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   321
		611E0BB711FA8FA50077A41E /* ftstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftstream.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   322
		611E0BB811FA8FA50077A41E /* ftstroke.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftstroke.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   323
		611E0BB911FA8FA50077A41E /* ftsynth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftsynth.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   324
		611E0BBA11FA8FA50077A41E /* ftsystem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftsystem.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   325
		611E0BBB11FA8FA50077A41E /* fttrigon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fttrigon.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   326
		611E0BBD11FA8FA50077A41E /* ftutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftutil.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   327
		611E0BDA11FA8FA50077A41E /* cff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cff.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   328
		611E0BDB11FA8FA50077A41E /* cffcmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffcmap.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   329
		611E0BDC11FA8FA50077A41E /* cffcmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffcmap.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   330
		611E0BDD11FA8FA50077A41E /* cffdrivr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffdrivr.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   331
		611E0BDE11FA8FA50077A41E /* cffdrivr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffdrivr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   332
		611E0BDF11FA8FA50077A41E /* cfferrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfferrs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   333
		611E0BE011FA8FA50077A41E /* cffgload.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffgload.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   334
		611E0BE111FA8FA50077A41E /* cffgload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffgload.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   335
		611E0BE211FA8FA50077A41E /* cffload.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffload.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   336
		611E0BE311FA8FA50077A41E /* cffload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffload.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   337
		611E0BE411FA8FA50077A41E /* cffobjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffobjs.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   338
		611E0BE511FA8FA50077A41E /* cffobjs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffobjs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   339
		611E0BE611FA8FA50077A41E /* cffparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffparse.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   340
		611E0BE711FA8FA50077A41E /* cffparse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffparse.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   341
		611E0BE811FA8FA50077A41E /* cffpic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cffpic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   342
		611E0BE911FA8FA50077A41E /* cffpic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cffpic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   343
		611E0BEA11FA8FA50077A41E /* cfftoken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfftoken.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   344
		611E0BEB11FA8FA50077A41E /* cfftypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfftypes.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   345
		611E0C6811FA8FA50077A41E /* pshalgo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pshalgo.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   346
		611E0C6911FA8FA50077A41E /* pshalgo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshalgo.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   347
		611E0C6A11FA8FA50077A41E /* pshglob.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pshglob.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   348
		611E0C6B11FA8FA50077A41E /* pshglob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshglob.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   349
		611E0C6C11FA8FA50077A41E /* pshinter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pshinter.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   350
		611E0C6D11FA8FA50077A41E /* pshmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pshmod.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   351
		611E0C6E11FA8FA50077A41E /* pshmod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshmod.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   352
		611E0C6F11FA8FA50077A41E /* pshnterr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshnterr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   353
		611E0C7011FA8FA50077A41E /* pshpic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pshpic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   354
		611E0C7111FA8FA50077A41E /* pshpic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshpic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   355
		611E0C7211FA8FA50077A41E /* pshrec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pshrec.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   356
		611E0C7311FA8FA50077A41E /* pshrec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pshrec.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   357
		611E0C7511FA8FA50077A41E /* psmodule.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psmodule.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   358
		611E0C7611FA8FA50077A41E /* psmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psmodule.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   359
		611E0C7711FA8FA50077A41E /* psnamerr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psnamerr.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   360
		611E0C7811FA8FA50077A41E /* psnames.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psnames.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   361
		611E0C7911FA8FA50077A41E /* pspic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pspic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   362
		611E0C7A11FA8FA50077A41E /* pspic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pspic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   363
		611E0C7B11FA8FA50077A41E /* pstables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pstables.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   364
		611E0C7D11FA8FA50077A41E /* ftmisc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmisc.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   365
		611E0C7E11FA8FA50077A41E /* ftraster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftraster.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   366
		611E0C7F11FA8FA50077A41E /* ftraster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftraster.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   367
		611E0C8011FA8FA50077A41E /* ftrend1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftrend1.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   368
		611E0C8111FA8FA50077A41E /* ftrend1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftrend1.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   369
		611E0C8211FA8FA50077A41E /* raster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raster.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   370
		611E0C8311FA8FA50077A41E /* rasterrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rasterrs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   371
		611E0C8411FA8FA50077A41E /* rastpic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rastpic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   372
		611E0C8511FA8FA50077A41E /* rastpic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rastpic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   373
		611E0C8711FA8FA50077A41E /* sfdriver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfdriver.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   374
		611E0C8811FA8FA50077A41E /* sfdriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sfdriver.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   375
		611E0C8911FA8FA50077A41E /* sferrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sferrors.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   376
		611E0C8A11FA8FA50077A41E /* sfnt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfnt.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   377
		611E0C8B11FA8FA50077A41E /* sfntpic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfntpic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   378
		611E0C8C11FA8FA50077A41E /* sfntpic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sfntpic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   379
		611E0C8D11FA8FA50077A41E /* sfobjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfobjs.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   380
		611E0C8E11FA8FA50077A41E /* sfobjs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sfobjs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   381
		611E0C8F11FA8FA50077A41E /* ttbdf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttbdf.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   382
		611E0C9011FA8FA50077A41E /* ttbdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttbdf.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   383
		611E0C9111FA8FA50077A41E /* ttcmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttcmap.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   384
		611E0C9211FA8FA50077A41E /* ttcmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttcmap.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   385
		611E0C9311FA8FA50077A41E /* ttcmapc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttcmapc.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   386
		611E0C9411FA8FA50077A41E /* ttkern.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttkern.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   387
		611E0C9511FA8FA50077A41E /* ttkern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttkern.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   388
		611E0C9611FA8FA50077A41E /* ttload.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttload.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   389
		611E0C9711FA8FA50077A41E /* ttload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttload.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   390
		611E0C9811FA8FA50077A41E /* ttmtx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttmtx.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   391
		611E0C9911FA8FA50077A41E /* ttmtx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttmtx.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   392
		611E0C9A11FA8FA50077A41E /* ttpost.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttpost.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   393
		611E0C9B11FA8FA50077A41E /* ttpost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttpost.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   394
		611E0C9C11FA8FA50077A41E /* ttsbit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttsbit.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   395
		611E0C9D11FA8FA50077A41E /* ttsbit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttsbit.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   396
		611E0C9E11FA8FA50077A41E /* ttsbit0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttsbit0.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   397
		611E0CA011FA8FA50077A41E /* ftgrays.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftgrays.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   398
		611E0CA111FA8FA50077A41E /* ftgrays.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgrays.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   399
		611E0CA211FA8FA50077A41E /* ftsmerrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsmerrs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   400
		611E0CA311FA8FA50077A41E /* ftsmooth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftsmooth.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   401
		611E0CA411FA8FA50077A41E /* ftsmooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsmooth.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   402
		611E0CA511FA8FA50077A41E /* ftspic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftspic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   403
		611E0CA611FA8FA50077A41E /* ftspic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftspic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   404
		611E0CA711FA8FA50077A41E /* smooth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smooth.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   405
		611E0CBD11FA8FA50077A41E /* truetype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = truetype.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   406
		611E0CBE11FA8FA50077A41E /* ttdriver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttdriver.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   407
		611E0CBF11FA8FA50077A41E /* ttdriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttdriver.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   408
		611E0CC011FA8FA50077A41E /* tterrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tterrors.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   409
		611E0CC111FA8FA50077A41E /* ttgload.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttgload.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   410
		611E0CC211FA8FA50077A41E /* ttgload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttgload.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   411
		611E0CC311FA8FA50077A41E /* ttgxvar.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttgxvar.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   412
		611E0CC411FA8FA50077A41E /* ttgxvar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttgxvar.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   413
		611E0CC511FA8FA50077A41E /* ttinterp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttinterp.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   414
		611E0CC611FA8FA50077A41E /* ttinterp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttinterp.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   415
		611E0CC711FA8FA50077A41E /* ttobjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttobjs.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   416
		611E0CC811FA8FA50077A41E /* ttobjs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttobjs.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   417
		611E0CC911FA8FA50077A41E /* ttpic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttpic.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   418
		611E0CCA11FA8FA50077A41E /* ttpic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttpic.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   419
		611E0CCB11FA8FA50077A41E /* ttpload.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttpload.c; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   420
		611E0CCC11FA8FA50077A41E /* ttpload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttpload.h; sourceTree = "<group>"; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   421
		AA747D9E0F9514B9006C5449 /* freetype_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freetype_Prefix.pch; sourceTree = SOURCE_ROOT; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   422
		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   423
		D2AAC07E0554694100DB518D /* libFreetype.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFreetype.a; sourceTree = BUILT_PRODUCTS_DIR; };
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   424
/* End PBXFileReference section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   425
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   426
/* Begin PBXFrameworksBuildPhase section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   427
		D2AAC07C0554694100DB518D /* Frameworks */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   428
			isa = PBXFrameworksBuildPhase;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   429
			buildActionMask = 2147483647;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   430
			files = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   431
				AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   432
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   433
			runOnlyForDeploymentPostprocessing = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   434
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   435
/* End PBXFrameworksBuildPhase section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   436
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   437
/* Begin PBXGroup section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   438
		034768DFFF38A50411DB9C8B /* Products */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   439
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   440
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   441
				D2AAC07E0554694100DB518D /* libFreetype.a */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   442
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   443
			name = Products;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   444
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   445
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   446
		0867D691FE84028FC02AAC07 /* freetype */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   447
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   448
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   449
				08FB77AEFE84172EC02AAC07 /* Source */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   450
				32C88DFF0371C24200C91783 /* Public Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   451
				0867D69AFE84028FC02AAC07 /* Frameworks */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   452
				034768DFFF38A50411DB9C8B /* Products */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   453
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   454
			name = freetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   455
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   456
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   457
		0867D69AFE84028FC02AAC07 /* Frameworks */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   458
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   459
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   460
				AACBBE490F95108600F1A2B1 /* Foundation.framework */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   461
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   462
			name = Frameworks;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   463
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   464
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   465
		08FB77AEFE84172EC02AAC07 /* Source */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   466
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   467
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   468
				611E0B9811FA8FA50077A41E /* base */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   469
				611E0BD911FA8FA50077A41E /* cff */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   470
				611E0C6711FA8FA50077A41E /* pshinter */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   471
				611E0C7411FA8FA50077A41E /* psnames */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   472
				611E0C7C11FA8FA50077A41E /* raster */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   473
				611E0C8611FA8FA50077A41E /* sfnt */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   474
				611E0C9F11FA8FA50077A41E /* smooth */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   475
				611E0CBC11FA8FA50077A41E /* truetype */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   476
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   477
			name = Source;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   478
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   479
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   480
		32C88DFF0371C24200C91783 /* Public Headers */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   481
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   482
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   483
				611E0AC411FA8F610077A41E /* freetype */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   484
				611E0B1B11FA8F610077A41E /* ft2build.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   485
				AA747D9E0F9514B9006C5449 /* freetype_Prefix.pch */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   486
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   487
			name = "Public Headers";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   488
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   489
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   490
		611E0AC411FA8F610077A41E /* freetype */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   491
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   492
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   493
				611E0AC511FA8F610077A41E /* config */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   494
				611E0ACB11FA8F610077A41E /* freetype.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   495
				611E0ACC11FA8F610077A41E /* ftadvanc.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   496
				611E0ACD11FA8F610077A41E /* ftbbox.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   497
				611E0ACE11FA8F610077A41E /* ftbdf.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   498
				611E0ACF11FA8F610077A41E /* ftbitmap.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   499
				611E0AD011FA8F610077A41E /* ftcache.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   500
				611E0AD111FA8F610077A41E /* ftchapters.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   501
				611E0AD211FA8F610077A41E /* ftcid.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   502
				611E0AD311FA8F610077A41E /* fterrdef.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   503
				611E0AD411FA8F610077A41E /* fterrors.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   504
				611E0AD511FA8F610077A41E /* ftgasp.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   505
				611E0AD611FA8F610077A41E /* ftglyph.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   506
				611E0AD711FA8F610077A41E /* ftgxval.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   507
				611E0AD811FA8F610077A41E /* ftgzip.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   508
				611E0AD911FA8F610077A41E /* ftimage.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   509
				611E0ADA11FA8F610077A41E /* ftincrem.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   510
				611E0ADB11FA8F610077A41E /* ftlcdfil.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   511
				611E0ADC11FA8F610077A41E /* ftlist.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   512
				611E0ADD11FA8F610077A41E /* ftlzw.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   513
				611E0ADE11FA8F610077A41E /* ftmac.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   514
				611E0ADF11FA8F610077A41E /* ftmm.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   515
				611E0AE011FA8F610077A41E /* ftmodapi.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   516
				611E0AE111FA8F610077A41E /* ftmoderr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   517
				611E0AE211FA8F610077A41E /* ftotval.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   518
				611E0AE311FA8F610077A41E /* ftoutln.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   519
				611E0AE411FA8F610077A41E /* ftpfr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   520
				611E0AE511FA8F610077A41E /* ftrender.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   521
				611E0AE611FA8F610077A41E /* ftsizes.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   522
				611E0AE711FA8F610077A41E /* ftsnames.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   523
				611E0AE811FA8F610077A41E /* ftstroke.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   524
				611E0AE911FA8F610077A41E /* ftsynth.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   525
				611E0AEA11FA8F610077A41E /* ftsystem.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   526
				611E0AEB11FA8F610077A41E /* fttrigon.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   527
				611E0AEC11FA8F610077A41E /* fttypes.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   528
				611E0AED11FA8F610077A41E /* ftwinfnt.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   529
				611E0AEE11FA8F610077A41E /* ftxf86.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   530
				611E0AEF11FA8F610077A41E /* internal */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   531
				611E0B1611FA8F610077A41E /* t1tables.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   532
				611E0B1711FA8F610077A41E /* ttnameid.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   533
				611E0B1811FA8F610077A41E /* tttables.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   534
				611E0B1911FA8F610077A41E /* tttags.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   535
				611E0B1A11FA8F610077A41E /* ttunpat.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   536
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   537
			name = freetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   538
			path = ../include/freetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   539
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   540
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   541
		611E0AC511FA8F610077A41E /* config */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   542
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   543
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   544
				611E0AC611FA8F610077A41E /* ftconfig.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   545
				611E0AC711FA8F610077A41E /* ftheader.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   546
				611E0AC811FA8F610077A41E /* ftmodule.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   547
				611E0AC911FA8F610077A41E /* ftoption.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   548
				611E0ACA11FA8F610077A41E /* ftstdlib.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   549
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   550
			path = config;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   551
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   552
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   553
		611E0AEF11FA8F610077A41E /* internal */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   554
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   555
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   556
				611E0AF011FA8F610077A41E /* autohint.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   557
				611E0AF111FA8F610077A41E /* ftcalc.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   558
				611E0AF211FA8F610077A41E /* ftdebug.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   559
				611E0AF311FA8F610077A41E /* ftdriver.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   560
				611E0AF411FA8F610077A41E /* ftgloadr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   561
				611E0AF511FA8F610077A41E /* ftmemory.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   562
				611E0AF611FA8F610077A41E /* ftobjs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   563
				611E0AF711FA8F610077A41E /* ftpic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   564
				611E0AF811FA8F610077A41E /* ftrfork.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   565
				611E0AF911FA8F610077A41E /* ftserv.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   566
				611E0AFA11FA8F610077A41E /* ftstream.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   567
				611E0AFB11FA8F610077A41E /* fttrace.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   568
				611E0AFC11FA8F610077A41E /* ftvalid.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   569
				611E0AFD11FA8F610077A41E /* internal.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   570
				611E0AFE11FA8F610077A41E /* pcftypes.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   571
				611E0AFF11FA8F610077A41E /* psaux.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   572
				611E0B0011FA8F610077A41E /* pshints.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   573
				611E0B0111FA8F610077A41E /* services */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   574
				611E0B1311FA8F610077A41E /* sfnt.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   575
				611E0B1411FA8F610077A41E /* t1types.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   576
				611E0B1511FA8F610077A41E /* tttypes.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   577
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   578
			path = internal;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   579
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   580
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   581
		611E0B0111FA8F610077A41E /* services */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   582
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   583
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   584
				611E0B0211FA8F610077A41E /* svbdf.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   585
				611E0B0311FA8F610077A41E /* svcid.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   586
				611E0B0411FA8F610077A41E /* svgldict.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   587
				611E0B0511FA8F610077A41E /* svgxval.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   588
				611E0B0611FA8F610077A41E /* svkern.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   589
				611E0B0711FA8F610077A41E /* svmm.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   590
				611E0B0811FA8F610077A41E /* svotval.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   591
				611E0B0911FA8F610077A41E /* svpfr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   592
				611E0B0A11FA8F610077A41E /* svpostnm.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   593
				611E0B0B11FA8F610077A41E /* svpscmap.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   594
				611E0B0C11FA8F610077A41E /* svpsinfo.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   595
				611E0B0D11FA8F610077A41E /* svsfnt.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   596
				611E0B0E11FA8F610077A41E /* svttcmap.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   597
				611E0B0F11FA8F610077A41E /* svtteng.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   598
				611E0B1011FA8F610077A41E /* svttglyf.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   599
				611E0B1111FA8F610077A41E /* svwinfnt.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   600
				611E0B1211FA8F610077A41E /* svxf86nm.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   601
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   602
			path = services;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   603
			sourceTree = "<group>";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   604
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   605
		611E0B9811FA8FA50077A41E /* base */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   606
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   607
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   608
				611E0B9911FA8FA50077A41E /* basepic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   609
				611E0B9A11FA8FA50077A41E /* basepic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   610
				611E0B9B11FA8FA50077A41E /* ftadvanc.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   611
				611E0B9C11FA8FA50077A41E /* ftapi.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   612
				611E0B9D11FA8FA50077A41E /* ftbase.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   613
				611E0B9E11FA8FA50077A41E /* ftbase.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   614
				611E0B9F11FA8FA50077A41E /* ftbbox.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   615
				611E0BA111FA8FA50077A41E /* ftbitmap.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   616
				611E0BA211FA8FA50077A41E /* ftcalc.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   617
				611E0BA411FA8FA50077A41E /* ftdbgmem.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   618
				611E0BA511FA8FA50077A41E /* ftdebug.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   619
				611E0BA811FA8FA50077A41E /* ftgloadr.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   620
				611E0BA911FA8FA50077A41E /* ftglyph.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   621
				611E0BAB11FA8FA50077A41E /* ftinit.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   622
				611E0BAF11FA8FA50077A41E /* ftobjs.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   623
				611E0BB111FA8FA50077A41E /* ftoutln.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   624
				611E0BB411FA8FA50077A41E /* ftpic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   625
				611E0BB511FA8FA50077A41E /* ftrfork.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   626
				611E0BB611FA8FA50077A41E /* ftsnames.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   627
				611E0BB711FA8FA50077A41E /* ftstream.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   628
				611E0BB811FA8FA50077A41E /* ftstroke.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   629
				611E0BB911FA8FA50077A41E /* ftsynth.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   630
				611E0BBA11FA8FA50077A41E /* ftsystem.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   631
				611E0BBB11FA8FA50077A41E /* fttrigon.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   632
				611E0BBD11FA8FA50077A41E /* ftutil.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   633
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   634
			name = base;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   635
			path = ../src/base;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   636
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   637
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   638
		611E0BD911FA8FA50077A41E /* cff */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   639
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   640
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   641
				611E0BDA11FA8FA50077A41E /* cff.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   642
				611E0BDB11FA8FA50077A41E /* cffcmap.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   643
				611E0BDC11FA8FA50077A41E /* cffcmap.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   644
				611E0BDD11FA8FA50077A41E /* cffdrivr.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   645
				611E0BDE11FA8FA50077A41E /* cffdrivr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   646
				611E0BDF11FA8FA50077A41E /* cfferrs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   647
				611E0BE011FA8FA50077A41E /* cffgload.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   648
				611E0BE111FA8FA50077A41E /* cffgload.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   649
				611E0BE211FA8FA50077A41E /* cffload.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   650
				611E0BE311FA8FA50077A41E /* cffload.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   651
				611E0BE411FA8FA50077A41E /* cffobjs.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   652
				611E0BE511FA8FA50077A41E /* cffobjs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   653
				611E0BE611FA8FA50077A41E /* cffparse.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   654
				611E0BE711FA8FA50077A41E /* cffparse.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   655
				611E0BE811FA8FA50077A41E /* cffpic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   656
				611E0BE911FA8FA50077A41E /* cffpic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   657
				611E0BEA11FA8FA50077A41E /* cfftoken.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   658
				611E0BEB11FA8FA50077A41E /* cfftypes.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   659
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   660
			name = cff;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   661
			path = ../src/cff;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   662
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   663
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   664
		611E0C6711FA8FA50077A41E /* pshinter */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   665
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   666
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   667
				611E0C6811FA8FA50077A41E /* pshalgo.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   668
				611E0C6911FA8FA50077A41E /* pshalgo.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   669
				611E0C6A11FA8FA50077A41E /* pshglob.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   670
				611E0C6B11FA8FA50077A41E /* pshglob.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   671
				611E0C6C11FA8FA50077A41E /* pshinter.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   672
				611E0C6D11FA8FA50077A41E /* pshmod.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   673
				611E0C6E11FA8FA50077A41E /* pshmod.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   674
				611E0C6F11FA8FA50077A41E /* pshnterr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   675
				611E0C7011FA8FA50077A41E /* pshpic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   676
				611E0C7111FA8FA50077A41E /* pshpic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   677
				611E0C7211FA8FA50077A41E /* pshrec.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   678
				611E0C7311FA8FA50077A41E /* pshrec.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   679
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   680
			name = pshinter;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   681
			path = ../src/pshinter;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   682
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   683
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   684
		611E0C7411FA8FA50077A41E /* psnames */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   685
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   686
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   687
				611E0C7511FA8FA50077A41E /* psmodule.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   688
				611E0C7611FA8FA50077A41E /* psmodule.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   689
				611E0C7711FA8FA50077A41E /* psnamerr.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   690
				611E0C7811FA8FA50077A41E /* psnames.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   691
				611E0C7911FA8FA50077A41E /* pspic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   692
				611E0C7A11FA8FA50077A41E /* pspic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   693
				611E0C7B11FA8FA50077A41E /* pstables.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   694
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   695
			name = psnames;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   696
			path = ../src/psnames;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   697
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   698
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   699
		611E0C7C11FA8FA50077A41E /* raster */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   700
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   701
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   702
				611E0C7D11FA8FA50077A41E /* ftmisc.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   703
				611E0C7E11FA8FA50077A41E /* ftraster.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   704
				611E0C7F11FA8FA50077A41E /* ftraster.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   705
				611E0C8011FA8FA50077A41E /* ftrend1.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   706
				611E0C8111FA8FA50077A41E /* ftrend1.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   707
				611E0C8211FA8FA50077A41E /* raster.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   708
				611E0C8311FA8FA50077A41E /* rasterrs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   709
				611E0C8411FA8FA50077A41E /* rastpic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   710
				611E0C8511FA8FA50077A41E /* rastpic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   711
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   712
			name = raster;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   713
			path = ../src/raster;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   714
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   715
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   716
		611E0C8611FA8FA50077A41E /* sfnt */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   717
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   718
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   719
				611E0C8711FA8FA50077A41E /* sfdriver.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   720
				611E0C8811FA8FA50077A41E /* sfdriver.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   721
				611E0C8911FA8FA50077A41E /* sferrors.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   722
				611E0C8A11FA8FA50077A41E /* sfnt.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   723
				611E0C8B11FA8FA50077A41E /* sfntpic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   724
				611E0C8C11FA8FA50077A41E /* sfntpic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   725
				611E0C8D11FA8FA50077A41E /* sfobjs.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   726
				611E0C8E11FA8FA50077A41E /* sfobjs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   727
				611E0C8F11FA8FA50077A41E /* ttbdf.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   728
				611E0C9011FA8FA50077A41E /* ttbdf.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   729
				611E0C9111FA8FA50077A41E /* ttcmap.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   730
				611E0C9211FA8FA50077A41E /* ttcmap.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   731
				611E0C9311FA8FA50077A41E /* ttcmapc.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   732
				611E0C9411FA8FA50077A41E /* ttkern.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   733
				611E0C9511FA8FA50077A41E /* ttkern.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   734
				611E0C9611FA8FA50077A41E /* ttload.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   735
				611E0C9711FA8FA50077A41E /* ttload.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   736
				611E0C9811FA8FA50077A41E /* ttmtx.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   737
				611E0C9911FA8FA50077A41E /* ttmtx.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   738
				611E0C9A11FA8FA50077A41E /* ttpost.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   739
				611E0C9B11FA8FA50077A41E /* ttpost.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   740
				611E0C9C11FA8FA50077A41E /* ttsbit.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   741
				611E0C9D11FA8FA50077A41E /* ttsbit.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   742
				611E0C9E11FA8FA50077A41E /* ttsbit0.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   743
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   744
			name = sfnt;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   745
			path = ../src/sfnt;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   746
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   747
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   748
		611E0C9F11FA8FA50077A41E /* smooth */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   749
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   750
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   751
				611E0CA011FA8FA50077A41E /* ftgrays.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   752
				611E0CA111FA8FA50077A41E /* ftgrays.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   753
				611E0CA211FA8FA50077A41E /* ftsmerrs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   754
				611E0CA311FA8FA50077A41E /* ftsmooth.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   755
				611E0CA411FA8FA50077A41E /* ftsmooth.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   756
				611E0CA511FA8FA50077A41E /* ftspic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   757
				611E0CA611FA8FA50077A41E /* ftspic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   758
				611E0CA711FA8FA50077A41E /* smooth.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   759
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   760
			name = smooth;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   761
			path = ../src/smooth;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   762
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   763
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   764
		611E0CBC11FA8FA50077A41E /* truetype */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   765
			isa = PBXGroup;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   766
			children = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   767
				611E0CBD11FA8FA50077A41E /* truetype.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   768
				611E0CBE11FA8FA50077A41E /* ttdriver.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   769
				611E0CBF11FA8FA50077A41E /* ttdriver.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   770
				611E0CC011FA8FA50077A41E /* tterrors.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   771
				611E0CC111FA8FA50077A41E /* ttgload.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   772
				611E0CC211FA8FA50077A41E /* ttgload.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   773
				611E0CC311FA8FA50077A41E /* ttgxvar.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   774
				611E0CC411FA8FA50077A41E /* ttgxvar.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   775
				611E0CC511FA8FA50077A41E /* ttinterp.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   776
				611E0CC611FA8FA50077A41E /* ttinterp.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   777
				611E0CC711FA8FA50077A41E /* ttobjs.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   778
				611E0CC811FA8FA50077A41E /* ttobjs.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   779
				611E0CC911FA8FA50077A41E /* ttpic.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   780
				611E0CCA11FA8FA50077A41E /* ttpic.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   781
				611E0CCB11FA8FA50077A41E /* ttpload.c */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   782
				611E0CCC11FA8FA50077A41E /* ttpload.h */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   783
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   784
			name = truetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   785
			path = ../src/truetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   786
			sourceTree = SOURCE_ROOT;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   787
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   788
/* End PBXGroup section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   789
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   790
/* Begin PBXHeadersBuildPhase section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   791
		D2AAC07A0554694100DB518D /* Headers */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   792
			isa = PBXHeadersBuildPhase;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   793
			buildActionMask = 2147483647;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   794
			files = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   795
				AA747D9F0F9514B9006C5449 /* freetype_Prefix.pch in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   796
				611E0B1C11FA8F610077A41E /* ftconfig.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   797
				611E0B1D11FA8F610077A41E /* ftheader.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   798
				611E0B1E11FA8F610077A41E /* ftmodule.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   799
				611E0B1F11FA8F610077A41E /* ftoption.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   800
				611E0B2011FA8F610077A41E /* ftstdlib.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   801
				611E0B2111FA8F610077A41E /* freetype.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   802
				611E0B2211FA8F610077A41E /* ftadvanc.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   803
				611E0B2311FA8F610077A41E /* ftbbox.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   804
				611E0B2411FA8F610077A41E /* ftbdf.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   805
				611E0B2511FA8F610077A41E /* ftbitmap.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   806
				611E0B2611FA8F610077A41E /* ftcache.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   807
				611E0B2711FA8F610077A41E /* ftchapters.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   808
				611E0B2811FA8F610077A41E /* ftcid.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   809
				611E0B2911FA8F610077A41E /* fterrdef.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   810
				611E0B2A11FA8F610077A41E /* fterrors.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   811
				611E0B2B11FA8F610077A41E /* ftgasp.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   812
				611E0B2C11FA8F610077A41E /* ftglyph.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   813
				611E0B2D11FA8F610077A41E /* ftgxval.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   814
				611E0B2E11FA8F610077A41E /* ftgzip.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   815
				611E0B2F11FA8F610077A41E /* ftimage.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   816
				611E0B3011FA8F610077A41E /* ftincrem.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   817
				611E0B3111FA8F610077A41E /* ftlcdfil.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   818
				611E0B3211FA8F610077A41E /* ftlist.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   819
				611E0B3311FA8F610077A41E /* ftlzw.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   820
				611E0B3411FA8F610077A41E /* ftmac.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   821
				611E0B3511FA8F610077A41E /* ftmm.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   822
				611E0B3611FA8F610077A41E /* ftmodapi.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   823
				611E0B3711FA8F610077A41E /* ftmoderr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   824
				611E0B3811FA8F610077A41E /* ftotval.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   825
				611E0B3911FA8F610077A41E /* ftoutln.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   826
				611E0B3A11FA8F610077A41E /* ftpfr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   827
				611E0B3B11FA8F610077A41E /* ftrender.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   828
				611E0B3C11FA8F610077A41E /* ftsizes.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   829
				611E0B3D11FA8F610077A41E /* ftsnames.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   830
				611E0B3E11FA8F610077A41E /* ftstroke.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   831
				611E0B3F11FA8F610077A41E /* ftsynth.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   832
				611E0B4011FA8F610077A41E /* ftsystem.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   833
				611E0B4111FA8F610077A41E /* fttrigon.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   834
				611E0B4211FA8F610077A41E /* fttypes.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   835
				611E0B4311FA8F610077A41E /* ftwinfnt.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   836
				611E0B4411FA8F610077A41E /* ftxf86.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   837
				611E0B4511FA8F610077A41E /* autohint.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   838
				611E0B4611FA8F610077A41E /* ftcalc.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   839
				611E0B4711FA8F610077A41E /* ftdebug.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   840
				611E0B4811FA8F610077A41E /* ftdriver.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   841
				611E0B4911FA8F610077A41E /* ftgloadr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   842
				611E0B4A11FA8F610077A41E /* ftmemory.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   843
				611E0B4B11FA8F610077A41E /* ftobjs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   844
				611E0B4C11FA8F610077A41E /* ftpic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   845
				611E0B4D11FA8F610077A41E /* ftrfork.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   846
				611E0B4E11FA8F610077A41E /* ftserv.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   847
				611E0B4F11FA8F610077A41E /* ftstream.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   848
				611E0B5011FA8F610077A41E /* fttrace.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   849
				611E0B5111FA8F610077A41E /* ftvalid.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   850
				611E0B5211FA8F610077A41E /* internal.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   851
				611E0B5311FA8F610077A41E /* pcftypes.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   852
				611E0B5411FA8F610077A41E /* psaux.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   853
				611E0B5511FA8F610077A41E /* pshints.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   854
				611E0B5611FA8F610077A41E /* svbdf.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   855
				611E0B5711FA8F610077A41E /* svcid.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   856
				611E0B5811FA8F610077A41E /* svgldict.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   857
				611E0B5911FA8F610077A41E /* svgxval.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   858
				611E0B5A11FA8F610077A41E /* svkern.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   859
				611E0B5B11FA8F610077A41E /* svmm.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   860
				611E0B5C11FA8F610077A41E /* svotval.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   861
				611E0B5D11FA8F610077A41E /* svpfr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   862
				611E0B5E11FA8F610077A41E /* svpostnm.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   863
				611E0B5F11FA8F610077A41E /* svpscmap.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   864
				611E0B6011FA8F610077A41E /* svpsinfo.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   865
				611E0B6111FA8F610077A41E /* svsfnt.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   866
				611E0B6211FA8F610077A41E /* svttcmap.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   867
				611E0B6311FA8F610077A41E /* svtteng.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   868
				611E0B6411FA8F610077A41E /* svttglyf.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   869
				611E0B6511FA8F610077A41E /* svwinfnt.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   870
				611E0B6611FA8F610077A41E /* svxf86nm.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   871
				611E0B6711FA8F610077A41E /* sfnt.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   872
				611E0B6811FA8F610077A41E /* t1types.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   873
				611E0B6911FA8F610077A41E /* tttypes.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   874
				611E0B6A11FA8F610077A41E /* t1tables.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   875
				611E0B6B11FA8F610077A41E /* ttnameid.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   876
				611E0B6C11FA8F610077A41E /* tttables.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   877
				611E0B6D11FA8F610077A41E /* tttags.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   878
				611E0B6E11FA8F610077A41E /* ttunpat.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   879
				611E0B6F11FA8F610077A41E /* ft2build.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   880
				611E0D0711FA8FA50077A41E /* basepic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   881
				611E0D0B11FA8FA50077A41E /* ftbase.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   882
				611E0D4611FA8FA50077A41E /* cffcmap.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   883
				611E0D4811FA8FA50077A41E /* cffdrivr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   884
				611E0D4911FA8FA50077A41E /* cfferrs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   885
				611E0D4B11FA8FA50077A41E /* cffgload.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   886
				611E0D4D11FA8FA50077A41E /* cffload.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   887
				611E0D4F11FA8FA50077A41E /* cffobjs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   888
				611E0D5111FA8FA50077A41E /* cffparse.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   889
				611E0D5311FA8FA50077A41E /* cffpic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   890
				611E0D5411FA8FA50077A41E /* cfftoken.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   891
				611E0D5511FA8FA50077A41E /* cfftypes.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   892
				611E0DCA11FA8FA50077A41E /* pshalgo.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   893
				611E0DCC11FA8FA50077A41E /* pshglob.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   894
				611E0DCF11FA8FA50077A41E /* pshmod.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   895
				611E0DD011FA8FA50077A41E /* pshnterr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   896
				611E0DD211FA8FA50077A41E /* pshpic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   897
				611E0DD411FA8FA50077A41E /* pshrec.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   898
				611E0DD611FA8FA50077A41E /* psmodule.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   899
				611E0DD711FA8FA50077A41E /* psnamerr.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   900
				611E0DDA11FA8FA50077A41E /* pspic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   901
				611E0DDB11FA8FA50077A41E /* pstables.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   902
				611E0DDC11FA8FA50077A41E /* ftmisc.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   903
				611E0DDE11FA8FA50077A41E /* ftraster.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   904
				611E0DE011FA8FA50077A41E /* ftrend1.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   905
				611E0DE211FA8FA50077A41E /* rasterrs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   906
				611E0DE411FA8FA50077A41E /* rastpic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   907
				611E0DE611FA8FA50077A41E /* sfdriver.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   908
				611E0DE711FA8FA50077A41E /* sferrors.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   909
				611E0DEA11FA8FA50077A41E /* sfntpic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   910
				611E0DEC11FA8FA50077A41E /* sfobjs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   911
				611E0DEE11FA8FA50077A41E /* ttbdf.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   912
				611E0DF011FA8FA50077A41E /* ttcmap.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   913
				611E0DF111FA8FA50077A41E /* ttcmapc.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   914
				611E0DF311FA8FA50077A41E /* ttkern.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   915
				611E0DF511FA8FA50077A41E /* ttload.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   916
				611E0DF711FA8FA50077A41E /* ttmtx.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   917
				611E0DF911FA8FA50077A41E /* ttpost.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   918
				611E0DFB11FA8FA50077A41E /* ttsbit.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   919
				611E0DFE11FA8FA50077A41E /* ftgrays.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   920
				611E0DFF11FA8FA50077A41E /* ftsmerrs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   921
				611E0E0111FA8FA50077A41E /* ftsmooth.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   922
				611E0E0311FA8FA50077A41E /* ftspic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   923
				611E0E0D11FA8FA50077A41E /* ttdriver.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   924
				611E0E0E11FA8FA50077A41E /* tterrors.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   925
				611E0E1011FA8FA50077A41E /* ttgload.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   926
				611E0E1211FA8FA50077A41E /* ttgxvar.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   927
				611E0E1411FA8FA50077A41E /* ttinterp.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   928
				611E0E1611FA8FA50077A41E /* ttobjs.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   929
				611E0E1811FA8FA50077A41E /* ttpic.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   930
				611E0E1A11FA8FA50077A41E /* ttpload.h in Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   931
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   932
			runOnlyForDeploymentPostprocessing = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   933
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   934
/* End PBXHeadersBuildPhase section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   935
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   936
/* Begin PBXNativeTarget section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   937
		D2AAC07D0554694100DB518D /* libFreetype */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   938
			isa = PBXNativeTarget;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   939
			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libFreetype" */;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   940
			buildPhases = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   941
				D2AAC07A0554694100DB518D /* Headers */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   942
				D2AAC07B0554694100DB518D /* Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   943
				D2AAC07C0554694100DB518D /* Frameworks */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   944
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   945
			buildRules = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   946
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   947
			dependencies = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   948
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   949
			name = libFreetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   950
			productName = freetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   951
			productReference = D2AAC07E0554694100DB518D /* libFreetype.a */;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   952
			productType = "com.apple.product-type.library.static";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   953
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   954
/* End PBXNativeTarget section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   955
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   956
/* Begin PBXProject section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   957
		0867D690FE84028FC02AAC07 /* Project object */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   958
			isa = PBXProject;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   959
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Freetype" */;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   960
			compatibilityVersion = "Xcode 3.1";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   961
			developmentRegion = English;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   962
			hasScannedForEncodings = 1;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   963
			knownRegions = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   964
				English,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   965
				Japanese,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   966
				French,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   967
				German,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   968
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   969
			mainGroup = 0867D691FE84028FC02AAC07 /* freetype */;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   970
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   971
			projectDirPath = "";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   972
			projectRoot = "";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   973
			targets = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   974
				D2AAC07D0554694100DB518D /* libFreetype */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   975
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   976
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   977
/* End PBXProject section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   978
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   979
/* Begin PBXSourcesBuildPhase section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   980
		D2AAC07B0554694100DB518D /* Sources */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   981
			isa = PBXSourcesBuildPhase;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   982
			buildActionMask = 2147483647;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   983
			files = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   984
				611E0D0611FA8FA50077A41E /* basepic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   985
				611E0D0811FA8FA50077A41E /* ftadvanc.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   986
				611E0D0911FA8FA50077A41E /* ftapi.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   987
				611E0D0A11FA8FA50077A41E /* ftbase.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   988
				611E0D0C11FA8FA50077A41E /* ftbbox.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   989
				611E0D0E11FA8FA50077A41E /* ftbitmap.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   990
				611E0D0F11FA8FA50077A41E /* ftcalc.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   991
				611E0D1111FA8FA50077A41E /* ftdbgmem.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   992
				611E0D1211FA8FA50077A41E /* ftdebug.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   993
				611E0D1511FA8FA50077A41E /* ftgloadr.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   994
				611E0D1611FA8FA50077A41E /* ftglyph.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   995
				611E0D1811FA8FA50077A41E /* ftinit.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   996
				611E0D1C11FA8FA50077A41E /* ftobjs.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   997
				611E0D1E11FA8FA50077A41E /* ftoutln.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   998
				611E0D2111FA8FA50077A41E /* ftpic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   999
				611E0D2211FA8FA50077A41E /* ftrfork.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1000
				611E0D2311FA8FA50077A41E /* ftsnames.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1001
				611E0D2411FA8FA50077A41E /* ftstream.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1002
				611E0D2511FA8FA50077A41E /* ftstroke.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1003
				611E0D2611FA8FA50077A41E /* ftsynth.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1004
				611E0D2711FA8FA50077A41E /* ftsystem.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1005
				611E0D2811FA8FA50077A41E /* fttrigon.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1006
				611E0D2A11FA8FA50077A41E /* ftutil.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1007
				611E0D4411FA8FA50077A41E /* cff.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1008
				611E0D4511FA8FA50077A41E /* cffcmap.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1009
				611E0D4711FA8FA50077A41E /* cffdrivr.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1010
				611E0D4A11FA8FA50077A41E /* cffgload.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1011
				611E0D4C11FA8FA50077A41E /* cffload.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1012
				611E0D4E11FA8FA50077A41E /* cffobjs.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1013
				611E0D5011FA8FA50077A41E /* cffparse.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1014
				611E0D5211FA8FA50077A41E /* cffpic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1015
				611E0DC911FA8FA50077A41E /* pshalgo.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1016
				611E0DCB11FA8FA50077A41E /* pshglob.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1017
				611E0DCD11FA8FA50077A41E /* pshinter.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1018
				611E0DCE11FA8FA50077A41E /* pshmod.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1019
				611E0DD111FA8FA50077A41E /* pshpic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1020
				611E0DD311FA8FA50077A41E /* pshrec.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1021
				611E0DD511FA8FA50077A41E /* psmodule.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1022
				611E0DD811FA8FA50077A41E /* psnames.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1023
				611E0DD911FA8FA50077A41E /* pspic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1024
				611E0DDD11FA8FA50077A41E /* ftraster.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1025
				611E0DDF11FA8FA50077A41E /* ftrend1.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1026
				611E0DE111FA8FA50077A41E /* raster.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1027
				611E0DE311FA8FA50077A41E /* rastpic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1028
				611E0DE511FA8FA50077A41E /* sfdriver.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1029
				611E0DE811FA8FA50077A41E /* sfnt.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1030
				611E0DE911FA8FA50077A41E /* sfntpic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1031
				611E0DEB11FA8FA50077A41E /* sfobjs.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1032
				611E0DED11FA8FA50077A41E /* ttbdf.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1033
				611E0DEF11FA8FA50077A41E /* ttcmap.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1034
				611E0DF211FA8FA50077A41E /* ttkern.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1035
				611E0DF411FA8FA50077A41E /* ttload.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1036
				611E0DF611FA8FA50077A41E /* ttmtx.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1037
				611E0DF811FA8FA50077A41E /* ttpost.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1038
				611E0DFA11FA8FA50077A41E /* ttsbit.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1039
				611E0DFC11FA8FA50077A41E /* ttsbit0.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1040
				611E0DFD11FA8FA50077A41E /* ftgrays.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1041
				611E0E0011FA8FA50077A41E /* ftsmooth.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1042
				611E0E0211FA8FA50077A41E /* ftspic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1043
				611E0E0411FA8FA50077A41E /* smooth.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1044
				611E0E0B11FA8FA50077A41E /* truetype.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1045
				611E0E0C11FA8FA50077A41E /* ttdriver.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1046
				611E0E0F11FA8FA50077A41E /* ttgload.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1047
				611E0E1111FA8FA50077A41E /* ttgxvar.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1048
				611E0E1311FA8FA50077A41E /* ttinterp.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1049
				611E0E1511FA8FA50077A41E /* ttobjs.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1050
				611E0E1711FA8FA50077A41E /* ttpic.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1051
				611E0E1911FA8FA50077A41E /* ttpload.c in Sources */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1052
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1053
			runOnlyForDeploymentPostprocessing = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1054
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1055
/* End PBXSourcesBuildPhase section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1056
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1057
/* Begin XCBuildConfiguration section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1058
		1DEB921F08733DC00010E9CD /* Debug */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1059
			isa = XCBuildConfiguration;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1060
			buildSettings = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1061
				ALWAYS_SEARCH_USER_PATHS = NO;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1062
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1063
				COPY_PHASE_STRIP = NO;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1064
				DSTROOT = /tmp/freetype.dst;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1065
				GCC_DYNAMIC_NO_PIC = NO;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1066
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1067
				GCC_MODEL_TUNING = G5;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1068
				GCC_OPTIMIZATION_LEVEL = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1069
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1070
				GCC_PREFIX_HEADER = freetype_Prefix.pch;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1071
				INSTALL_PATH = /usr/local/lib;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1072
				PRODUCT_NAME = Freetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1073
			};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1074
			name = Debug;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1075
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1076
		1DEB922008733DC00010E9CD /* Release */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1077
			isa = XCBuildConfiguration;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1078
			buildSettings = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1079
				ALWAYS_SEARCH_USER_PATHS = NO;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1080
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1081
				DSTROOT = /tmp/freetype.dst;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1082
				GCC_MODEL_TUNING = G5;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1083
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1084
				GCC_PREFIX_HEADER = freetype_Prefix.pch;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1085
				INSTALL_PATH = /usr/local/lib;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1086
				PRODUCT_NAME = Freetype;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1087
			};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1088
			name = Release;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1089
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1090
		1DEB922308733DC00010E9CD /* Debug */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1091
			isa = XCBuildConfiguration;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1092
			buildSettings = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1093
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1094
				GCC_C_LANGUAGE_STANDARD = c99;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1095
				GCC_OPTIMIZATION_LEVEL = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1096
				GCC_PREPROCESSOR_DEFINITIONS = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1097
					DARWIN_NO_CARBON,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1098
					FT2_BUILD_LIBRARY,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1099
				);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1100
				GCC_THUMB_SUPPORT = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1101
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1102
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1103
				GCC_WARN_UNUSED_VARIABLE = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1104
				HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../include\"";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1105
				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1106
				OTHER_LDFLAGS = "-ObjC";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1107
				PREBINDING = NO;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1108
				SDKROOT = iphoneos;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1109
				TARGETED_DEVICE_FAMILY = "1,2";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1110
			};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1111
			name = Debug;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1112
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1113
		1DEB922408733DC00010E9CD /* Release */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1114
			isa = XCBuildConfiguration;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1115
			buildSettings = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1116
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1117
				GCC_C_LANGUAGE_STANDARD = c99;
5503
d8632f589008 use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
koda
parents: 5172
diff changeset
  1118
				GCC_FAST_MATH = YES;
d8632f589008 use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
koda
parents: 5172
diff changeset
  1119
				GCC_OPTIMIZATION_LEVEL = s;
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1120
				GCC_PREPROCESSOR_DEFINITIONS = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1121
					DARWIN_NO_CARBON,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1122
					FT2_BUILD_LIBRARY,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1123
				);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1124
				GCC_THUMB_SUPPORT = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1125
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1126
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1127
				GCC_WARN_UNUSED_VARIABLE = YES;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1128
				HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../include\"";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1129
				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1130
				OTHER_LDFLAGS = "-ObjC";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1131
				PREBINDING = NO;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1132
				SDKROOT = iphoneos;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1133
				TARGETED_DEVICE_FAMILY = "1,2";
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1134
			};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1135
			name = Release;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1136
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1137
/* End XCBuildConfiguration section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1138
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1139
/* Begin XCConfigurationList section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1140
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libFreetype" */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1141
			isa = XCConfigurationList;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1142
			buildConfigurations = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1143
				1DEB921F08733DC00010E9CD /* Debug */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1144
				1DEB922008733DC00010E9CD /* Release */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1145
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1146
			defaultConfigurationIsVisible = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1147
			defaultConfigurationName = Release;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1148
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1149
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Freetype" */ = {
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1150
			isa = XCConfigurationList;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1151
			buildConfigurations = (
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1152
				1DEB922308733DC00010E9CD /* Debug */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1153
				1DEB922408733DC00010E9CD /* Release */,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1154
			);
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1155
			defaultConfigurationIsVisible = 0;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1156
			defaultConfigurationName = Release;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1157
		};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1158
/* End XCConfigurationList section */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1159
	};
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1160
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1161
}