ObjFW  Check-in [f8f4c733b8]

Overview
Comment:ObjFW.xcodeproj: Use ./autogen.sh
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f8f4c733b8d1ca7ee1b534d4261a39c3d33dc6c29afd34e023c2ca7cdf9badc1
User & Date: js on 2017-09-25 23:15:30
Other Links: manifest | tags
Context
2017-09-25
23:23
OF{Pair,Triple}: Fix -[mutableCopy] check-in: 9e998270e4 user: js tags: trunk
23:15
ObjFW.xcodeproj: Use ./autogen.sh check-in: f8f4c733b8 user: js tags: trunk
21:31
TableGenerator: Use new async OFHTTPClient API check-in: adb82c292c user: js tags: trunk
Changes

Modified ObjFW.xcodeproj/project.pbxproj from [9e97741e42] to [56b04892ba].

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
			);
			dependencies = (
				4B596D8E1EED62A500A6D140 /* PBXTargetDependency */,
			);
			name = "configure (iOS)";
			productName = configure;
		};
		4B5D8DDD1099E1B0000896FF /* autoreconf */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = 4B5D8DE51099E1C5000896FF /* Build configuration list for PBXAggregateTarget "autoreconf" */;
			buildPhases = (
				4B5D8DE11099E1BF000896FF /* ShellScript */,
			);
			dependencies = (
			);
			name = autoreconf;
			productName = autoreconf;
		};
		4BDF37AD1338047700F9A81A /* configure (Mac) */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = 4BDF37AE1338047700F9A81A /* Build configuration list for PBXAggregateTarget "configure (Mac)" */;
			buildPhases = (
				4BDF37B11338047D00F9A81A /* Run Script */,







|

|





|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
			);
			dependencies = (
				4B596D8E1EED62A500A6D140 /* PBXTargetDependency */,
			);
			name = "configure (iOS)";
			productName = configure;
		};
		4B5D8DDD1099E1B0000896FF /* autogen.sh */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = 4B5D8DE51099E1C5000896FF /* Build configuration list for PBXAggregateTarget "autogen.sh" */;
			buildPhases = (
				4B5D8DE11099E1BF000896FF /* ShellScript */,
			);
			dependencies = (
			);
			name = autogen.sh;
			productName = autoreconf;
		};
		4BDF37AD1338047700F9A81A /* configure (Mac) */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = 4BDF37AE1338047700F9A81A /* Build configuration list for PBXAggregateTarget "configure (Mac)" */;
			buildPhases = (
				4BDF37B11338047D00F9A81A /* Run Script */,
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
				4B76F4741DA2C2BB00CFF831 /* Tests (iOS) */,
				4B3D23751337FBC800DD29B8 /* ObjFW (Mac) */,
				4B2C211B1DA292BE00735907 /* ObjFW (iOS) */,
				4B187E0D163EA29F0049A832 /* ObjFW_Bridge (Mac) */,
				4B0E296A1DA2A8A400323A76 /* ObjFW_Bridge (iOS) */,
				4B23CA89133811610047A1D9 /* TestPlugin (Mac) */,
				4B5D706A1DA2F87A00B3B2D7 /* TestPlugin (iOS) */,
				4B5D8DDD1099E1B0000896FF /* autoreconf */,
				4BDF37AD1338047700F9A81A /* configure (Mac) */,
				4B596D8D1EED62A500A6D140 /* configure (iOS) */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */







|







3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
				4B76F4741DA2C2BB00CFF831 /* Tests (iOS) */,
				4B3D23751337FBC800DD29B8 /* ObjFW (Mac) */,
				4B2C211B1DA292BE00735907 /* ObjFW (iOS) */,
				4B187E0D163EA29F0049A832 /* ObjFW_Bridge (Mac) */,
				4B0E296A1DA2A8A400323A76 /* ObjFW_Bridge (iOS) */,
				4B23CA89133811610047A1D9 /* TestPlugin (Mac) */,
				4B5D706A1DA2F87A00B3B2D7 /* TestPlugin (iOS) */,
				4B5D8DDD1099E1B0000896FF /* autogen.sh */,
				4BDF37AD1338047700F9A81A /* configure (Mac) */,
				4B596D8D1EED62A500A6D140 /* configure (iOS) */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "if [ \"configure.ac\" -nt \"configure\" ]; then\n\tautoreconf || exit 1\nfi";
			showEnvVarsInLog = 0;
		};
		4BDF37B11338047D00F9A81A /* Run Script */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);







|







3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "if [ \"configure.ac\" -nt \"configure\" ]; then\n\t./autogen.sh || exit 1\nfi";
			showEnvVarsInLog = 0;
		};
		4BDF37B11338047D00F9A81A /* Run Script */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
		4B23CA91133811BA0047A1D9 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B3D23751337FBC800DD29B8 /* ObjFW (Mac) */;
			targetProxy = 4B23CA90133811BA0047A1D9 /* PBXContainerItemProxy */;
		};
		4B596D8E1EED62A500A6D140 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B5D8DDD1099E1B0000896FF /* autoreconf */;
			targetProxy = 4B596D8F1EED62A500A6D140 /* PBXContainerItemProxy */;
		};
		4B596D951EED62B300A6D140 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B596D8D1EED62A500A6D140 /* configure (iOS) */;
			targetProxy = 4B596D941EED62B300A6D140 /* PBXContainerItemProxy */;
		};







|







3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
		4B23CA91133811BA0047A1D9 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B3D23751337FBC800DD29B8 /* ObjFW (Mac) */;
			targetProxy = 4B23CA90133811BA0047A1D9 /* PBXContainerItemProxy */;
		};
		4B596D8E1EED62A500A6D140 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B5D8DDD1099E1B0000896FF /* autogen.sh */;
			targetProxy = 4B596D8F1EED62A500A6D140 /* PBXContainerItemProxy */;
		};
		4B596D951EED62B300A6D140 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B596D8D1EED62A500A6D140 /* configure (iOS) */;
			targetProxy = 4B596D941EED62B300A6D140 /* PBXContainerItemProxy */;
		};
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
		4BD9C9FC1DA2C5A400E5AD52 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B2C211B1DA292BE00735907 /* ObjFW (iOS) */;
			targetProxy = 4BD9C9FB1DA2C5A400E5AD52 /* PBXContainerItemProxy */;
		};
		4BDF37B31338049600F9A81A /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B5D8DDD1099E1B0000896FF /* autoreconf */;
			targetProxy = 4BDF37B21338049600F9A81A /* PBXContainerItemProxy */;
		};
		4BF33AFA1338074A0059CEF7 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B3D23751337FBC800DD29B8 /* ObjFW (Mac) */;
			targetProxy = 4BF33AF91338074A0059CEF7 /* PBXContainerItemProxy */;
		};







|







3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
		4BD9C9FC1DA2C5A400E5AD52 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B2C211B1DA292BE00735907 /* ObjFW (iOS) */;
			targetProxy = 4BD9C9FB1DA2C5A400E5AD52 /* PBXContainerItemProxy */;
		};
		4BDF37B31338049600F9A81A /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B5D8DDD1099E1B0000896FF /* autogen.sh */;
			targetProxy = 4BDF37B21338049600F9A81A /* PBXContainerItemProxy */;
		};
		4BF33AFA1338074A0059CEF7 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4B3D23751337FBC800DD29B8 /* ObjFW (Mac) */;
			targetProxy = 4BF33AF91338074A0059CEF7 /* PBXContainerItemProxy */;
		};
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
			buildConfigurations = (
				4B5D70731DA2F87A00B3B2D7 /* Debug */,
				4B5D70741DA2F87A00B3B2D7 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		4B5D8DE51099E1C5000896FF /* Build configuration list for PBXAggregateTarget "autoreconf" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4B5D8DDE1099E1B1000896FF /* Debug */,
				4B5D8DDF1099E1B1000896FF /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;







|







4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
			buildConfigurations = (
				4B5D70731DA2F87A00B3B2D7 /* Debug */,
				4B5D70741DA2F87A00B3B2D7 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		4B5D8DE51099E1C5000896FF /* Build configuration list for PBXAggregateTarget "autogen.sh" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4B5D8DDE1099E1B1000896FF /* Debug */,
				4B5D8DDF1099E1B1000896FF /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;