ObjFW  Check-in [03ae88353e]

Overview
Comment:Get list of supported archs from Xcode.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 03ae88353e1a341d0e966117acd718ed5ef3238eec532111d1b341461ad43e0c
User & Date: js on 2011-03-21 16:33:03
Other Links: manifest | tags
Context
2011-03-21
16:39
Add a note about Xcode 4 to README. check-in: eccad61ee2 user: js tags: trunk
16:33
Get list of supported archs from Xcode. check-in: 03ae88353e user: js tags: trunk
14:38
Move a few methods to OFObject protocol. check-in: 41cd31363f user: js tags: trunk
Changes

Modified ObjFW.xcodeproj/project.pbxproj from [d2c945e2d8] to [be3d40c970].

400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
		4B5D8DF11099E2A7000896FF /* ObjFW */ = {
			isa = PBXLegacyTarget;
			buildArgumentsString = "'LIB=ObjFW' 'LDFLAGS=-arch ppc -arch i386 -arch x86_64 -install_name /Library/Frameworks/ObjFW.framework/Versions/A/ObjFW' $(ACTION)";
			buildConfigurationList = 4B5D8DF91099E2ED000896FF /* Build configuration list for PBXLegacyTarget "ObjFW" */;
			buildPhases = (
			);
			buildToolPath = /usr/bin/make;
			buildWorkingDirectory = src;
			dependencies = (
				4B5D8DF51099E2CE000896FF /* PBXTargetDependency */,







|







400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
		4B5D8DF11099E2A7000896FF /* ObjFW */ = {
			isa = PBXLegacyTarget;
			buildArgumentsString = "'LIB=ObjFW' 'LD=gcc -install_name /Library/Frameworks/ObjFW.framework/Versions/A/ObjFW' $(ACTION)";
			buildConfigurationList = 4B5D8DF91099E2ED000896FF /* Build configuration list for PBXLegacyTarget "ObjFW" */;
			buildPhases = (
			);
			buildToolPath = /usr/bin/make;
			buildWorkingDirectory = src;
			dependencies = (
				4B5D8DF51099E2CE000896FF /* PBXTargetDependency */,
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "if [ \"configure\" -nt \"buildsys.mk\" -o \"buildsys.mk.in\" -nt \"buildsys.mk\" ]; then\n\tCFLAGS=\"-arch ppc -arch i386 -arch x86_64\" \\\n\tOBJCFLAGS=\"-arch ppc -arch i386 -arch x86_64\" \\\n\tLDFLAGS=\"-arch ppc -arch i386 -arch x86_64\" \\\n\t./configure || exit 1\nfi";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXTargetDependency section */
		4B08AEA8109AE2D300989F6E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;







|







513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "if [ \"configure\" -nt \"buildsys.mk\" -o \"buildsys.mk.in\" -nt \"buildsys.mk\" ]; then\n    for i in $VALID_ARCHS; do\n        export CFLAGS=\"-arch $i $CFLAGS\"\n        export OBJCFLAGS=\"-arch $i $OBJCFLAGS\"\n        export LDFLAGS=\"-arch $i $LDFLAGS\"\n    done\n\t./configure || exit 1\nfi";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXTargetDependency section */
		4B08AEA8109AE2D300989F6E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;