|
16 | 16 | F340B32F1C40EB31008CF49E /* Artist+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3231C40EB31008CF49E /* Artist+CoreDataProperties.swift */; }; |
17 | 17 | F340B3301C40EB31008CF49E /* ArtistAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3241C40EB31008CF49E /* ArtistAttribute.swift */; }; |
18 | 18 | F340B3311C40EB31008CF49E /* CoreDataController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3251C40EB31008CF49E /* CoreDataController.swift */; }; |
19 | | - F340B3321C40EB31008CF49E /* NSManagedObjectContextExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3261C40EB31008CF49E /* NSManagedObjectContextExtensions.swift */; }; |
20 | 19 | F340B3331C40EB31008CF49E /* SearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3271C40EB31008CF49E /* SearchViewController.swift */; }; |
21 | 20 | F340B3341C40EB31008CF49E /* Song.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3281C40EB31008CF49E /* Song.swift */; }; |
22 | 21 | F340B3351C40EB31008CF49E /* Song+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = F340B3291C40EB31008CF49E /* Song+CoreDataProperties.swift */; }; |
|
114 | 113 | F340B3231C40EB31008CF49E /* Artist+CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Artist+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
115 | 114 | F340B3241C40EB31008CF49E /* ArtistAttribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArtistAttribute.swift; sourceTree = "<group>"; }; |
116 | 115 | F340B3251C40EB31008CF49E /* CoreDataController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreDataController.swift; sourceTree = "<group>"; }; |
117 | | - F340B3261C40EB31008CF49E /* NSManagedObjectContextExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSManagedObjectContextExtensions.swift; sourceTree = "<group>"; }; |
118 | 116 | F340B3271C40EB31008CF49E /* SearchViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchViewController.swift; sourceTree = "<group>"; }; |
119 | 117 | F340B3281C40EB31008CF49E /* Song.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Song.swift; sourceTree = "<group>"; }; |
120 | 118 | F340B3291C40EB31008CF49E /* Song+CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Song+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
|
187 | 185 | F340B3231C40EB31008CF49E /* Artist+CoreDataProperties.swift */, |
188 | 186 | F340B3241C40EB31008CF49E /* ArtistAttribute.swift */, |
189 | 187 | F340B3251C40EB31008CF49E /* CoreDataController.swift */, |
190 | | - F340B3261C40EB31008CF49E /* NSManagedObjectContextExtensions.swift */, |
191 | 188 | F340B3281C40EB31008CF49E /* Song.swift */, |
192 | 189 | F340B3291C40EB31008CF49E /* Song+CoreDataProperties.swift */, |
193 | 190 | F340B32A1C40EB31008CF49E /* SongAttribute.swift */, |
|
241 | 238 | isa = PBXProject; |
242 | 239 | attributes = { |
243 | 240 | LastSwiftUpdateCheck = 0720; |
244 | | - LastUpgradeCheck = 0720; |
| 241 | + LastUpgradeCheck = 0800; |
245 | 242 | ORGANIZATIONNAME = "Prosumma LLC"; |
246 | 243 | TargetAttributes = { |
247 | 244 | F340B3021C40EA08008CF49E = { |
248 | 245 | CreatedOnToolsVersion = 7.2; |
| 246 | + LastSwiftMigration = 0800; |
249 | 247 | }; |
250 | 248 | }; |
251 | 249 | }; |
|
352 | 350 | ); |
353 | 351 | runOnlyForDeploymentPostprocessing = 0; |
354 | 352 | shellPath = /bin/sh; |
355 | | - shellScript = "TARGET_DIR=\"${PROJECT_DIR}/${TARGET_NAME}\"\nCDQI=\"$(dirname $(dirname ${PROJECT_DIR}))/bin/cdqi\"\n# for carthage install use ${PROJECT_DIR}/Carthage/Checkouts/CoreDataQueryInterface/bin/cdqi\n\nfor f in $(find $TARGET_DIR -name \"*.xcdatamodeld\")\ndo\n FILENAME=\"$(basename $f)\"\n MODEL_DIR=\"$(dirname $f)\"\n MODEL=${FILENAME%.*}\n echo \"Generating model attributes for ${f}\"\n $($CDQI --in $MODEL_DIR --force \"${MODEL}\")\ndone"; |
| 353 | + shellScript = "TARGET_DIR=\"${PROJECT_DIR}/${TARGET_NAME}\"\nCDQI=\"$(dirname $(dirname ${PROJECT_DIR}))/bin/cdqi\"\n# for carthage install use ${PROJECT_DIR}/Carthage/Checkouts/CoreDataQueryInterface/bin/cdqi\n\n#for f in $(find $TARGET_DIR -name \"*.xcdatamodeld\")\n#do\n# FILENAME=\"$(basename $f)\"\n# MODEL_DIR=\"$(dirname $f)\"\n# MODEL=${FILENAME%.*}\n# echo \"Generating model attributes for ${f}\"\n# $($CDQI --in $MODEL_DIR --force \"${MODEL}\")\n#done"; |
356 | 354 | }; |
357 | 355 | /* End PBXShellScriptBuildPhase section */ |
358 | 356 |
|
|
366 | 364 | F340B32F1C40EB31008CF49E /* Artist+CoreDataProperties.swift in Sources */, |
367 | 365 | F340B3381C40EB31008CF49E /* UIViewControllerExtensions.swift in Sources */, |
368 | 366 | F340B3391C40EB31008CF49E /* SetupViewController.swift in Sources */, |
369 | | - F340B3321C40EB31008CF49E /* NSManagedObjectContextExtensions.swift in Sources */, |
370 | 367 | F340B3331C40EB31008CF49E /* SearchViewController.swift in Sources */, |
371 | 368 | F340B3351C40EB31008CF49E /* Song+CoreDataProperties.swift in Sources */, |
372 | 369 | F340B32E1C40EB31008CF49E /* Artist.swift in Sources */, |
|
421 | 418 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
422 | 419 | CLANG_WARN_EMPTY_BODY = YES; |
423 | 420 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 421 | + CLANG_WARN_INFINITE_RECURSION = YES; |
424 | 422 | CLANG_WARN_INT_CONVERSION = YES; |
425 | 423 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 424 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
426 | 425 | CLANG_WARN_UNREACHABLE_CODE = YES; |
427 | 426 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
428 | 427 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
444 | 443 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
445 | 444 | GCC_WARN_UNUSED_FUNCTION = YES; |
446 | 445 | GCC_WARN_UNUSED_VARIABLE = YES; |
447 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 446 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
448 | 447 | MTL_ENABLE_DEBUG_INFO = YES; |
449 | 448 | ONLY_ACTIVE_ARCH = YES; |
450 | 449 | SDKROOT = iphoneos; |
|
466 | 465 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
467 | 466 | CLANG_WARN_EMPTY_BODY = YES; |
468 | 467 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 468 | + CLANG_WARN_INFINITE_RECURSION = YES; |
469 | 469 | CLANG_WARN_INT_CONVERSION = YES; |
470 | 470 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 471 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
471 | 472 | CLANG_WARN_UNREACHABLE_CODE = YES; |
472 | 473 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
473 | 474 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
483 | 484 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
484 | 485 | GCC_WARN_UNUSED_FUNCTION = YES; |
485 | 486 | GCC_WARN_UNUSED_VARIABLE = YES; |
486 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 487 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
487 | 488 | MTL_ENABLE_DEBUG_INFO = NO; |
488 | 489 | SDKROOT = iphoneos; |
| 490 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
489 | 491 | TARGETED_DEVICE_FAMILY = "1,2"; |
490 | 492 | VALIDATE_PRODUCT = YES; |
491 | 493 | }; |
|
494 | 496 | F340B3161C40EA08008CF49E /* Debug */ = { |
495 | 497 | isa = XCBuildConfiguration; |
496 | 498 | buildSettings = { |
| 499 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
497 | 500 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
498 | 501 | CLANG_ENABLE_MODULES = YES; |
499 | | - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; |
500 | 502 | INFOPLIST_FILE = TopHits/Info.plist; |
501 | 503 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
502 | 504 | PRODUCT_BUNDLE_IDENTIFIER = com.prosumma.TopHits; |
503 | 505 | PRODUCT_NAME = "$(TARGET_NAME)"; |
504 | 506 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 507 | + SWIFT_VERSION = 3.0; |
505 | 508 | }; |
506 | 509 | name = Debug; |
507 | 510 | }; |
508 | 511 | F340B3171C40EA08008CF49E /* Release */ = { |
509 | 512 | isa = XCBuildConfiguration; |
510 | 513 | buildSettings = { |
| 514 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
511 | 515 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
512 | 516 | CLANG_ENABLE_MODULES = YES; |
513 | | - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; |
514 | 517 | INFOPLIST_FILE = TopHits/Info.plist; |
515 | 518 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
516 | 519 | PRODUCT_BUNDLE_IDENTIFIER = com.prosumma.TopHits; |
517 | 520 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 521 | + SWIFT_VERSION = 3.0; |
518 | 522 | }; |
519 | 523 | name = Release; |
520 | 524 | }; |
|
0 commit comments