misc/libphysfs/Xcode/Physfs.xcodeproj/project.pbxproj
author koda
Sat, 23 Feb 2013 18:38:57 +0100
branchphysfslayer
changeset 8536 55365fccb075
parent 8522 1853628ae285
child 11079 2e025063ca12
permissions -rw-r--r--
updated ios project files for the new phys build system
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     1
// !$*UTF8*$!
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     2
{
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     3
	archiveVersion = 1;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     4
	classes = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     5
	};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     6
	objectVersion = 45;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     7
	objects = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     8
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
     9
/* Begin PBXBuildFile section */
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    10
		617D78F916D932900091D4D6 /* archiver_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78E816D932900091D4D6 /* archiver_dir.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    11
		617D78FA16D932900091D4D6 /* archiver_grp.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78E916D932900091D4D6 /* archiver_grp.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    12
		617D78FB16D932900091D4D6 /* archiver_hog.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78EA16D932900091D4D6 /* archiver_hog.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    13
		617D78FC16D932900091D4D6 /* archiver_iso9660.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78EB16D932900091D4D6 /* archiver_iso9660.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    14
		617D78FD16D932900091D4D6 /* archiver_lzma.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78EC16D932900091D4D6 /* archiver_lzma.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    15
		617D78FE16D932900091D4D6 /* archiver_mvl.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78ED16D932900091D4D6 /* archiver_mvl.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    16
		617D78FF16D932900091D4D6 /* archiver_qpak.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78EE16D932900091D4D6 /* archiver_qpak.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    17
		617D790016D932900091D4D6 /* archiver_unpacked.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78EF16D932900091D4D6 /* archiver_unpacked.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    18
		617D790116D932900091D4D6 /* archiver_wad.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F016D932900091D4D6 /* archiver_wad.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    19
		617D790216D932900091D4D6 /* archiver_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F116D932900091D4D6 /* archiver_zip.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    20
		617D790316D932900091D4D6 /* physfs_byteorder.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F216D932900091D4D6 /* physfs_byteorder.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    21
		617D790416D932900091D4D6 /* physfs_unicode.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F316D932900091D4D6 /* physfs_unicode.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    22
		617D790516D932900091D4D6 /* physfs.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F416D932900091D4D6 /* physfs.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    23
		617D790616D932900091D4D6 /* platform_macosx.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F516D932900091D4D6 /* platform_macosx.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    24
		617D790716D932900091D4D6 /* platform_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F616D932900091D4D6 /* platform_posix.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    25
		617D790816D932900091D4D6 /* platform_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F716D932900091D4D6 /* platform_unix.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    26
		617D790916D932900091D4D6 /* platform_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D78F816D932900091D4D6 /* platform_windows.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    27
		617D790F16D932BC0091D4D6 /* physfs_casefolding.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D790A16D932BC0091D4D6 /* physfs_casefolding.h */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    28
		617D791016D932BC0091D4D6 /* physfs_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D790B16D932BC0091D4D6 /* physfs_internal.h */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    29
		617D791116D932BC0091D4D6 /* physfs_miniz.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D790C16D932BC0091D4D6 /* physfs_miniz.h */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    30
		617D791216D932BC0091D4D6 /* physfs_platforms.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D790D16D932BC0091D4D6 /* physfs_platforms.h */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    31
		617D791316D932BC0091D4D6 /* physfs.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D790E16D932BC0091D4D6 /* physfs.h */; };
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    32
		AA747D9F0F9514B9006C5449 /* Physfs_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* Physfs_Prefix.pch */; };
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    33
		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    34
/* End PBXBuildFile section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    35
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    36
/* Begin PBXFileReference section */
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    37
		617D78E716D932600091D4D6 /* libPhysfs.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPhysfs.a; sourceTree = BUILT_PRODUCTS_DIR; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    38
		617D78E816D932900091D4D6 /* archiver_dir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_dir.c; path = ../archiver_dir.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    39
		617D78E916D932900091D4D6 /* archiver_grp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_grp.c; path = ../archiver_grp.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    40
		617D78EA16D932900091D4D6 /* archiver_hog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_hog.c; path = ../archiver_hog.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    41
		617D78EB16D932900091D4D6 /* archiver_iso9660.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_iso9660.c; path = ../archiver_iso9660.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    42
		617D78EC16D932900091D4D6 /* archiver_lzma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_lzma.c; path = ../archiver_lzma.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    43
		617D78ED16D932900091D4D6 /* archiver_mvl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_mvl.c; path = ../archiver_mvl.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    44
		617D78EE16D932900091D4D6 /* archiver_qpak.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_qpak.c; path = ../archiver_qpak.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    45
		617D78EF16D932900091D4D6 /* archiver_unpacked.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_unpacked.c; path = ../archiver_unpacked.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    46
		617D78F016D932900091D4D6 /* archiver_wad.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_wad.c; path = ../archiver_wad.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    47
		617D78F116D932900091D4D6 /* archiver_zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = archiver_zip.c; path = ../archiver_zip.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    48
		617D78F216D932900091D4D6 /* physfs_byteorder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = physfs_byteorder.c; path = ../physfs_byteorder.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    49
		617D78F316D932900091D4D6 /* physfs_unicode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = physfs_unicode.c; path = ../physfs_unicode.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    50
		617D78F416D932900091D4D6 /* physfs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = physfs.c; path = ../physfs.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    51
		617D78F516D932900091D4D6 /* platform_macosx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = platform_macosx.c; path = ../platform_macosx.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    52
		617D78F616D932900091D4D6 /* platform_posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = platform_posix.c; path = ../platform_posix.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    53
		617D78F716D932900091D4D6 /* platform_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = platform_unix.c; path = ../platform_unix.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    54
		617D78F816D932900091D4D6 /* platform_windows.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = platform_windows.c; path = ../platform_windows.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    55
		617D790A16D932BC0091D4D6 /* physfs_casefolding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfs_casefolding.h; path = ../physfs_casefolding.h; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    56
		617D790B16D932BC0091D4D6 /* physfs_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfs_internal.h; path = ../physfs_internal.h; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    57
		617D790C16D932BC0091D4D6 /* physfs_miniz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfs_miniz.h; path = ../physfs_miniz.h; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    58
		617D790D16D932BC0091D4D6 /* physfs_platforms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfs_platforms.h; path = ../physfs_platforms.h; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    59
		617D790E16D932BC0091D4D6 /* physfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfs.h; path = ../physfs.h; sourceTree = SOURCE_ROOT; };
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    60
		AA747D9E0F9514B9006C5449 /* Physfs_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Physfs_Prefix.pch; sourceTree = SOURCE_ROOT; };
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    61
		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    62
/* End PBXFileReference section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    63
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    64
/* Begin PBXFrameworksBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    65
		D2AAC07C0554694100DB518D /* Frameworks */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    66
			isa = PBXFrameworksBuildPhase;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    67
			buildActionMask = 2147483647;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    68
			files = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    69
				AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    70
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    71
			runOnlyForDeploymentPostprocessing = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    72
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    73
/* End PBXFrameworksBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    74
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    75
/* Begin PBXGroup section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    76
		034768DFFF38A50411DB9C8B /* Products */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    77
			isa = PBXGroup;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    78
			children = (
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
    79
				617D78E716D932600091D4D6 /* libPhysfs.a */,
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    80
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    81
			name = Products;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    82
			sourceTree = "<group>";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    83
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    84
		0867D691FE84028FC02AAC07 /* Physfs */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    85
			isa = PBXGroup;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    86
			children = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    87
				08FB77AEFE84172EC02AAC07 /* Sources */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    88
				32C88DFF0371C24200C91783 /* Other Sources */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    89
				0867D69AFE84028FC02AAC07 /* Frameworks */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    90
				034768DFFF38A50411DB9C8B /* Products */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    91
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    92
			name = Physfs;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    93
			sourceTree = "<group>";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    94
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    95
		0867D69AFE84028FC02AAC07 /* Frameworks */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    96
			isa = PBXGroup;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    97
			children = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    98
				AACBBE490F95108600F1A2B1 /* Foundation.framework */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
    99
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   100
			name = Frameworks;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   101
			sourceTree = "<group>";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   102
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   103
		08FB77AEFE84172EC02AAC07 /* Sources */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   104
			isa = PBXGroup;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   105
			children = (
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   106
				617D790A16D932BC0091D4D6 /* physfs_casefolding.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   107
				617D790B16D932BC0091D4D6 /* physfs_internal.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   108
				617D790C16D932BC0091D4D6 /* physfs_miniz.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   109
				617D790D16D932BC0091D4D6 /* physfs_platforms.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   110
				617D790E16D932BC0091D4D6 /* physfs.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   111
				617D78E816D932900091D4D6 /* archiver_dir.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   112
				617D78E916D932900091D4D6 /* archiver_grp.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   113
				617D78EA16D932900091D4D6 /* archiver_hog.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   114
				617D78EB16D932900091D4D6 /* archiver_iso9660.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   115
				617D78EC16D932900091D4D6 /* archiver_lzma.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   116
				617D78ED16D932900091D4D6 /* archiver_mvl.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   117
				617D78EE16D932900091D4D6 /* archiver_qpak.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   118
				617D78EF16D932900091D4D6 /* archiver_unpacked.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   119
				617D78F016D932900091D4D6 /* archiver_wad.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   120
				617D78F116D932900091D4D6 /* archiver_zip.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   121
				617D78F216D932900091D4D6 /* physfs_byteorder.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   122
				617D78F316D932900091D4D6 /* physfs_unicode.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   123
				617D78F416D932900091D4D6 /* physfs.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   124
				617D78F516D932900091D4D6 /* platform_macosx.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   125
				617D78F616D932900091D4D6 /* platform_posix.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   126
				617D78F716D932900091D4D6 /* platform_unix.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   127
				617D78F816D932900091D4D6 /* platform_windows.c */,
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   128
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   129
			name = Sources;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   130
			sourceTree = "<group>";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   131
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   132
		32C88DFF0371C24200C91783 /* Other Sources */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   133
			isa = PBXGroup;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   134
			children = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   135
				AA747D9E0F9514B9006C5449 /* Physfs_Prefix.pch */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   136
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   137
			name = "Other Sources";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   138
			sourceTree = "<group>";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   139
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   140
/* End PBXGroup section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   141
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   142
/* Begin PBXHeadersBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   143
		D2AAC07A0554694100DB518D /* Headers */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   144
			isa = PBXHeadersBuildPhase;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   145
			buildActionMask = 2147483647;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   146
			files = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   147
				AA747D9F0F9514B9006C5449 /* Physfs_Prefix.pch in Headers */,
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   148
				617D790F16D932BC0091D4D6 /* physfs_casefolding.h in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   149
				617D791016D932BC0091D4D6 /* physfs_internal.h in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   150
				617D791116D932BC0091D4D6 /* physfs_miniz.h in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   151
				617D791216D932BC0091D4D6 /* physfs_platforms.h in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   152
				617D791316D932BC0091D4D6 /* physfs.h in Headers */,
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   153
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   154
			runOnlyForDeploymentPostprocessing = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   155
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   156
/* End PBXHeadersBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   157
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   158
/* Begin PBXNativeTarget section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   159
		D2AAC07D0554694100DB518D /* Physfs */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   160
			isa = PBXNativeTarget;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   161
			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Physfs" */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   162
			buildPhases = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   163
				D2AAC07A0554694100DB518D /* Headers */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   164
				D2AAC07B0554694100DB518D /* Sources */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   165
				D2AAC07C0554694100DB518D /* Frameworks */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   166
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   167
			buildRules = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   168
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   169
			dependencies = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   170
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   171
			name = Physfs;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   172
			productName = Physfs;
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   173
			productReference = 617D78E716D932600091D4D6 /* libPhysfs.a */;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   174
			productType = "com.apple.product-type.library.static";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   175
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   176
/* End PBXNativeTarget section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   177
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   178
/* Begin PBXProject section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   179
		0867D690FE84028FC02AAC07 /* Project object */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   180
			isa = PBXProject;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   181
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Physfs" */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   182
			compatibilityVersion = "Xcode 3.1";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   183
			developmentRegion = English;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   184
			hasScannedForEncodings = 1;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   185
			knownRegions = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   186
				English,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   187
				Japanese,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   188
				French,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   189
				German,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   190
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   191
			mainGroup = 0867D691FE84028FC02AAC07 /* Physfs */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   192
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   193
			projectDirPath = "";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   194
			projectRoot = "";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   195
			targets = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   196
				D2AAC07D0554694100DB518D /* Physfs */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   197
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   198
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   199
/* End PBXProject section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   200
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   201
/* Begin PBXSourcesBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   202
		D2AAC07B0554694100DB518D /* Sources */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   203
			isa = PBXSourcesBuildPhase;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   204
			buildActionMask = 2147483647;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   205
			files = (
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   206
				617D78F916D932900091D4D6 /* archiver_dir.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   207
				617D78FA16D932900091D4D6 /* archiver_grp.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   208
				617D78FB16D932900091D4D6 /* archiver_hog.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   209
				617D78FC16D932900091D4D6 /* archiver_iso9660.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   210
				617D78FD16D932900091D4D6 /* archiver_lzma.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   211
				617D78FE16D932900091D4D6 /* archiver_mvl.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   212
				617D78FF16D932900091D4D6 /* archiver_qpak.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   213
				617D790016D932900091D4D6 /* archiver_unpacked.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   214
				617D790116D932900091D4D6 /* archiver_wad.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   215
				617D790216D932900091D4D6 /* archiver_zip.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   216
				617D790316D932900091D4D6 /* physfs_byteorder.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   217
				617D790416D932900091D4D6 /* physfs_unicode.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   218
				617D790516D932900091D4D6 /* physfs.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   219
				617D790616D932900091D4D6 /* platform_macosx.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   220
				617D790716D932900091D4D6 /* platform_posix.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   221
				617D790816D932900091D4D6 /* platform_unix.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   222
				617D790916D932900091D4D6 /* platform_windows.c in Sources */,
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   223
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   224
			runOnlyForDeploymentPostprocessing = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   225
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   226
/* End PBXSourcesBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   227
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   228
/* Begin XCBuildConfiguration section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   229
		1DEB921F08733DC00010E9CD /* Debug */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   230
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   231
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   232
				ALWAYS_SEARCH_USER_PATHS = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   233
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   234
				COPY_PHASE_STRIP = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   235
				DSTROOT = /tmp/Physfs.dst;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   236
				GCC_DYNAMIC_NO_PIC = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   237
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   238
				GCC_MODEL_TUNING = G5;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   239
				GCC_OPTIMIZATION_LEVEL = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   240
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   241
				GCC_PREFIX_HEADER = Physfs_Prefix.pch;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   242
				INSTALL_PATH = /usr/local/lib;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   243
				PRODUCT_NAME = Physfs;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   244
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   245
			name = Debug;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   246
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   247
		1DEB922008733DC00010E9CD /* Release */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   248
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   249
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   250
				ALWAYS_SEARCH_USER_PATHS = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   251
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   252
				DSTROOT = /tmp/Physfs.dst;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   253
				GCC_MODEL_TUNING = G5;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   254
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   255
				GCC_PREFIX_HEADER = Physfs_Prefix.pch;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   256
				INSTALL_PATH = /usr/local/lib;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   257
				PRODUCT_NAME = Physfs;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   258
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   259
			name = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   260
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   261
		1DEB922308733DC00010E9CD /* Debug */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   262
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   263
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   264
				ALWAYS_SEARCH_USER_PATHS = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   265
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   266
				GCC_C_LANGUAGE_STANDARD = c99;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   267
				GCC_OPTIMIZATION_LEVEL = 0;
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   268
				GCC_PREPROCESSOR_DEFINITIONS = "";
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   269
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   270
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   271
				GCC_WARN_UNUSED_VARIABLE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   272
				HEADER_SEARCH_PATHS = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   273
					"\"$(SRCROOT)/../../liblua\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   274
					"\"$(SRCROOT)/../../../../Library/SDL/include\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   275
				);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   276
				OTHER_LDFLAGS = "-ObjC";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   277
				PREBINDING = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   278
				SDKROOT = iphoneos;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   279
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   280
			name = Debug;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   281
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   282
		1DEB922408733DC00010E9CD /* Release */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   283
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   284
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   285
				ALWAYS_SEARCH_USER_PATHS = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   286
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   287
				GCC_C_LANGUAGE_STANDARD = c99;
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   288
				GCC_PREPROCESSOR_DEFINITIONS = "";
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   289
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   290
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   291
				GCC_WARN_UNUSED_VARIABLE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   292
				HEADER_SEARCH_PATHS = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   293
					"\"$(SRCROOT)/../../liblua\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   294
					"\"$(SRCROOT)/../../../../Library/SDL/include\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   295
				);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   296
				OTHER_LDFLAGS = "-ObjC";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   297
				PREBINDING = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   298
				SDKROOT = iphoneos;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   299
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   300
			name = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   301
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   302
/* End XCBuildConfiguration section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   303
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   304
/* Begin XCConfigurationList section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   305
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Physfs" */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   306
			isa = XCConfigurationList;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   307
			buildConfigurations = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   308
				1DEB921F08733DC00010E9CD /* Debug */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   309
				1DEB922008733DC00010E9CD /* Release */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   310
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   311
			defaultConfigurationIsVisible = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   312
			defaultConfigurationName = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   313
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   314
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Physfs" */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   315
			isa = XCConfigurationList;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   316
			buildConfigurations = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   317
				1DEB922308733DC00010E9CD /* Debug */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   318
				1DEB922408733DC00010E9CD /* Release */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   319
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   320
			defaultConfigurationIsVisible = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   321
			defaultConfigurationName = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   322
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   323
/* End XCConfigurationList section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   324
	};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   325
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   326
}