aboutsummaryrefslogtreecommitdiff
path: root/physical computing code fragments/physical computing code fragments.xcodeproj/project.pbxproj
blob: ce8e3a32748f26c570350376a72fdb1f27fdc27c (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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXFileReference section */
		F61200C016BDDA77000C482B /* p310midi-no-library.ino */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = "p310midi-no-library.ino"; sourceTree = "<group>"; };
		F61200C116BDDC72000C482B /* p310midi-gpl3-library.ino */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; path = "p310midi-gpl3-library.ino"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
		F61200B316BDD9F4000C482B = {
			isa = PBXGroup;
			children = (
				F61200C016BDDA77000C482B /* p310midi-no-library.ino */,
				F61200C116BDDC72000C482B /* p310midi-gpl3-library.ino */,
			);
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
		F61200BA16BDD9F4000C482B /* physical computing code fragments */ = {
			isa = PBXLegacyTarget;
			buildArgumentsString = "$(ACTION)";
			buildConfigurationList = F61200BD16BDD9F4000C482B /* Build configuration list for PBXLegacyTarget "physical computing code fragments" */;
			buildPhases = (
			);
			buildToolPath = /usr/bin/make;
			dependencies = (
			);
			name = "physical computing code fragments";
			passBuildSettingsInEnvironment = 1;
			productName = "physical computing code fragments";
		};
/* End PBXLegacyTarget section */

/* Begin PBXProject section */
		F61200B516BDD9F4000C482B /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0450;
				ORGANIZATIONNAME = "Suspect Devices";
			};
			buildConfigurationList = F61200B816BDD9F4000C482B /* Build configuration list for PBXProject "physical computing code fragments" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = F61200B316BDD9F4000C482B;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				F61200BA16BDD9F4000C482B /* physical computing code fragments */,
			);
		};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
		F61200BB16BDD9F4000C482B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.8;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		F61200BC16BDD9F4000C482B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.8;
				SDKROOT = macosx;
			};
			name = Release;
		};
		F61200BE16BDD9F4000C482B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				DEBUGGING_SYMBOLS = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = "";
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		F61200BF16BDD9F4000C482B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = "";
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		F61200B816BDD9F4000C482B /* Build configuration list for PBXProject "physical computing code fragments" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F61200BB16BDD9F4000C482B /* Debug */,
				F61200BC16BDD9F4000C482B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		F61200BD16BDD9F4000C482B /* Build configuration list for PBXLegacyTarget "physical computing code fragments" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F61200BE16BDD9F4000C482B /* Debug */,
				F61200BF16BDD9F4000C482B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
		};
/* End XCConfigurationList section */
	};
	rootObject = F61200B516BDD9F4000C482B /* Project object */;
}