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