summaryrefslogtreecommitdiff
path: root/avr/aio_client/aio_client.xcodeproj/project.pbxproj
blob: aa17268bfda6a682814309e172f478260e23eee7 (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
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 42;
	objects = {

/* Begin PBXFileReference section */
		4079525E0CEA38CC00E202DC /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
		4079525F0CEA38CC00E202DC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
		4079523B0CEA382200E202DC = {
			isa = PBXGroup;
			children = (
				4079525D0CEA38CC00E202DC /* firmware */,
			);
			sourceTree = "<group>";
		};
		4079525D0CEA38CC00E202DC /* firmware */ = {
			isa = PBXGroup;
			children = (
				4079525F0CEA38CC00E202DC /* Makefile */,
				4079525E0CEA38CC00E202DC /* main.c */,
			);
			path = firmware;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
		407952600CEA391500E202DC /* firmware */ = {
			isa = PBXLegacyTarget;
			buildArgumentsString = $ACTION;
			buildConfigurationList = 407952610CEA393300E202DC /* Build configuration list for PBXLegacyTarget "firmware" */;
			buildPhases = (
			);
			buildToolPath = /usr/bin/make;
			buildWorkingDirectory = firmware;
			dependencies = (
			);
			name = firmware;
			passBuildSettingsInEnvironment = 1;
			productName = "Build All";
		};
/* End PBXLegacyTarget section */

/* Begin PBXProject section */
		4079523D0CEA382200E202DC /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 4079523E0CEA382200E202DC /* Build configuration list for PBXProject "TemplateProject" */;
			compatibilityVersion = "Xcode 2.4";
			hasScannedForEncodings = 0;
			mainGroup = 4079523B0CEA382200E202DC;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				407952600CEA391500E202DC /* firmware */,
			);
		};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
		407952400CEA382200E202DC /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
			};
			name = Release;
		};
		407952630CEA393300E202DC /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PATH = "$(PATH):/usr/local/CrossPack-AVR/bin";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		4079523E0CEA382200E202DC /* Build configuration list for PBXProject "TemplateProject" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				407952400CEA382200E202DC /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		407952610CEA393300E202DC /* Build configuration list for PBXLegacyTarget "firmware" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				407952630CEA393300E202DC /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 4079523D0CEA382200E202DC /* Project object */;
}