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