misc/libtremor/Xcode/Tremor.xcodeproj/project.pbxproj
author koda
Sun, 29 Jan 2012 18:52:01 +0100
changeset 6613 c7bf3b7c49dd
parent 6494 5e0595f41cde
child 7697 767d3c4153a1
permissions -rw-r--r--
disabling the discovery of SDL13+ on desktop. SDL13 has become SDL2 with a completely different ABI and will require a new FindSDL2 module for Cmake to be found; for current sdl development installations, hedgewars will either use the compatibility layer (present in sdl1.3 but not in sdl2) or just fail to build (in case sdl2 is installed but sdl1.2.* is not). whew
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     1
// !$*UTF8*$!
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     2
{
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     3
	archiveVersion = 1;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     4
	classes = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     5
	};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     6
	objectVersion = 45;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     7
	objects = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     8
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
     9
/* Begin PBXBuildFile section */
6494
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    10
		61DB1809148BA9A9004A67B8 /* asm_arm.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17E7148BA9A9004A67B8 /* asm_arm.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    11
		61DB180A148BA9A9004A67B8 /* backends.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17E8148BA9A9004A67B8 /* backends.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    12
		61DB180B148BA9A9004A67B8 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17E9148BA9A9004A67B8 /* bitwise.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    13
		61DB180C148BA9A9004A67B8 /* block.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17EA148BA9A9004A67B8 /* block.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    14
		61DB180D148BA9A9004A67B8 /* block.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17EB148BA9A9004A67B8 /* block.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    15
		61DB180E148BA9A9004A67B8 /* codebook.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17EC148BA9A9004A67B8 /* codebook.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    16
		61DB180F148BA9A9004A67B8 /* codebook.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17ED148BA9A9004A67B8 /* codebook.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    17
		61DB1810148BA9A9004A67B8 /* codec_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17EE148BA9A9004A67B8 /* codec_internal.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    18
		61DB1811148BA9A9004A67B8 /* config_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17EF148BA9A9004A67B8 /* config_types.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    19
		61DB1812148BA9A9004A67B8 /* floor0.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17F0148BA9A9004A67B8 /* floor0.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    20
		61DB1813148BA9A9004A67B8 /* floor1.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17F1148BA9A9004A67B8 /* floor1.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    21
		61DB1814148BA9A9004A67B8 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17F2148BA9A9004A67B8 /* framing.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    22
		61DB1815148BA9A9004A67B8 /* info.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17F3148BA9A9004A67B8 /* info.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    23
		61DB1816148BA9A9004A67B8 /* ivorbiscodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17F4148BA9A9004A67B8 /* ivorbiscodec.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    24
		61DB1818148BA9A9004A67B8 /* ivorbisfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17F6148BA9A9004A67B8 /* ivorbisfile.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    25
		61DB1819148BA9A9004A67B8 /* lsp_lookup.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17F7148BA9A9004A67B8 /* lsp_lookup.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    26
		61DB181A148BA9A9004A67B8 /* mapping0.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17F8148BA9A9004A67B8 /* mapping0.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    27
		61DB181B148BA9A9004A67B8 /* mdct_lookup.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17F9148BA9A9004A67B8 /* mdct_lookup.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    28
		61DB181C148BA9A9004A67B8 /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB17FA148BA9A9004A67B8 /* mdct.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    29
		61DB181D148BA9A9004A67B8 /* mdct.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17FB148BA9A9004A67B8 /* mdct.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    30
		61DB181E148BA9A9004A67B8 /* misc.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17FC148BA9A9004A67B8 /* misc.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    31
		61DB181F148BA9A9004A67B8 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17FD148BA9A9004A67B8 /* ogg.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    32
		61DB1820148BA9A9004A67B8 /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17FE148BA9A9004A67B8 /* os_types.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    33
		61DB1821148BA9A9004A67B8 /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB17FF148BA9A9004A67B8 /* os.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    34
		61DB1822148BA9A9004A67B8 /* registry.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB1800148BA9A9004A67B8 /* registry.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    35
		61DB1823148BA9A9004A67B8 /* registry.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB1801148BA9A9004A67B8 /* registry.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    36
		61DB1824148BA9A9004A67B8 /* res012.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB1802148BA9A9004A67B8 /* res012.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    37
		61DB1825148BA9A9004A67B8 /* sharedbook.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB1803148BA9A9004A67B8 /* sharedbook.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    38
		61DB1826148BA9A9004A67B8 /* synthesis.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB1804148BA9A9004A67B8 /* synthesis.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    39
		61DB1827148BA9A9004A67B8 /* vorbisfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB1805148BA9A9004A67B8 /* vorbisfile.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    40
		61DB1828148BA9A9004A67B8 /* window_lookup.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB1806148BA9A9004A67B8 /* window_lookup.h */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    41
		61DB1829148BA9A9004A67B8 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = 61DB1807148BA9A9004A67B8 /* window.c */; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    42
		61DB182A148BA9A9004A67B8 /* window.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DB1808148BA9A9004A67B8 /* window.h */; };
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    43
		AA747D9F0F9514B9006C5449 /* Tremor_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* Tremor_Prefix.pch */; };
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    44
		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    45
/* End PBXBuildFile section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    46
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    47
/* Begin PBXFileReference section */
6494
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    48
		61DB17E7148BA9A9004A67B8 /* asm_arm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asm_arm.h; path = ../tremor/asm_arm.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    49
		61DB17E8148BA9A9004A67B8 /* backends.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = backends.h; path = ../tremor/backends.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    50
		61DB17E9148BA9A9004A67B8 /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../tremor/bitwise.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    51
		61DB17EA148BA9A9004A67B8 /* block.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = block.c; path = ../tremor/block.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    52
		61DB17EB148BA9A9004A67B8 /* block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = block.h; path = ../tremor/block.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    53
		61DB17EC148BA9A9004A67B8 /* codebook.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = codebook.c; path = ../tremor/codebook.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    54
		61DB17ED148BA9A9004A67B8 /* codebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = codebook.h; path = ../tremor/codebook.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    55
		61DB17EE148BA9A9004A67B8 /* codec_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = codec_internal.h; path = ../tremor/codec_internal.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    56
		61DB17EF148BA9A9004A67B8 /* config_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config_types.h; path = ../tremor/config_types.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    57
		61DB17F0148BA9A9004A67B8 /* floor0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = floor0.c; path = ../tremor/floor0.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    58
		61DB17F1148BA9A9004A67B8 /* floor1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = floor1.c; path = ../tremor/floor1.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    59
		61DB17F2148BA9A9004A67B8 /* framing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../tremor/framing.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    60
		61DB17F3148BA9A9004A67B8 /* info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = info.c; path = ../tremor/info.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    61
		61DB17F4148BA9A9004A67B8 /* ivorbiscodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ivorbiscodec.h; path = ../tremor/ivorbiscodec.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    62
		61DB17F6148BA9A9004A67B8 /* ivorbisfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ivorbisfile.h; path = ../tremor/ivorbisfile.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    63
		61DB17F7148BA9A9004A67B8 /* lsp_lookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lsp_lookup.h; path = ../tremor/lsp_lookup.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    64
		61DB17F8148BA9A9004A67B8 /* mapping0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mapping0.c; path = ../tremor/mapping0.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    65
		61DB17F9148BA9A9004A67B8 /* mdct_lookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mdct_lookup.h; path = ../tremor/mdct_lookup.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    66
		61DB17FA148BA9A9004A67B8 /* mdct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mdct.c; path = ../tremor/mdct.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    67
		61DB17FB148BA9A9004A67B8 /* mdct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mdct.h; path = ../tremor/mdct.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    68
		61DB17FC148BA9A9004A67B8 /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc.h; path = ../tremor/misc.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    69
		61DB17FD148BA9A9004A67B8 /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../tremor/ogg.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    70
		61DB17FE148BA9A9004A67B8 /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../tremor/os_types.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    71
		61DB17FF148BA9A9004A67B8 /* os.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = os.h; path = ../tremor/os.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    72
		61DB1800148BA9A9004A67B8 /* registry.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = registry.c; path = ../tremor/registry.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    73
		61DB1801148BA9A9004A67B8 /* registry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = registry.h; path = ../tremor/registry.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    74
		61DB1802148BA9A9004A67B8 /* res012.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = res012.c; path = ../tremor/res012.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    75
		61DB1803148BA9A9004A67B8 /* sharedbook.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sharedbook.c; path = ../tremor/sharedbook.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    76
		61DB1804148BA9A9004A67B8 /* synthesis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = synthesis.c; path = ../tremor/synthesis.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    77
		61DB1805148BA9A9004A67B8 /* vorbisfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vorbisfile.c; path = ../tremor/vorbisfile.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    78
		61DB1806148BA9A9004A67B8 /* window_lookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = window_lookup.h; path = ../tremor/window_lookup.h; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    79
		61DB1807148BA9A9004A67B8 /* window.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = window.c; path = ../tremor/window.c; sourceTree = SOURCE_ROOT; };
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
    80
		61DB1808148BA9A9004A67B8 /* window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = window.h; path = ../tremor/window.h; sourceTree = SOURCE_ROOT; };
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    81
		AA747D9E0F9514B9006C5449 /* Tremor_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tremor_Prefix.pch; sourceTree = SOURCE_ROOT; };
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    82
		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    83
		D2AAC07E0554694100DB518D /* libTremor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTremor.a; sourceTree = BUILT_PRODUCTS_DIR; };
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    84
/* End PBXFileReference section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    85
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    86
/* Begin PBXFrameworksBuildPhase section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    87
		D2AAC07C0554694100DB518D /* Frameworks */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    88
			isa = PBXFrameworksBuildPhase;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    89
			buildActionMask = 2147483647;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    90
			files = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    91
				AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    92
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    93
			runOnlyForDeploymentPostprocessing = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    94
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    95
/* End PBXFrameworksBuildPhase section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    96
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    97
/* Begin PBXGroup section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    98
		034768DFFF38A50411DB9C8B /* Products */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
    99
			isa = PBXGroup;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   100
			children = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   101
				D2AAC07E0554694100DB518D /* libTremor.a */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   102
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   103
			name = Products;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   104
			sourceTree = "<group>";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   105
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   106
		0867D691FE84028FC02AAC07 /* Tremor */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   107
			isa = PBXGroup;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   108
			children = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   109
				08FB77AEFE84172EC02AAC07 /* Sources */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   110
				32C88DFF0371C24200C91783 /* Other Sources */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   111
				0867D69AFE84028FC02AAC07 /* Frameworks */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   112
				034768DFFF38A50411DB9C8B /* Products */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   113
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   114
			name = Tremor;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   115
			sourceTree = "<group>";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   116
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   117
		0867D69AFE84028FC02AAC07 /* Frameworks */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   118
			isa = PBXGroup;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   119
			children = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   120
				AACBBE490F95108600F1A2B1 /* Foundation.framework */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   121
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   122
			name = Frameworks;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   123
			sourceTree = "<group>";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   124
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   125
		08FB77AEFE84172EC02AAC07 /* Sources */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   126
			isa = PBXGroup;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   127
			children = (
6494
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   128
				61DB17E7148BA9A9004A67B8 /* asm_arm.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   129
				61DB17E8148BA9A9004A67B8 /* backends.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   130
				61DB17E9148BA9A9004A67B8 /* bitwise.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   131
				61DB17EA148BA9A9004A67B8 /* block.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   132
				61DB17EB148BA9A9004A67B8 /* block.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   133
				61DB17EC148BA9A9004A67B8 /* codebook.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   134
				61DB17ED148BA9A9004A67B8 /* codebook.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   135
				61DB17EE148BA9A9004A67B8 /* codec_internal.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   136
				61DB17EF148BA9A9004A67B8 /* config_types.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   137
				61DB17F0148BA9A9004A67B8 /* floor0.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   138
				61DB17F1148BA9A9004A67B8 /* floor1.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   139
				61DB17F2148BA9A9004A67B8 /* framing.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   140
				61DB17F3148BA9A9004A67B8 /* info.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   141
				61DB17F4148BA9A9004A67B8 /* ivorbiscodec.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   142
				61DB17F6148BA9A9004A67B8 /* ivorbisfile.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   143
				61DB17F7148BA9A9004A67B8 /* lsp_lookup.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   144
				61DB17F8148BA9A9004A67B8 /* mapping0.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   145
				61DB17F9148BA9A9004A67B8 /* mdct_lookup.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   146
				61DB17FA148BA9A9004A67B8 /* mdct.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   147
				61DB17FB148BA9A9004A67B8 /* mdct.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   148
				61DB17FC148BA9A9004A67B8 /* misc.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   149
				61DB17FD148BA9A9004A67B8 /* ogg.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   150
				61DB17FE148BA9A9004A67B8 /* os_types.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   151
				61DB17FF148BA9A9004A67B8 /* os.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   152
				61DB1800148BA9A9004A67B8 /* registry.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   153
				61DB1801148BA9A9004A67B8 /* registry.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   154
				61DB1802148BA9A9004A67B8 /* res012.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   155
				61DB1803148BA9A9004A67B8 /* sharedbook.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   156
				61DB1804148BA9A9004A67B8 /* synthesis.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   157
				61DB1805148BA9A9004A67B8 /* vorbisfile.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   158
				61DB1806148BA9A9004A67B8 /* window_lookup.h */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   159
				61DB1807148BA9A9004A67B8 /* window.c */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   160
				61DB1808148BA9A9004A67B8 /* window.h */,
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   161
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   162
			name = Sources;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   163
			sourceTree = "<group>";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   164
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   165
		32C88DFF0371C24200C91783 /* Other Sources */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   166
			isa = PBXGroup;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   167
			children = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   168
				AA747D9E0F9514B9006C5449 /* Tremor_Prefix.pch */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   169
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   170
			name = "Other Sources";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   171
			sourceTree = "<group>";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   172
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   173
/* End PBXGroup section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   174
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   175
/* Begin PBXHeadersBuildPhase section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   176
		D2AAC07A0554694100DB518D /* Headers */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   177
			isa = PBXHeadersBuildPhase;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   178
			buildActionMask = 2147483647;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   179
			files = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   180
				AA747D9F0F9514B9006C5449 /* Tremor_Prefix.pch in Headers */,
6494
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   181
				61DB1809148BA9A9004A67B8 /* asm_arm.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   182
				61DB180A148BA9A9004A67B8 /* backends.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   183
				61DB180D148BA9A9004A67B8 /* block.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   184
				61DB180F148BA9A9004A67B8 /* codebook.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   185
				61DB1810148BA9A9004A67B8 /* codec_internal.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   186
				61DB1811148BA9A9004A67B8 /* config_types.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   187
				61DB1816148BA9A9004A67B8 /* ivorbiscodec.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   188
				61DB1818148BA9A9004A67B8 /* ivorbisfile.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   189
				61DB1819148BA9A9004A67B8 /* lsp_lookup.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   190
				61DB181B148BA9A9004A67B8 /* mdct_lookup.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   191
				61DB181D148BA9A9004A67B8 /* mdct.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   192
				61DB181E148BA9A9004A67B8 /* misc.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   193
				61DB181F148BA9A9004A67B8 /* ogg.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   194
				61DB1820148BA9A9004A67B8 /* os_types.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   195
				61DB1821148BA9A9004A67B8 /* os.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   196
				61DB1823148BA9A9004A67B8 /* registry.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   197
				61DB1828148BA9A9004A67B8 /* window_lookup.h in Headers */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   198
				61DB182A148BA9A9004A67B8 /* window.h in Headers */,
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   199
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   200
			runOnlyForDeploymentPostprocessing = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   201
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   202
/* End PBXHeadersBuildPhase section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   203
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   204
/* Begin PBXNativeTarget section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   205
		D2AAC07D0554694100DB518D /* libTremor */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   206
			isa = PBXNativeTarget;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   207
			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libTremor" */;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   208
			buildPhases = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   209
				D2AAC07A0554694100DB518D /* Headers */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   210
				D2AAC07B0554694100DB518D /* Sources */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   211
				D2AAC07C0554694100DB518D /* Frameworks */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   212
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   213
			buildRules = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   214
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   215
			dependencies = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   216
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   217
			name = libTremor;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   218
			productName = Tremor;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   219
			productReference = D2AAC07E0554694100DB518D /* libTremor.a */;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   220
			productType = "com.apple.product-type.library.static";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   221
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   222
/* End PBXNativeTarget section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   223
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   224
/* Begin PBXProject section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   225
		0867D690FE84028FC02AAC07 /* Project object */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   226
			isa = PBXProject;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   227
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Tremor" */;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   228
			compatibilityVersion = "Xcode 3.1";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   229
			developmentRegion = English;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   230
			hasScannedForEncodings = 1;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   231
			knownRegions = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   232
				English,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   233
				Japanese,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   234
				French,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   235
				German,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   236
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   237
			mainGroup = 0867D691FE84028FC02AAC07 /* Tremor */;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   238
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   239
			projectDirPath = "";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   240
			projectRoot = "";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   241
			targets = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   242
				D2AAC07D0554694100DB518D /* libTremor */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   243
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   244
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   245
/* End PBXProject section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   246
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   247
/* Begin PBXSourcesBuildPhase section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   248
		D2AAC07B0554694100DB518D /* Sources */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   249
			isa = PBXSourcesBuildPhase;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   250
			buildActionMask = 2147483647;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   251
			files = (
6494
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   252
				61DB180B148BA9A9004A67B8 /* bitwise.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   253
				61DB180C148BA9A9004A67B8 /* block.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   254
				61DB180E148BA9A9004A67B8 /* codebook.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   255
				61DB1812148BA9A9004A67B8 /* floor0.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   256
				61DB1813148BA9A9004A67B8 /* floor1.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   257
				61DB1814148BA9A9004A67B8 /* framing.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   258
				61DB1815148BA9A9004A67B8 /* info.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   259
				61DB181A148BA9A9004A67B8 /* mapping0.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   260
				61DB181C148BA9A9004A67B8 /* mdct.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   261
				61DB1822148BA9A9004A67B8 /* registry.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   262
				61DB1824148BA9A9004A67B8 /* res012.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   263
				61DB1825148BA9A9004A67B8 /* sharedbook.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   264
				61DB1826148BA9A9004A67B8 /* synthesis.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   265
				61DB1827148BA9A9004A67B8 /* vorbisfile.c in Sources */,
5e0595f41cde ios port working again, mono audio is missing
koda
parents: 6224
diff changeset
   266
				61DB1829148BA9A9004A67B8 /* window.c in Sources */,
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   267
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   268
			runOnlyForDeploymentPostprocessing = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   269
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   270
/* End PBXSourcesBuildPhase section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   271
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   272
/* Begin XCBuildConfiguration section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   273
		1DEB921F08733DC00010E9CD /* Debug */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   274
			isa = XCBuildConfiguration;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   275
			buildSettings = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   276
				ALWAYS_SEARCH_USER_PATHS = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   277
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   278
				COPY_PHASE_STRIP = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   279
				DSTROOT = /tmp/Tremor.dst;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   280
				GCC_DYNAMIC_NO_PIC = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   281
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   282
				GCC_MODEL_TUNING = G5;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   283
				GCC_OPTIMIZATION_LEVEL = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   284
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   285
				GCC_PREFIX_HEADER = Tremor_Prefix.pch;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   286
				INSTALL_PATH = /usr/local/lib;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   287
				PRODUCT_NAME = Tremor;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   288
			};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   289
			name = Debug;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   290
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   291
		1DEB922008733DC00010E9CD /* Release */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   292
			isa = XCBuildConfiguration;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   293
			buildSettings = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   294
				ALWAYS_SEARCH_USER_PATHS = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   295
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   296
				DSTROOT = /tmp/Tremor.dst;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   297
				GCC_MODEL_TUNING = G5;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   298
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   299
				GCC_PREFIX_HEADER = Tremor_Prefix.pch;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   300
				INSTALL_PATH = /usr/local/lib;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   301
				PRODUCT_NAME = Tremor;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   302
			};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   303
			name = Release;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   304
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   305
		1DEB922308733DC00010E9CD /* Debug */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   306
			isa = XCBuildConfiguration;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   307
			buildSettings = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   308
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   309
				GCC_C_LANGUAGE_STANDARD = c99;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   310
				GCC_OPTIMIZATION_LEVEL = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   311
				GCC_THUMB_SUPPORT = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   312
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   313
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   314
				GCC_WARN_UNUSED_VARIABLE = YES;
6207
cbc80c22691c updated sdl and lowered minimum ios to 3.0
koda
parents: 5658
diff changeset
   315
				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   316
				OTHER_LDFLAGS = "-ObjC";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   317
				PREBINDING = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   318
				SDKROOT = iphoneos;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   319
				TARGETED_DEVICE_FAMILY = "1,2";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   320
			};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   321
			name = Debug;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   322
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   323
		1DEB922408733DC00010E9CD /* Release */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   324
			isa = XCBuildConfiguration;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   325
			buildSettings = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   326
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   327
				GCC_C_LANGUAGE_STANDARD = c99;
5503
d8632f589008 use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
koda
parents: 5170
diff changeset
   328
				GCC_FAST_MATH = YES;
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   329
				GCC_THUMB_SUPPORT = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   330
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   331
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   332
				GCC_WARN_UNUSED_VARIABLE = YES;
6207
cbc80c22691c updated sdl and lowered minimum ios to 3.0
koda
parents: 5658
diff changeset
   333
				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
5170
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   334
				OTHER_LDFLAGS = "-ObjC";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   335
				PREBINDING = NO;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   336
				SDKROOT = iphoneos;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   337
				TARGETED_DEVICE_FAMILY = "1,2";
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   338
			};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   339
			name = Release;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   340
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   341
/* End XCBuildConfiguration section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   342
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   343
/* Begin XCConfigurationList section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   344
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libTremor" */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   345
			isa = XCConfigurationList;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   346
			buildConfigurations = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   347
				1DEB921F08733DC00010E9CD /* Debug */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   348
				1DEB922008733DC00010E9CD /* Release */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   349
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   350
			defaultConfigurationIsVisible = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   351
			defaultConfigurationName = Release;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   352
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   353
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Tremor" */ = {
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   354
			isa = XCConfigurationList;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   355
			buildConfigurations = (
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   356
				1DEB922308733DC00010E9CD /* Debug */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   357
				1DEB922408733DC00010E9CD /* Release */,
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   358
			);
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   359
			defaultConfigurationIsVisible = 0;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   360
			defaultConfigurationName = Release;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   361
		};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   362
/* End XCConfigurationList section */
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   363
	};
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   364
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
f7e49eff3708 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda
parents:
diff changeset
   365
}