misc/libphysfs/Xcode/Physfs.xcodeproj/project.pbxproj
author antonc27 <antonc27@mail.ru>
Tue, 11 Aug 2015 02:42:53 +0200
branchios-revival
changeset 11109 5ea358421a65
parent 11108 28724483b051
child 11143 8c99fde7a594
permissions -rw-r--r--
- VALID_ARCHS reduced for all projects
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
	};
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
     6
	objectVersion = 46;
8122
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;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   181
			attributes = {
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   182
				LastUpgradeCheck = 0640;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   183
			};
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   184
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Physfs" */;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   185
			compatibilityVersion = "Xcode 3.2";
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   186
			developmentRegion = English;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   187
			hasScannedForEncodings = 1;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   188
			knownRegions = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   189
				English,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   190
				Japanese,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   191
				French,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   192
				German,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   193
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   194
			mainGroup = 0867D691FE84028FC02AAC07 /* Physfs */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   195
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   196
			projectDirPath = "";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   197
			projectRoot = "";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   198
			targets = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   199
				D2AAC07D0554694100DB518D /* Physfs */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   200
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   201
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   202
/* End PBXProject section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   203
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   204
/* Begin PBXSourcesBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   205
		D2AAC07B0554694100DB518D /* Sources */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   206
			isa = PBXSourcesBuildPhase;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   207
			buildActionMask = 2147483647;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   208
			files = (
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   209
				617D78F916D932900091D4D6 /* archiver_dir.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   210
				617D78FA16D932900091D4D6 /* archiver_grp.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   211
				617D78FB16D932900091D4D6 /* archiver_hog.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   212
				617D78FC16D932900091D4D6 /* archiver_iso9660.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   213
				617D78FD16D932900091D4D6 /* archiver_lzma.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   214
				617D78FE16D932900091D4D6 /* archiver_mvl.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   215
				617D78FF16D932900091D4D6 /* archiver_qpak.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   216
				617D790016D932900091D4D6 /* archiver_unpacked.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   217
				617D790116D932900091D4D6 /* archiver_wad.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   218
				617D790216D932900091D4D6 /* archiver_zip.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   219
				617D790316D932900091D4D6 /* physfs_byteorder.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   220
				617D790416D932900091D4D6 /* physfs_unicode.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   221
				617D790516D932900091D4D6 /* physfs.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   222
				617D790616D932900091D4D6 /* platform_macosx.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   223
				617D790716D932900091D4D6 /* platform_posix.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   224
				617D790816D932900091D4D6 /* platform_unix.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   225
				617D790916D932900091D4D6 /* platform_windows.c in Sources */,
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   226
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   227
			runOnlyForDeploymentPostprocessing = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   228
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   229
/* End PBXSourcesBuildPhase section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   230
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   231
/* Begin XCBuildConfiguration section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   232
		1DEB921F08733DC00010E9CD /* Debug */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   233
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   234
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   235
				ALWAYS_SEARCH_USER_PATHS = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   236
				COPY_PHASE_STRIP = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   237
				DSTROOT = /tmp/Physfs.dst;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   238
				GCC_DYNAMIC_NO_PIC = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   239
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   240
				GCC_MODEL_TUNING = G5;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   241
				GCC_OPTIMIZATION_LEVEL = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   242
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   243
				GCC_PREFIX_HEADER = Physfs_Prefix.pch;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   244
				INSTALL_PATH = /usr/local/lib;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   245
				PRODUCT_NAME = Physfs;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   246
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   247
			name = Debug;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   248
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   249
		1DEB922008733DC00010E9CD /* Release */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   250
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   251
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   252
				ALWAYS_SEARCH_USER_PATHS = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   253
				DSTROOT = /tmp/Physfs.dst;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   254
				GCC_MODEL_TUNING = G5;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   255
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   256
				GCC_PREFIX_HEADER = Physfs_Prefix.pch;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   257
				INSTALL_PATH = /usr/local/lib;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   258
				PRODUCT_NAME = Physfs;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   259
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   260
			name = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   261
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   262
		1DEB922308733DC00010E9CD /* Debug */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   263
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   264
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   265
				ALWAYS_SEARCH_USER_PATHS = NO;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   266
				CLANG_WARN_BOOL_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   267
				CLANG_WARN_CONSTANT_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   268
				CLANG_WARN_EMPTY_BODY = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   269
				CLANG_WARN_ENUM_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   270
				CLANG_WARN_INT_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   271
				CLANG_WARN_UNREACHABLE_CODE = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   272
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   273
				ENABLE_STRICT_OBJC_MSGSEND = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   274
				GCC_C_LANGUAGE_STANDARD = c99;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   275
				GCC_NO_COMMON_BLOCKS = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   276
				GCC_OPTIMIZATION_LEVEL = 0;
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   277
				GCC_PREPROCESSOR_DEFINITIONS = "";
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   278
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   279
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   280
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   281
				GCC_WARN_UNDECLARED_SELECTOR = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   282
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   283
				GCC_WARN_UNUSED_FUNCTION = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   284
				GCC_WARN_UNUSED_VARIABLE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   285
				HEADER_SEARCH_PATHS = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   286
					"\"$(SRCROOT)/../../liblua\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   287
					"\"$(SRCROOT)/../../../../Library/SDL/include\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   288
				);
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   289
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   290
				ONLY_ACTIVE_ARCH = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   291
				OTHER_LDFLAGS = "-ObjC";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   292
				PREBINDING = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   293
				SDKROOT = iphoneos;
11109
5ea358421a65 - VALID_ARCHS reduced for all projects
antonc27 <antonc27@mail.ru>
parents: 11108
diff changeset
   294
				VALID_ARCHS = "armv7 x86_64";
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   295
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   296
			name = Debug;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   297
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   298
		1DEB922408733DC00010E9CD /* Release */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   299
			isa = XCBuildConfiguration;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   300
			buildSettings = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   301
				ALWAYS_SEARCH_USER_PATHS = NO;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   302
				CLANG_WARN_BOOL_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   303
				CLANG_WARN_CONSTANT_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   304
				CLANG_WARN_EMPTY_BODY = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   305
				CLANG_WARN_ENUM_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   306
				CLANG_WARN_INT_CONVERSION = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   307
				CLANG_WARN_UNREACHABLE_CODE = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   308
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   309
				ENABLE_STRICT_OBJC_MSGSEND = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   310
				GCC_C_LANGUAGE_STANDARD = c99;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   311
				GCC_NO_COMMON_BLOCKS = YES;
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   312
				GCC_PREPROCESSOR_DEFINITIONS = "";
55365fccb075 updated ios project files for the new phys build system
koda
parents: 8522
diff changeset
   313
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   314
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   315
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   316
				GCC_WARN_UNDECLARED_SELECTOR = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   317
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   318
				GCC_WARN_UNUSED_FUNCTION = YES;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   319
				GCC_WARN_UNUSED_VARIABLE = YES;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   320
				HEADER_SEARCH_PATHS = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   321
					"\"$(SRCROOT)/../../liblua\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   322
					"\"$(SRCROOT)/../../../../Library/SDL/include\"",
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   323
				);
11079
2e025063ca12 - Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents: 8536
diff changeset
   324
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   325
				OTHER_LDFLAGS = "-ObjC";
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   326
				PREBINDING = NO;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   327
				SDKROOT = iphoneos;
11109
5ea358421a65 - VALID_ARCHS reduced for all projects
antonc27 <antonc27@mail.ru>
parents: 11108
diff changeset
   328
				VALID_ARCHS = "armv7 x86_64";
8122
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   329
			};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   330
			name = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   331
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   332
/* End XCBuildConfiguration section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   333
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   334
/* Begin XCConfigurationList section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   335
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Physfs" */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   336
			isa = XCConfigurationList;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   337
			buildConfigurations = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   338
				1DEB921F08733DC00010E9CD /* Debug */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   339
				1DEB922008733DC00010E9CD /* Release */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   340
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   341
			defaultConfigurationIsVisible = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   342
			defaultConfigurationName = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   343
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   344
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Physfs" */ = {
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   345
			isa = XCConfigurationList;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   346
			buildConfigurations = (
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   347
				1DEB922308733DC00010E9CD /* Debug */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   348
				1DEB922408733DC00010E9CD /* Release */,
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   349
			);
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   350
			defaultConfigurationIsVisible = 0;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   351
			defaultConfigurationName = Release;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   352
		};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   353
/* End XCConfigurationList section */
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   354
	};
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   355
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
b16829d59627 add ios project to physfs
koda
parents:
diff changeset
   356
}