aboutsummaryrefslogtreecommitdiffstats
path: root/curl.xcodeproj/project.pbxproj
blob: 3744d30fece7d5b7292ef7cd6df46c0d59056119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 45;
	objects = {

/* Begin PBXAggregateTarget section */
		B009C3C9127FA7CA008F0D2B /* curl */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = B009C3D0127FA7D7008F0D2B /* Build configuration list for PBXAggregateTarget "curl" */;
			buildPhases = (
				B009C3C8127FA7CA008F0D2B /* ShellScript */,
			);
			dependencies = (
			);
			name = curl;
			productName = curl;
		};
/* End PBXAggregateTarget section */

/* Begin PBXFileReference section */
		FA0FFB9212838F22007C5050 /* MacBuild.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = MacBuild.sh; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
		B009C3BE127FA7BA008F0D2B = {
			isa = PBXGroup;
			children = (
				FA0FFB9212838F22007C5050 /* MacBuild.sh */,
			);
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXProject section */
		B009C3C0127FA7BA008F0D2B /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = B009C3C3127FA7BA008F0D2B /* Build configuration list for PBXProject "curl" */;
			compatibilityVersion = "Xcode 3.1";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				English,
				Japanese,
				French,
				German,
			);
			mainGroup = B009C3BE127FA7BA008F0D2B;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				B009C3C9127FA7CA008F0D2B /* curl */,
			);
		};
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
		B009C3C8127FA7CA008F0D2B /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "# \n./MacBuild.sh\n\n# We are done\nexit 0";
		};
/* End PBXShellScriptBuildPhase section */

/* Begin XCBuildConfiguration section */
		B009C3C2127FA7BA008F0D2B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				SDKROOT = macosx10.5;
			};
			name = Release;
		};
		B009C3CB127FA7CA008F0D2B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				PRODUCT_NAME = curl;
				ZERO_LINK = NO;
			};
			name = Release;
		};
		B0D669C21280788000FAB970 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				SDKROOT = macosx10.5;
			};
			name = Debug;
		};
		B0D669C31280788000FAB970 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				PRODUCT_NAME = curl;
				ZERO_LINK = NO;
			};
			name = Debug;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		B009C3C3127FA7BA008F0D2B /* Build configuration list for PBXProject "curl" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				B0D669C21280788000FAB970 /* Debug */,
				B009C3C2127FA7BA008F0D2B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		B009C3D0127FA7D7008F0D2B /* Build configuration list for PBXAggregateTarget "curl" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				B0D669C31280788000FAB970 /* Debug */,
				B009C3CB127FA7CA008F0D2B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = B009C3C0127FA7BA008F0D2B /* Project object */;
}