Subversion Repositories Mobile Apps.GyroMouse

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
// !$*UTF8*$!
2
{
3
	archiveVersion = 1;
4
	classes = {
5
	};
6
	objectVersion = 46;
7
	objects = {
8
 
9
/* Begin PBXBuildFile section */
10
		8B80A8392BC0E90B006B4B7B /* CocoaAsyncSocket.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA8F7252BC01371008B60CF /* CocoaAsyncSocket.framework */; };
11
		8B80A83A2BC0E90B006B4B7B /* CocoaAsyncSocket.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA8F7252BC01371008B60CF /* CocoaAsyncSocket.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
12
		AB349AB11B9A23E500EEDF11 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB349AB01B9A23E500EEDF11 /* Carbon.framework */; };
13
		AB3764971BA434FA0094FC1C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB3764991BA434FA0094FC1C /* Localizable.strings */; };
14
		ABA1AEA01B754ACD00F3A4EB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA1AE9F1B754ACD00F3A4EB /* AppDelegate.swift */; };
15
		ABA1AEA41B754ACD00F3A4EB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABA1AEA31B754ACD00F3A4EB /* Assets.xcassets */; };
16
		ABA1AEA71B754ACD00F3A4EB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ABA1AEA51B754ACD00F3A4EB /* Main.storyboard */; };
17
		ABA1AEB51B754C3E00F3A4EB /* ServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA1AEB41B754C3E00F3A4EB /* ServerHandler.swift */; };
18
		ABA1AEBA1B75604A00F3A4EB /* MouseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA1AEB91B75604A00F3A4EB /* MouseHandler.swift */; };
19
		ABF3D51A1B8397920013B861 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABF3D5191B8397920013B861 /* CoreGraphics.framework */; };
20
/* End PBXBuildFile section */
21
 
22
/* Begin PBXCopyFilesBuildPhase section */
23
		8B80A83B2BC0E90B006B4B7B /* Embed Frameworks */ = {
24
			isa = PBXCopyFilesBuildPhase;
25
			buildActionMask = 2147483647;
26
			dstPath = "";
27
			dstSubfolderSpec = 10;
28
			files = (
29
				8B80A83A2BC0E90B006B4B7B /* CocoaAsyncSocket.framework in Embed Frameworks */,
30
			);
31
			name = "Embed Frameworks";
32
			runOnlyForDeploymentPostprocessing = 0;
33
		};
34
/* End PBXCopyFilesBuildPhase section */
35
 
36
/* Begin PBXFileReference section */
37
		8B80A83C2BC14F5D006B4B7B /* GyroServer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GyroServer.entitlements; sourceTree = "<group>"; };
4 pmbaty 38
		8B9EF7D92BCC110200D1B201 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
1 pmbaty 39
		8BA8F7252BC01371008B60CF /* CocoaAsyncSocket.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CocoaAsyncSocket.framework; sourceTree = "<group>"; };
40
		AB349AB01B9A23E500EEDF11 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
41
		AB3764981BA434FA0094FC1C /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
42
		AB37649A1BA434FC0094FC1C /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
43
		ABA1AE9C1B754ACD00F3A4EB /* GyroServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GyroServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
44
		ABA1AE9F1B754ACD00F3A4EB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
45
		ABA1AEA31B754ACD00F3A4EB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
46
		ABA1AEA61B754ACD00F3A4EB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
47
		ABA1AEA81B754ACD00F3A4EB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
48
		ABA1AEB41B754C3E00F3A4EB /* ServerHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerHandler.swift; sourceTree = "<group>"; };
49
		ABA1AEB91B75604A00F3A4EB /* MouseHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MouseHandler.swift; sourceTree = "<group>"; };
50
		ABF3D5191B8397920013B861 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
51
/* End PBXFileReference section */
52
 
53
/* Begin PBXFrameworksBuildPhase section */
54
		ABA1AE991B754ACD00F3A4EB /* Frameworks */ = {
55
			isa = PBXFrameworksBuildPhase;
56
			buildActionMask = 2147483647;
57
			files = (
58
				8B80A8392BC0E90B006B4B7B /* CocoaAsyncSocket.framework in Frameworks */,
59
				AB349AB11B9A23E500EEDF11 /* Carbon.framework in Frameworks */,
60
				ABF3D51A1B8397920013B861 /* CoreGraphics.framework in Frameworks */,
61
			);
62
			runOnlyForDeploymentPostprocessing = 0;
63
		};
64
/* End PBXFrameworksBuildPhase section */
65
 
66
/* Begin PBXGroup section */
67
		0499806167973E63C7A6BACC /* Frameworks */ = {
68
			isa = PBXGroup;
69
			children = (
70
				ABF3D5191B8397920013B861 /* CoreGraphics.framework */,
71
				AB349AB01B9A23E500EEDF11 /* Carbon.framework */,
72
				8BA8F7252BC01371008B60CF /* CocoaAsyncSocket.framework */,
73
			);
74
			name = Frameworks;
75
			sourceTree = "<group>";
76
		};
77
		ABA1AE931B754ACD00F3A4EB = {
78
			isa = PBXGroup;
79
			children = (
80
				ABA1AE9E1B754ACD00F3A4EB /* GyroServer */,
81
				ABA1AE9D1B754ACD00F3A4EB /* Products */,
82
				ABA1AEB31B754C1600F3A4EB /* Resources */,
83
				0499806167973E63C7A6BACC /* Frameworks */,
84
			);
85
			sourceTree = "<group>";
86
		};
87
		ABA1AE9D1B754ACD00F3A4EB /* Products */ = {
88
			isa = PBXGroup;
89
			children = (
90
				ABA1AE9C1B754ACD00F3A4EB /* GyroServer.app */,
91
			);
92
			name = Products;
93
			sourceTree = "<group>";
94
		};
95
		ABA1AE9E1B754ACD00F3A4EB /* GyroServer */ = {
96
			isa = PBXGroup;
97
			children = (
98
				8B80A83C2BC14F5D006B4B7B /* GyroServer.entitlements */,
99
				ABA1AEB41B754C3E00F3A4EB /* ServerHandler.swift */,
100
				ABA1AE9F1B754ACD00F3A4EB /* AppDelegate.swift */,
101
				ABA1AEB91B75604A00F3A4EB /* MouseHandler.swift */,
102
				ABA1AEA51B754ACD00F3A4EB /* Main.storyboard */,
103
				AB3764991BA434FA0094FC1C /* Localizable.strings */,
104
			);
105
			path = GyroServer;
106
			sourceTree = "<group>";
107
		};
108
		ABA1AEB31B754C1600F3A4EB /* Resources */ = {
109
			isa = PBXGroup;
110
			children = (
111
				ABA1AEA31B754ACD00F3A4EB /* Assets.xcassets */,
112
				ABA1AEA81B754ACD00F3A4EB /* Info.plist */,
113
			);
114
			name = Resources;
115
			path = GyroServer;
116
			sourceTree = "<group>";
117
		};
118
/* End PBXGroup section */
119
 
120
/* Begin PBXNativeTarget section */
121
		ABA1AE9B1B754ACD00F3A4EB /* GyroServer */ = {
122
			isa = PBXNativeTarget;
123
			buildConfigurationList = ABA1AEAB1B754ACD00F3A4EB /* Build configuration list for PBXNativeTarget "GyroServer" */;
124
			buildPhases = (
125
				ABA1AE981B754ACD00F3A4EB /* Sources */,
126
				ABA1AE991B754ACD00F3A4EB /* Frameworks */,
127
				ABA1AE9A1B754ACD00F3A4EB /* Resources */,
128
				8B80A83B2BC0E90B006B4B7B /* Embed Frameworks */,
129
			);
130
			buildRules = (
131
			);
132
			dependencies = (
133
			);
134
			name = GyroServer;
135
			productName = GyroServer;
136
			productReference = ABA1AE9C1B754ACD00F3A4EB /* GyroServer.app */;
137
			productType = "com.apple.product-type.application";
138
		};
139
/* End PBXNativeTarget section */
140
 
141
/* Begin PBXProject section */
142
		ABA1AE941B754ACD00F3A4EB /* Project object */ = {
143
			isa = PBXProject;
144
			attributes = {
145
				LastSwiftUpdateCheck = 0700;
146
				LastUpgradeCheck = 1420;
147
				ORGANIZATIONNAME = "Matteo Riva";
148
				TargetAttributes = {
149
					ABA1AE9B1B754ACD00F3A4EB = {
150
						CreatedOnToolsVersion = 7.0;
151
						DevelopmentTeam = A2M33JE7BJ;
152
						LastSwiftMigration = "";
153
						ProvisioningStyle = Manual;
154
						SystemCapabilities = {
155
							com.apple.Sandbox = {
156
								enabled = 0;
157
							};
158
						};
159
					};
160
				};
161
			};
162
			buildConfigurationList = ABA1AE971B754ACD00F3A4EB /* Build configuration list for PBXProject "GyroServer" */;
163
			compatibilityVersion = "Xcode 3.2";
164
			developmentRegion = en;
165
			hasScannedForEncodings = 0;
166
			knownRegions = (
167
				en,
168
				Base,
169
				it,
4 pmbaty 170
				fr,
1 pmbaty 171
			);
172
			mainGroup = ABA1AE931B754ACD00F3A4EB;
173
			productRefGroup = ABA1AE9D1B754ACD00F3A4EB /* Products */;
174
			projectDirPath = "";
175
			projectRoot = "";
176
			targets = (
177
				ABA1AE9B1B754ACD00F3A4EB /* GyroServer */,
178
			);
179
		};
180
/* End PBXProject section */
181
 
182
/* Begin PBXResourcesBuildPhase section */
183
		ABA1AE9A1B754ACD00F3A4EB /* Resources */ = {
184
			isa = PBXResourcesBuildPhase;
185
			buildActionMask = 2147483647;
186
			files = (
187
				AB3764971BA434FA0094FC1C /* Localizable.strings in Resources */,
188
				ABA1AEA41B754ACD00F3A4EB /* Assets.xcassets in Resources */,
189
				ABA1AEA71B754ACD00F3A4EB /* Main.storyboard in Resources */,
190
			);
191
			runOnlyForDeploymentPostprocessing = 0;
192
		};
193
/* End PBXResourcesBuildPhase section */
194
 
195
/* Begin PBXSourcesBuildPhase section */
196
		ABA1AE981B754ACD00F3A4EB /* Sources */ = {
197
			isa = PBXSourcesBuildPhase;
198
			buildActionMask = 2147483647;
199
			files = (
200
				ABA1AEBA1B75604A00F3A4EB /* MouseHandler.swift in Sources */,
201
				ABA1AEA01B754ACD00F3A4EB /* AppDelegate.swift in Sources */,
202
				ABA1AEB51B754C3E00F3A4EB /* ServerHandler.swift in Sources */,
203
			);
204
			runOnlyForDeploymentPostprocessing = 0;
205
		};
206
/* End PBXSourcesBuildPhase section */
207
 
208
/* Begin PBXVariantGroup section */
209
		AB3764991BA434FA0094FC1C /* Localizable.strings */ = {
210
			isa = PBXVariantGroup;
211
			children = (
212
				AB3764981BA434FA0094FC1C /* Base */,
213
				AB37649A1BA434FC0094FC1C /* it */,
4 pmbaty 214
				8B9EF7D92BCC110200D1B201 /* fr */,
1 pmbaty 215
			);
216
			name = Localizable.strings;
217
			sourceTree = "<group>";
218
		};
219
		ABA1AEA51B754ACD00F3A4EB /* Main.storyboard */ = {
220
			isa = PBXVariantGroup;
221
			children = (
222
				ABA1AEA61B754ACD00F3A4EB /* Base */,
223
			);
224
			name = Main.storyboard;
225
			sourceTree = "<group>";
226
		};
227
/* End PBXVariantGroup section */
228
 
229
/* Begin XCBuildConfiguration section */
230
		ABA1AEA91B754ACD00F3A4EB /* Debug */ = {
231
			isa = XCBuildConfiguration;
232
			buildSettings = {
233
				ALWAYS_SEARCH_USER_PATHS = NO;
234
				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
235
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
236
				CLANG_CXX_LIBRARY = "libc++";
237
				CLANG_ENABLE_MODULES = YES;
238
				CLANG_ENABLE_OBJC_ARC = YES;
239
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
240
				CLANG_WARN_BOOL_CONVERSION = YES;
241
				CLANG_WARN_COMMA = YES;
242
				CLANG_WARN_CONSTANT_CONVERSION = YES;
243
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
244
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
245
				CLANG_WARN_EMPTY_BODY = YES;
246
				CLANG_WARN_ENUM_CONVERSION = YES;
247
				CLANG_WARN_INFINITE_RECURSION = YES;
248
				CLANG_WARN_INT_CONVERSION = YES;
249
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
250
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
251
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
252
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
253
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
254
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
255
				CLANG_WARN_STRICT_PROTOTYPES = YES;
256
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
257
				CLANG_WARN_UNREACHABLE_CODE = YES;
258
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
259
				COPY_PHASE_STRIP = NO;
260
				DEAD_CODE_STRIPPING = YES;
261
				DEBUG_INFORMATION_FORMAT = dwarf;
262
				ENABLE_STRICT_OBJC_MSGSEND = YES;
263
				ENABLE_TESTABILITY = YES;
264
				GCC_C_LANGUAGE_STANDARD = gnu99;
265
				GCC_DYNAMIC_NO_PIC = NO;
266
				GCC_NO_COMMON_BLOCKS = YES;
267
				GCC_OPTIMIZATION_LEVEL = 0;
268
				GCC_PREPROCESSOR_DEFINITIONS = (
269
					"DEBUG=1",
270
					"$(inherited)",
271
				);
272
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
273
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
274
				GCC_WARN_UNDECLARED_SELECTOR = YES;
275
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
276
				GCC_WARN_UNUSED_FUNCTION = YES;
277
				GCC_WARN_UNUSED_VARIABLE = YES;
278
				MACOSX_DEPLOYMENT_TARGET = 10.11;
279
				MTL_ENABLE_DEBUG_INFO = YES;
280
				ONLY_ACTIVE_ARCH = YES;
281
				SDKROOT = macosx;
282
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
283
			};
284
			name = Debug;
285
		};
286
		ABA1AEAA1B754ACD00F3A4EB /* Release */ = {
287
			isa = XCBuildConfiguration;
288
			buildSettings = {
289
				ALWAYS_SEARCH_USER_PATHS = NO;
290
				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
291
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
292
				CLANG_CXX_LIBRARY = "libc++";
293
				CLANG_ENABLE_MODULES = YES;
294
				CLANG_ENABLE_OBJC_ARC = YES;
295
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
296
				CLANG_WARN_BOOL_CONVERSION = YES;
297
				CLANG_WARN_COMMA = YES;
298
				CLANG_WARN_CONSTANT_CONVERSION = YES;
299
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
300
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
301
				CLANG_WARN_EMPTY_BODY = YES;
302
				CLANG_WARN_ENUM_CONVERSION = YES;
303
				CLANG_WARN_INFINITE_RECURSION = YES;
304
				CLANG_WARN_INT_CONVERSION = YES;
305
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
306
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
307
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
308
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
309
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
310
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
311
				CLANG_WARN_STRICT_PROTOTYPES = YES;
312
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
313
				CLANG_WARN_UNREACHABLE_CODE = YES;
314
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
315
				COPY_PHASE_STRIP = NO;
316
				DEAD_CODE_STRIPPING = YES;
317
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
318
				ENABLE_NS_ASSERTIONS = NO;
319
				ENABLE_STRICT_OBJC_MSGSEND = YES;
320
				GCC_C_LANGUAGE_STANDARD = gnu99;
321
				GCC_NO_COMMON_BLOCKS = YES;
322
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
323
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
324
				GCC_WARN_UNDECLARED_SELECTOR = YES;
325
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
326
				GCC_WARN_UNUSED_FUNCTION = YES;
327
				GCC_WARN_UNUSED_VARIABLE = YES;
328
				MACOSX_DEPLOYMENT_TARGET = 10.11;
329
				MTL_ENABLE_DEBUG_INFO = NO;
330
				SDKROOT = macosx;
331
			};
332
			name = Release;
333
		};
334
		ABA1AEAC1B754ACD00F3A4EB /* Debug */ = {
335
			isa = XCBuildConfiguration;
336
			buildSettings = {
337
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
338
				CLANG_ENABLE_MODULES = YES;
339
				CLANG_ENABLE_OBJC_ARC = YES;
340
				CODE_SIGNING_REQUIRED = NO;
341
				CODE_SIGN_ENTITLEMENTS = GyroServer/GyroServer.entitlements;
4 pmbaty 342
				"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution";
1 pmbaty 343
				CODE_SIGN_STYLE = Manual;
344
				COMBINE_HIDPI_IMAGES = YES;
345
				DEAD_CODE_STRIPPING = YES;
346
				DEVELOPMENT_TEAM = "";
347
				"DEVELOPMENT_TEAM[sdk=macosx*]" = A2M33JE7BJ;
348
				ENABLE_HARDENED_RUNTIME = NO;
349
				FRAMEWORK_SEARCH_PATHS = (
350
					"$(inherited)",
351
					"$(PROJECT_DIR)",
352
				);
353
				INFOPLIST_FILE = GyroServer/Info.plist;
354
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
355
				MACOSX_DEPLOYMENT_TARGET = 10.13;
356
				PRODUCT_BUNDLE_IDENTIFIER = com.pmbaty.iosbuildenv.GyroServer;
357
				PRODUCT_NAME = "$(TARGET_NAME)";
358
				PROVISIONING_PROFILE_SPECIFIER = "";
359
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
360
				SWIFT_VERSION = 5.0;
361
			};
362
			name = Debug;
363
		};
364
		ABA1AEAD1B754ACD00F3A4EB /* Release */ = {
365
			isa = XCBuildConfiguration;
366
			buildSettings = {
367
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
368
				CLANG_ENABLE_MODULES = YES;
369
				CLANG_ENABLE_OBJC_ARC = YES;
370
				CODE_SIGNING_REQUIRED = NO;
371
				CODE_SIGN_ENTITLEMENTS = GyroServer/GyroServer.entitlements;
4 pmbaty 372
				"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution";
1 pmbaty 373
				CODE_SIGN_STYLE = Manual;
374
				COMBINE_HIDPI_IMAGES = YES;
375
				DEAD_CODE_STRIPPING = YES;
376
				DEVELOPMENT_TEAM = "";
377
				"DEVELOPMENT_TEAM[sdk=macosx*]" = A2M33JE7BJ;
378
				ENABLE_HARDENED_RUNTIME = NO;
379
				FRAMEWORK_SEARCH_PATHS = (
380
					"$(inherited)",
381
					"$(PROJECT_DIR)",
382
				);
383
				INFOPLIST_FILE = GyroServer/Info.plist;
384
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
385
				MACOSX_DEPLOYMENT_TARGET = 10.13;
386
				PRODUCT_BUNDLE_IDENTIFIER = com.pmbaty.iosbuildenv.GyroServer;
387
				PRODUCT_NAME = "$(TARGET_NAME)";
388
				PROVISIONING_PROFILE_SPECIFIER = "";
389
				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
390
				SWIFT_VERSION = 5.0;
391
			};
392
			name = Release;
393
		};
394
/* End XCBuildConfiguration section */
395
 
396
/* Begin XCConfigurationList section */
397
		ABA1AE971B754ACD00F3A4EB /* Build configuration list for PBXProject "GyroServer" */ = {
398
			isa = XCConfigurationList;
399
			buildConfigurations = (
400
				ABA1AEA91B754ACD00F3A4EB /* Debug */,
401
				ABA1AEAA1B754ACD00F3A4EB /* Release */,
402
			);
403
			defaultConfigurationIsVisible = 0;
404
			defaultConfigurationName = Release;
405
		};
406
		ABA1AEAB1B754ACD00F3A4EB /* Build configuration list for PBXNativeTarget "GyroServer" */ = {
407
			isa = XCConfigurationList;
408
			buildConfigurations = (
409
				ABA1AEAC1B754ACD00F3A4EB /* Debug */,
410
				ABA1AEAD1B754ACD00F3A4EB /* Release */,
411
			);
412
			defaultConfigurationIsVisible = 0;
413
			defaultConfigurationName = Release;
414
		};
415
/* End XCConfigurationList section */
416
	};
417
	rootObject = ABA1AE941B754ACD00F3A4EB /* Project object */;
418
}