Blame view

DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.pbxproj 28.7 KB
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		3471866118070D9300FA0FB2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866018070D9300FA0FB2 /* Foundation.framework */; };
		3471866318070D9300FA0FB2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866218070D9300FA0FB2 /* CoreGraphics.framework */; };
		3471866518070D9300FA0FB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866418070D9300FA0FB2 /* UIKit.framework */; };
		3471867A18070D9300FA0FB2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471867918070D9300FA0FB2 /* XCTest.framework */; };
		3471867B18070D9300FA0FB2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866018070D9300FA0FB2 /* Foundation.framework */; };
		3471867C18070D9300FA0FB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866418070D9300FA0FB2 /* UIKit.framework */; };
		347186A618070E7200FA0FB2 /* libEMFramework.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 347186A518070E7200FA0FB2 /* libEMFramework.a */; };
		347186AC18070FAB00FA0FB2 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 347186AB18070FAB00FA0FB2 /* CoreBluetooth.framework */; };
Imanol-Mikel Barba Sabariego authored
18
		34AAB883189804FF0019860D /* DUREXAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AAB877189804FF0019860D /* DUREXAppDelegate.m */; };
Imanol-Mikel Barba Sabariego authored
19
20
21
22
23
		34AAB884189804FF0019860D /* EMConnectingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34AAB878189804FF0019860D /* EMConnectingView.xib */; };
		34AAB885189804FF0019860D /* EMDevicePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */; };
		34AAB889189804FF0019860D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AAB880189804FF0019860D /* main.m */; };
		34AAB88A189804FF0019860D /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 34AAB881189804FF0019860D /* MainStoryboard.storyboard */; };
		34AAB88D189805300019860D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 34AAB88C189805300019860D /* Images.xcassets */; };
Imanol-Mikel Barba Sabariego authored
24
		F9127C8B19951B3500040C52 /* back_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = F9127C8A19951B3500040C52 /* back_arrow.png */; };
Imanol-Mikel Barba Sabariego authored
25
26
27
28
		F98356D6192E835F00EA6821 /* InitialViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F98356D5192E835F00EA6821 /* InitialViewController.m */; };
		F98356D8192E906600EA6821 /* bluetooth.png in Resources */ = {isa = PBXBuildFile; fileRef = F98356D7192E906600EA6821 /* bluetooth.png */; };
		F98356DB192EAFD400EA6821 /* CommunicationProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = F98356DA192EAFD400EA6821 /* CommunicationProtocol.m */; };
		F98356E1192EC84700EA6821 /* MenuTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F98356E0192EC84700EA6821 /* MenuTableViewController.m */; };
Imanol-Mikel Barba Sabariego authored
29
		F9A8EF7C192FE201009E7532 /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A8EF7B192FE201009E7532 /* Stack.m */; };
Imanol-Mikel Barba Sabariego authored
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
		F9C77F4E192CDE18002DBE8A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F9C77F4C192CDE18002DBE8A /* InfoPlist.strings */; };
		F9C77F50192CDE30002DBE8A /* durex.json in Resources */ = {isa = PBXBuildFile; fileRef = F9C77F4F192CDE30002DBE8A /* durex.json */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		3471867D18070D9300FA0FB2 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 3471865518070D9300FA0FB2 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 3471865C18070D9300FA0FB2;
			remoteInfo = TestAppExample;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		3471865D18070D9300FA0FB2 /* DUREX Vendor Control.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DUREX Vendor Control.app"; sourceTree = BUILT_PRODUCTS_DIR; };
		3471866018070D9300FA0FB2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		3471866218070D9300FA0FB2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		3471866418070D9300FA0FB2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		3471867818070D9300FA0FB2 /* DUREX Vendor ControlTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DUREX Vendor ControlTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
		3471867918070D9300FA0FB2 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
		3471869118070E6500FA0FB2 /* EMBluetoothLowEnergyConnectionType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMBluetoothLowEnergyConnectionType.h; sourceTree = "<group>"; };
		3471869218070E6500FA0FB2 /* EMChecksum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMChecksum.h; sourceTree = "<group>"; };
		3471869318070E6500FA0FB2 /* EMConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnection.h; sourceTree = "<group>"; };
		3471869518070E6500FA0FB2 /* EMConnectionListManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnectionListManager.h; sourceTree = "<group>"; };
		3471869718070E6500FA0FB2 /* EMConnectionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnectionManager.h; sourceTree = "<group>"; };
		3471869918070E6500FA0FB2 /* EMConnectionType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnectionType.h; sourceTree = "<group>"; };
		3471869A18070E6500FA0FB2 /* EMDeviceBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMDeviceBasicDescription.h; sourceTree = "<group>"; };
		3471869B18070E6500FA0FB2 /* EMFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMFramework.h; sourceTree = "<group>"; };
		3471869E18070E6500FA0FB2 /* EMResourceValue+CocoaAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "EMResourceValue+CocoaAdditions.h"; sourceTree = "<group>"; };
		3471869F18070E6500FA0FB2 /* EMResourceValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMResourceValue.h; sourceTree = "<group>"; };
		347186A018070E6500FA0FB2 /* EMSchema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMSchema.h; sourceTree = "<group>"; };
		347186A118070E6500FA0FB2 /* EMSerialPacket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMSerialPacket.h; sourceTree = "<group>"; };
		347186A218070E6500FA0FB2 /* EMSignalStrengthFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMSignalStrengthFilter.h; sourceTree = "<group>"; };
		347186A318070E6500FA0FB2 /* EMTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMTypes.h; sourceTree = "<group>"; };
		347186A518070E7200FA0FB2 /* libEMFramework.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libEMFramework.a; path = EmmocoMobileFramework/Framework/libEMFramework.a; sourceTree = SOURCE_ROOT; };
		347186AB18070FAB00FA0FB2 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
Imanol-Mikel Barba Sabariego authored
67
68
		34AAB876189804FF0019860D /* DUREXAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DUREXAppDelegate.h; path = FirstAppExample/DUREXAppDelegate.h; sourceTree = SOURCE_ROOT; };
		34AAB877189804FF0019860D /* DUREXAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DUREXAppDelegate.m; path = FirstAppExample/DUREXAppDelegate.m; sourceTree = SOURCE_ROOT; };
Imanol-Mikel Barba Sabariego authored
69
70
71
72
73
74
75
76
		34AAB878189804FF0019860D /* EMConnectingView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = EMConnectingView.xib; path = FirstAppExample/EMConnectingView.xib; sourceTree = SOURCE_ROOT; };
		34AAB879189804FF0019860D /* EMDevicePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EMDevicePickerViewController.h; path = FirstAppExample/EMDevicePickerViewController.h; sourceTree = SOURCE_ROOT; };
		34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EMDevicePickerViewController.m; path = FirstAppExample/EMDevicePickerViewController.m; sourceTree = SOURCE_ROOT; };
		34AAB87E189804FF0019860D /* DUREX Vendor Control-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "DUREX Vendor Control-Info.plist"; path = "FirstAppExample/DUREX Vendor Control-Info.plist"; sourceTree = SOURCE_ROOT; };
		34AAB87F189804FF0019860D /* DUREX Vendor Control-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "DUREX Vendor Control-Prefix.pch"; path = "FirstAppExample/DUREX Vendor Control-Prefix.pch"; sourceTree = SOURCE_ROOT; };
		34AAB880189804FF0019860D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FirstAppExample/main.m; sourceTree = SOURCE_ROOT; };
		34AAB881189804FF0019860D /* MainStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = MainStoryboard.storyboard; path = FirstAppExample/MainStoryboard.storyboard; sourceTree = SOURCE_ROOT; };
		34AAB88C189805300019860D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FirstAppExample/Images.xcassets; sourceTree = SOURCE_ROOT; };
Imanol-Mikel Barba Sabariego authored
77
		F9127C8A19951B3500040C52 /* back_arrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = back_arrow.png; sourceTree = SOURCE_ROOT; };
Imanol-Mikel Barba Sabariego authored
78
79
80
81
82
83
84
		F98356D4192E835F00EA6821 /* InitialViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InitialViewController.h; sourceTree = SOURCE_ROOT; };
		F98356D5192E835F00EA6821 /* InitialViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InitialViewController.m; sourceTree = SOURCE_ROOT; };
		F98356D7192E906600EA6821 /* bluetooth.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bluetooth.png; sourceTree = SOURCE_ROOT; };
		F98356D9192EAFD400EA6821 /* CommunicationProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommunicationProtocol.h; sourceTree = SOURCE_ROOT; };
		F98356DA192EAFD400EA6821 /* CommunicationProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommunicationProtocol.m; sourceTree = SOURCE_ROOT; };
		F98356DF192EC84700EA6821 /* MenuTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuTableViewController.h; sourceTree = SOURCE_ROOT; };
		F98356E0192EC84700EA6821 /* MenuTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuTableViewController.m; sourceTree = SOURCE_ROOT; };
Imanol-Mikel Barba Sabariego authored
85
86
		F9A8EF7A192FE201009E7532 /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = SOURCE_ROOT; };
		F9A8EF7B192FE201009E7532 /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = SOURCE_ROOT; };
Imanol-Mikel Barba Sabariego authored
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
		F9C77F4D192CDE18002DBE8A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = FirstAppExample/en.lproj/InfoPlist.strings; sourceTree = SOURCE_ROOT; };
		F9C77F4F192CDE30002DBE8A /* durex.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = durex.json; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		3471865A18070D9300FA0FB2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				347186AC18070FAB00FA0FB2 /* CoreBluetooth.framework in Frameworks */,
				3471866318070D9300FA0FB2 /* CoreGraphics.framework in Frameworks */,
				3471866518070D9300FA0FB2 /* UIKit.framework in Frameworks */,
				347186A618070E7200FA0FB2 /* libEMFramework.a in Frameworks */,
				3471866118070D9300FA0FB2 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		3471867518070D9300FA0FB2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				3471867A18070D9300FA0FB2 /* XCTest.framework in Frameworks */,
				3471867C18070D9300FA0FB2 /* UIKit.framework in Frameworks */,
				3471867B18070D9300FA0FB2 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		3471865418070D9300FA0FB2 = {
			isa = PBXGroup;
			children = (
				3471866618070D9300FA0FB2 /* FirstApp */,
				3471865F18070D9300FA0FB2 /* Frameworks */,
				3471865E18070D9300FA0FB2 /* Products */,
			);
			sourceTree = "<group>";
		};
		3471865E18070D9300FA0FB2 /* Products */ = {
			isa = PBXGroup;
			children = (
				3471865D18070D9300FA0FB2 /* DUREX Vendor Control.app */,
				3471867818070D9300FA0FB2 /* DUREX Vendor ControlTests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		3471865F18070D9300FA0FB2 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				347186AB18070FAB00FA0FB2 /* CoreBluetooth.framework */,
				3471866018070D9300FA0FB2 /* Foundation.framework */,
				3471866218070D9300FA0FB2 /* CoreGraphics.framework */,
				3471866418070D9300FA0FB2 /* UIKit.framework */,
				3471867918070D9300FA0FB2 /* XCTest.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		3471866618070D9300FA0FB2 /* FirstApp */ = {
			isa = PBXGroup;
			children = (
				34AAB881189804FF0019860D /* MainStoryboard.storyboard */,
Imanol-Mikel Barba Sabariego authored
151
152
				34AAB876189804FF0019860D /* DUREXAppDelegate.h */,
				34AAB877189804FF0019860D /* DUREXAppDelegate.m */,
Imanol-Mikel Barba Sabariego authored
153
154
155
156
157
158
				F98356D4192E835F00EA6821 /* InitialViewController.h */,
				F98356D5192E835F00EA6821 /* InitialViewController.m */,
				F98356DF192EC84700EA6821 /* MenuTableViewController.h */,
				F98356E0192EC84700EA6821 /* MenuTableViewController.m */,
				F98356D9192EAFD400EA6821 /* CommunicationProtocol.h */,
				F98356DA192EAFD400EA6821 /* CommunicationProtocol.m */,
Imanol-Mikel Barba Sabariego authored
159
160
				F9A8EF7A192FE201009E7532 /* Stack.h */,
				F9A8EF7B192FE201009E7532 /* Stack.m */,
Imanol-Mikel Barba Sabariego authored
161
162
163
164
165
166
167
168
169
170
171
172
173
				34AAB88C189805300019860D /* Images.xcassets */,
				347186B91807290E00FA0FB2 /* Schemas */,
				347186A718070F7F00FA0FB2 /* Device Picker */,
				3471868F18070E4300FA0FB2 /* Framework */,
				3471866718070D9300FA0FB2 /* Supporting Files */,
			);
			name = FirstApp;
			path = TestAppExample;
			sourceTree = "<group>";
		};
		3471866718070D9300FA0FB2 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
Imanol-Mikel Barba Sabariego authored
174
				F9127C8A19951B3500040C52 /* back_arrow.png */,
Imanol-Mikel Barba Sabariego authored
175
				F98356D7192E906600EA6821 /* bluetooth.png */,
Imanol-Mikel Barba Sabariego authored
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
				34AAB87E189804FF0019860D /* DUREX Vendor Control-Info.plist */,
				34AAB87F189804FF0019860D /* DUREX Vendor Control-Prefix.pch */,
				34AAB880189804FF0019860D /* main.m */,
				F9C77F4C192CDE18002DBE8A /* InfoPlist.strings */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		3471868F18070E4300FA0FB2 /* Framework */ = {
			isa = PBXGroup;
			children = (
				347186A518070E7200FA0FB2 /* libEMFramework.a */,
				3471869018070E6500FA0FB2 /* Headers */,
			);
			name = Framework;
			sourceTree = "<group>";
		};
		3471869018070E6500FA0FB2 /* Headers */ = {
			isa = PBXGroup;
			children = (
				3471869118070E6500FA0FB2 /* EMBluetoothLowEnergyConnectionType.h */,
				3471869218070E6500FA0FB2 /* EMChecksum.h */,
				3471869318070E6500FA0FB2 /* EMConnection.h */,
				3471869518070E6500FA0FB2 /* EMConnectionListManager.h */,
				3471869718070E6500FA0FB2 /* EMConnectionManager.h */,
				3471869918070E6500FA0FB2 /* EMConnectionType.h */,
				3471869A18070E6500FA0FB2 /* EMDeviceBasicDescription.h */,
				3471869B18070E6500FA0FB2 /* EMFramework.h */,
				3471869E18070E6500FA0FB2 /* EMResourceValue+CocoaAdditions.h */,
				3471869F18070E6500FA0FB2 /* EMResourceValue.h */,
				347186A018070E6500FA0FB2 /* EMSchema.h */,
				347186A118070E6500FA0FB2 /* EMSerialPacket.h */,
				347186A218070E6500FA0FB2 /* EMSignalStrengthFilter.h */,
				347186A318070E6500FA0FB2 /* EMTypes.h */,
			);
			name = Headers;
			path = EmmocoMobileFramework/Headers;
			sourceTree = SOURCE_ROOT;
		};
		347186A718070F7F00FA0FB2 /* Device Picker */ = {
			isa = PBXGroup;
			children = (
				34AAB878189804FF0019860D /* EMConnectingView.xib */,
				34AAB879189804FF0019860D /* EMDevicePickerViewController.h */,
				34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */,
			);
			name = "Device Picker";
			sourceTree = "<group>";
		};
		347186B91807290E00FA0FB2 /* Schemas */ = {
			isa = PBXGroup;
			children = (
				F9C77F4F192CDE30002DBE8A /* durex.json */,
			);
			name = Schemas;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		3471865C18070D9300FA0FB2 /* DUREX Vendor Control */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "DUREX Vendor Control" */;
			buildPhases = (
				3471865918070D9300FA0FB2 /* Sources */,
				3471865A18070D9300FA0FB2 /* Frameworks */,
				3471865B18070D9300FA0FB2 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "DUREX Vendor Control";
			productName = TestAppExample;
			productReference = 3471865D18070D9300FA0FB2 /* DUREX Vendor Control.app */;
			productType = "com.apple.product-type.application";
		};
		3471867718070D9300FA0FB2 /* DUREX Vendor ControlTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 3471868C18070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "DUREX Vendor ControlTests" */;
			buildPhases = (
				3471867418070D9300FA0FB2 /* Sources */,
				3471867518070D9300FA0FB2 /* Frameworks */,
				3471867618070D9300FA0FB2 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				3471867E18070D9300FA0FB2 /* PBXTargetDependency */,
			);
			name = "DUREX Vendor ControlTests";
			productName = TestAppExampleTests;
			productReference = 3471867818070D9300FA0FB2 /* DUREX Vendor ControlTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		3471865518070D9300FA0FB2 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				CLASSPREFIX = EM;
Imanol-Mikel Barba Sabariego authored
278
				LastUpgradeCheck = 0510;
Imanol-Mikel Barba Sabariego authored
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
				ORGANIZATIONNAME = Emmoco;
				TargetAttributes = {
					3471867718070D9300FA0FB2 = {
						TestTargetID = 3471865C18070D9300FA0FB2;
					};
				};
			};
			buildConfigurationList = 3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "DUREX Vendor Control" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 3471865418070D9300FA0FB2;
			productRefGroup = 3471865E18070D9300FA0FB2 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				3471865C18070D9300FA0FB2 /* DUREX Vendor Control */,
				3471867718070D9300FA0FB2 /* DUREX Vendor ControlTests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		3471865B18070D9300FA0FB2 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
Imanol-Mikel Barba Sabariego authored
309
				F98356D8192E906600EA6821 /* bluetooth.png in Resources */,
Imanol-Mikel Barba Sabariego authored
310
311
312
				34AAB884189804FF0019860D /* EMConnectingView.xib in Resources */,
				F9C77F50192CDE30002DBE8A /* durex.json in Resources */,
				F9C77F4E192CDE18002DBE8A /* InfoPlist.strings in Resources */,
Imanol-Mikel Barba Sabariego authored
313
				F9127C8B19951B3500040C52 /* back_arrow.png in Resources */,
Imanol-Mikel Barba Sabariego authored
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
				34AAB88D189805300019860D /* Images.xcassets in Resources */,
				34AAB88A189804FF0019860D /* MainStoryboard.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		3471867618070D9300FA0FB2 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		3471865918070D9300FA0FB2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
Imanol-Mikel Barba Sabariego authored
333
				F98356D6192E835F00EA6821 /* InitialViewController.m in Sources */,
Imanol-Mikel Barba Sabariego authored
334
				F9A8EF7C192FE201009E7532 /* Stack.m in Sources */,
Imanol-Mikel Barba Sabariego authored
335
				34AAB885189804FF0019860D /* EMDevicePickerViewController.m in Sources */,
Imanol-Mikel Barba Sabariego authored
336
				34AAB883189804FF0019860D /* DUREXAppDelegate.m in Sources */,
Imanol-Mikel Barba Sabariego authored
337
338
				F98356DB192EAFD400EA6821 /* CommunicationProtocol.m in Sources */,
				F98356E1192EC84700EA6821 /* MenuTableViewController.m in Sources */,
Imanol-Mikel Barba Sabariego authored
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
				34AAB889189804FF0019860D /* main.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		3471867418070D9300FA0FB2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		3471867E18070D9300FA0FB2 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 3471865C18070D9300FA0FB2 /* DUREX Vendor Control */;
			targetProxy = 3471867D18070D9300FA0FB2 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
		F9C77F4C192CDE18002DBE8A /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				F9C77F4D192CDE18002DBE8A /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		3471868718070D9300FA0FB2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Imanol-Mikel Barba Sabariego authored
388
				CODE_SIGN_IDENTITY = "iPhone Developer";
Imanol-Mikel Barba Sabariego authored
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				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_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
Imanol-Mikel Barba Sabariego authored
405
				IPHONEOS_DEPLOYMENT_TARGET = 7.1;
Imanol-Mikel Barba Sabariego authored
406
407
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
Imanol-Mikel Barba Sabariego authored
408
				TARGETED_DEVICE_FAMILY = "1,2";
Imanol-Mikel Barba Sabariego authored
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
			};
			name = Debug;
		};
		3471868818070D9300FA0FB2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Imanol-Mikel Barba Sabariego authored
428
				CODE_SIGN_IDENTITY = "iPhone Developer";
Imanol-Mikel Barba Sabariego authored
429
430
431
432
433
434
435
436
437
438
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = YES;
				ENABLE_NS_ASSERTIONS = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
Imanol-Mikel Barba Sabariego authored
439
				IPHONEOS_DEPLOYMENT_TARGET = 7.1;
Imanol-Mikel Barba Sabariego authored
440
				SDKROOT = iphoneos;
Imanol-Mikel Barba Sabariego authored
441
				TARGETED_DEVICE_FAMILY = "1,2";
Imanol-Mikel Barba Sabariego authored
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		3471868A18070D9300FA0FB2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "FirstAppExample/DUREX Vendor Control-Prefix.pch";
				INFOPLIST_FILE = "FirstAppExample/DUREX Vendor Control-Info.plist";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					EmmocoMobileFramework/Framework,
				);
				OTHER_LDFLAGS = "-all_load";
				PRODUCT_NAME = "DUREX Vendor Control";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		3471868B18070D9300FA0FB2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "FirstAppExample/DUREX Vendor Control-Prefix.pch";
				INFOPLIST_FILE = "FirstAppExample/DUREX Vendor Control-Info.plist";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					EmmocoMobileFramework/Framework,
				);
				OTHER_LDFLAGS = "-all_load";
				PRODUCT_NAME = "DUREX Vendor Control";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
		3471868D18070D9300FA0FB2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestAppExample.app/TestAppExample";
				FRAMEWORK_SEARCH_PATHS = (
					"$(SDKROOT)/Developer/Library/Frameworks",
					"$(inherited)",
					"$(DEVELOPER_FRAMEWORKS_DIR)",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "TestAppExample/TestAppExample-Prefix.pch";
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				INFOPLIST_FILE = "TestAppExampleTests/FirstAppTests-Info.plist";
				PRODUCT_NAME = "DUREX Vendor ControlTests";
				TEST_HOST = "$(BUNDLE_LOADER)";
				WRAPPER_EXTENSION = xctest;
			};
			name = Debug;
		};
		3471868E18070D9300FA0FB2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestAppExample.app/TestAppExample";
				FRAMEWORK_SEARCH_PATHS = (
					"$(SDKROOT)/Developer/Library/Frameworks",
					"$(inherited)",
					"$(DEVELOPER_FRAMEWORKS_DIR)",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "TestAppExample/TestAppExample-Prefix.pch";
				INFOPLIST_FILE = "TestAppExampleTests/FirstAppTests-Info.plist";
				PRODUCT_NAME = "DUREX Vendor ControlTests";
				TEST_HOST = "$(BUNDLE_LOADER)";
				WRAPPER_EXTENSION = xctest;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "DUREX Vendor Control" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3471868718070D9300FA0FB2 /* Debug */,
				3471868818070D9300FA0FB2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "DUREX Vendor Control" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3471868A18070D9300FA0FB2 /* Debug */,
				3471868B18070D9300FA0FB2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		3471868C18070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "DUREX Vendor ControlTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3471868D18070D9300FA0FB2 /* Debug */,
				3471868E18070D9300FA0FB2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 3471865518070D9300FA0FB2 /* Project object */;
}