|
12 | 12 | D63510A41E96673600193100 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D63510A31E96673600193100 /* Logging.swift */; }; |
13 | 13 | D66AF2F31E96B905003E00AB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D66AF2F21E96B905003E00AB /* Images.xcassets */; }; |
14 | 14 | D6846A8B1E8964800016C0F0 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6846A8A1E8964800016C0F0 /* CoreLocation.framework */; }; |
15 | | - D6846A8D1E8976A60016C0F0 /* SwiftHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6846A8C1E8976A50016C0F0 /* SwiftHTTP.framework */; }; |
16 | | - D68906971E897B8300D51592 /* SwiftyJSON.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D68906961E897B8300D51592 /* SwiftyJSON.framework */; }; |
17 | 15 | D689069B1E8993E200D51592 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D689069A1E8993E200D51592 /* Utils.swift */; }; |
18 | 16 | D68AD0FF1E93048000B659E3 /* World3D.swift in Sources */ = {isa = PBXBuildFile; fileRef = D68AD0FE1E93048000B659E3 /* World3D.swift */; }; |
19 | 17 | D69182001E895D1500DC038E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69181FF1E895D1500DC038E /* AppDelegate.swift */; }; |
20 | 18 | D69182081E895D1500DC038E /* HW.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = D69182061E895D1500DC038E /* HW.xcdatamodeld */; }; |
21 | 19 | D691820A1E895D1500DC038E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D69182091E895D1500DC038E /* Assets.xcassets */; }; |
22 | 20 | D691820D1E895D1500DC038E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D691820B1E895D1500DC038E /* LaunchScreen.storyboard */; }; |
| 21 | + D698EA3A25A1166200055F36 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = D698EA3925A1166200055F36 /* SwiftyJSON.swift */; }; |
| 22 | + D698EA3D25A116C400055F36 /* APIHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D698EA3C25A116C400055F36 /* APIHelper.swift */; }; |
23 | 23 | D6D1AD57202BA64A007DE850 /* MapScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D1AD56202BA649007DE850 /* MapScene.swift */; }; |
24 | 24 | D6D1AD59202BA654007DE850 /* PlayerNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D1AD58202BA653007DE850 /* PlayerNode.swift */; }; |
25 | 25 | D6D1AD5B202BA67E007DE850 /* CameraNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D1AD5A202BA67E007DE850 /* CameraNode.swift */; }; |
|
55 | 55 | D69182091E895D1500DC038E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
56 | 56 | D691820C1E895D1500DC038E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
57 | 57 | D691820E1E895D1500DC038E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 58 | + D698EA3925A1166200055F36 /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; }; |
| 59 | + D698EA3C25A116C400055F36 /* APIHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIHelper.swift; sourceTree = "<group>"; }; |
58 | 60 | D6D1AD56202BA649007DE850 /* MapScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MapScene.swift; sourceTree = "<group>"; }; |
59 | 61 | D6D1AD58202BA653007DE850 /* PlayerNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlayerNode.swift; sourceTree = "<group>"; }; |
60 | 62 | D6D1AD5A202BA67E007DE850 /* CameraNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CameraNode.swift; sourceTree = "<group>"; }; |
|
70 | 72 | buildActionMask = 2147483647; |
71 | 73 | files = ( |
72 | 74 | D6EA44FE1E8B342700658CAF /* CoreMotion.framework in Frameworks */, |
73 | | - D68906971E897B8300D51592 /* SwiftyJSON.framework in Frameworks */, |
74 | | - D6846A8D1E8976A60016C0F0 /* SwiftHTTP.framework in Frameworks */, |
75 | 75 | D6846A8B1E8964800016C0F0 /* CoreLocation.framework in Frameworks */, |
76 | 76 | ); |
77 | 77 | runOnlyForDeploymentPostprocessing = 0; |
|
110 | 110 | D68AD1021E93190400B659E3 /* Helpers */ = { |
111 | 111 | isa = PBXGroup; |
112 | 112 | children = ( |
| 113 | + D698EA3C25A116C400055F36 /* APIHelper.swift */, |
113 | 114 | D617BCAB1E89E76C008556B9 /* VectorMath.swift */, |
114 | 115 | D689069A1E8993E200D51592 /* Utils.swift */, |
115 | 116 | D6EA44FB1E8AC81D00658CAF /* LocationMaster.swift */, |
|
159 | 160 | D69181FE1E895D1500DC038E /* HW */ = { |
160 | 161 | isa = PBXGroup; |
161 | 162 | children = ( |
| 163 | + D698EA3925A1166200055F36 /* SwiftyJSON.swift */, |
162 | 164 | D66AF3011E970A90003E00AB /* Assets */, |
163 | 165 | D69182061E895D1500DC038E /* HW.xcdatamodeld */, |
164 | 166 | D69182091E895D1500DC038E /* Assets.xcassets */, |
|
201 | 203 | isa = PBXProject; |
202 | 204 | attributes = { |
203 | 205 | LastSwiftUpdateCheck = 0820; |
204 | | - LastUpgradeCheck = 0920; |
| 206 | + LastUpgradeCheck = 1230; |
205 | 207 | ORGANIZATIONNAME = "Adrian Nenu"; |
206 | 208 | TargetAttributes = { |
207 | 209 | D69181FB1E895D1400DC038E = { |
|
214 | 216 | }; |
215 | 217 | buildConfigurationList = D69181F71E895D1400DC038E /* Build configuration list for PBXProject "HW" */; |
216 | 218 | compatibilityVersion = "Xcode 3.2"; |
217 | | - developmentRegion = English; |
| 219 | + developmentRegion = en; |
218 | 220 | hasScannedForEncodings = 0; |
219 | 221 | knownRegions = ( |
220 | 222 | en, |
|
258 | 260 | ); |
259 | 261 | runOnlyForDeploymentPostprocessing = 0; |
260 | 262 | shellPath = /bin/sh; |
261 | | - shellScript = "/usr/local/bin/carthage copy-frameworks\n"; |
| 263 | + shellScript = " |
| 264 | +"; |
262 | 265 | }; |
263 | 266 | /* End PBXShellScriptBuildPhase section */ |
264 | 267 |
|
|
270 | 273 | D617BCAC1E89E76C008556B9 /* VectorMath.swift in Sources */, |
271 | 274 | D63510A41E96673600193100 /* Logging.swift in Sources */, |
272 | 275 | D689069B1E8993E200D51592 /* Utils.swift in Sources */, |
| 276 | + D698EA3D25A116C400055F36 /* APIHelper.swift in Sources */, |
273 | 277 | D69182081E895D1500DC038E /* HW.xcdatamodeld in Sources */, |
274 | 278 | D6EA44F61E8A281F00658CAF /* API.swift in Sources */, |
| 279 | + D698EA3A25A1166200055F36 /* SwiftyJSON.swift in Sources */, |
275 | 280 | D68AD0FF1E93048000B659E3 /* World3D.swift in Sources */, |
276 | 281 | D69182001E895D1500DC038E /* AppDelegate.swift in Sources */, |
277 | 282 | D6D1AD59202BA654007DE850 /* PlayerNode.swift in Sources */, |
|
301 | 306 | isa = XCBuildConfiguration; |
302 | 307 | buildSettings = { |
303 | 308 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 309 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
304 | 310 | CLANG_ANALYZER_NONNULL = YES; |
305 | 311 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
306 | 312 | CLANG_CXX_LIBRARY = "libc++"; |
|
310 | 316 | CLANG_WARN_BOOL_CONVERSION = YES; |
311 | 317 | CLANG_WARN_COMMA = YES; |
312 | 318 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 319 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
313 | 320 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
314 | 321 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
315 | 322 | CLANG_WARN_EMPTY_BODY = YES; |
316 | 323 | CLANG_WARN_ENUM_CONVERSION = YES; |
317 | 324 | CLANG_WARN_INFINITE_RECURSION = YES; |
318 | 325 | CLANG_WARN_INT_CONVERSION = YES; |
319 | 326 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 327 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
320 | 328 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
321 | 329 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 330 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
322 | 331 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
323 | 332 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
324 | 333 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
343 | 352 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
344 | 353 | GCC_WARN_UNUSED_FUNCTION = YES; |
345 | 354 | GCC_WARN_UNUSED_VARIABLE = YES; |
346 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.2; |
| 355 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
347 | 356 | MTL_ENABLE_DEBUG_INFO = YES; |
348 | 357 | ONLY_ACTIVE_ARCH = YES; |
349 | 358 | SDKROOT = iphoneos; |
350 | 359 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
351 | 360 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 361 | + SWIFT_VERSION = 5.0; |
352 | 362 | }; |
353 | 363 | name = Debug; |
354 | 364 | }; |
355 | 365 | D69182101E895D1500DC038E /* Release */ = { |
356 | 366 | isa = XCBuildConfiguration; |
357 | 367 | buildSettings = { |
358 | 368 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 369 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
359 | 370 | CLANG_ANALYZER_NONNULL = YES; |
360 | 371 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
361 | 372 | CLANG_CXX_LIBRARY = "libc++"; |
|
365 | 376 | CLANG_WARN_BOOL_CONVERSION = YES; |
366 | 377 | CLANG_WARN_COMMA = YES; |
367 | 378 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 379 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
368 | 380 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
369 | 381 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
370 | 382 | CLANG_WARN_EMPTY_BODY = YES; |
371 | 383 | CLANG_WARN_ENUM_CONVERSION = YES; |
372 | 384 | CLANG_WARN_INFINITE_RECURSION = YES; |
373 | 385 | CLANG_WARN_INT_CONVERSION = YES; |
374 | 386 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 387 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
375 | 388 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
376 | 389 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 390 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
377 | 391 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
378 | 392 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
379 | 393 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
392 | 406 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
393 | 407 | GCC_WARN_UNUSED_FUNCTION = YES; |
394 | 408 | GCC_WARN_UNUSED_VARIABLE = YES; |
395 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.2; |
| 409 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
396 | 410 | MTL_ENABLE_DEBUG_INFO = NO; |
397 | 411 | SDKROOT = iphoneos; |
398 | 412 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 413 | + SWIFT_VERSION = 5.0; |
399 | 414 | VALIDATE_PRODUCT = YES; |
400 | 415 | }; |
401 | 416 | name = Release; |
|
0 commit comments