|
13 | 13 | 9A4CCB5D1F95E22100ACF758 /* Nimble.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9A4CCB5B1F95E21700ACF758 /* Nimble.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
14 | 14 | 9A4CCB5E1F95E22100ACF758 /* Quick.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9A4CCB5C1F95E21700ACF758 /* Quick.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
15 | 15 | 9A4CCB621F95E38A00ACF758 /* FlexibleDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A4CCB611F95E38A00ACF758 /* FlexibleDiff.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
16 | | - 9A4CCB681F95E73200ACF758 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4CCB671F95E73200ACF758 /* Placeholder.swift */; }; |
17 | | - 9A4CCB6A1F95E74800ACF758 /* FlexibleDiffSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4CCB691F95E74800ACF758 /* FlexibleDiffSpec.swift */; }; |
| 16 | + 9AD5D41A1F95F7FE00E6AE5A /* Changeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD5D4181F95F7FE00E6AE5A /* Changeset.swift */; }; |
| 17 | + 9AD5D41B1F95F7FE00E6AE5A /* Snapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD5D4191F95F7FE00E6AE5A /* Snapshot.swift */; }; |
| 18 | + 9AD5D41E1F95F80900E6AE5A /* Delta+NimbleMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD5D41C1F95F80900E6AE5A /* Delta+NimbleMatcher.swift */; }; |
| 19 | + 9AD5D41F1F95F80900E6AE5A /* ChangesetSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD5D41D1F95F80900E6AE5A /* ChangesetSpec.swift */; }; |
18 | 20 | /* End PBXBuildFile section */ |
19 | 21 |
|
20 | 22 | /* Begin PBXContainerItemProxy section */ |
|
78 | 80 | 9A4CCB5B1F95E21700ACF758 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
79 | 81 | 9A4CCB5C1F95E21700ACF758 /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
80 | 82 | 9A4CCB611F95E38A00ACF758 /* FlexibleDiff.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FlexibleDiff.h; sourceTree = "<group>"; }; |
81 | | - 9A4CCB671F95E73200ACF758 /* Placeholder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Placeholder.swift; sourceTree = "<group>"; }; |
82 | | - 9A4CCB691F95E74800ACF758 /* FlexibleDiffSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = FlexibleDiffSpec.swift; sourceTree = "<group>"; tabWidth = 4; }; |
| 83 | + 9AD5D4181F95F7FE00E6AE5A /* Changeset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Changeset.swift; sourceTree = "<group>"; }; |
| 84 | + 9AD5D4191F95F7FE00E6AE5A /* Snapshot.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Snapshot.swift; sourceTree = "<group>"; }; |
| 85 | + 9AD5D41C1F95F80900E6AE5A /* Delta+NimbleMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Delta+NimbleMatcher.swift"; sourceTree = "<group>"; }; |
| 86 | + 9AD5D41D1F95F80900E6AE5A /* ChangesetSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangesetSpec.swift; sourceTree = "<group>"; }; |
83 | 87 | /* End PBXFileReference section */ |
84 | 88 |
|
85 | 89 | /* Begin PBXFrameworksBuildPhase section */ |
|
129 | 133 | 9A4CCB1A1F95DEF000ACF758 /* FlexibleDiff */ = { |
130 | 134 | isa = PBXGroup; |
131 | 135 | children = ( |
| 136 | + 9AD5D4181F95F7FE00E6AE5A /* Changeset.swift */, |
| 137 | + 9AD5D4191F95F7FE00E6AE5A /* Snapshot.swift */, |
132 | 138 | 9A4CCB1C1F95DEF000ACF758 /* Info.plist */, |
133 | 139 | 9A4CCB611F95E38A00ACF758 /* FlexibleDiff.h */, |
134 | | - 9A4CCB671F95E73200ACF758 /* Placeholder.swift */, |
135 | 140 | ); |
136 | 141 | path = FlexibleDiff; |
137 | 142 | sourceTree = "<group>"; |
|
232 | 237 | 9A4CCB4D1F95E18900ACF758 /* FlexibleDiffTests */ = { |
233 | 238 | isa = PBXGroup; |
234 | 239 | children = ( |
235 | | - 9A4CCB691F95E74800ACF758 /* FlexibleDiffSpec.swift */, |
| 240 | + 9AD5D41D1F95F80900E6AE5A /* ChangesetSpec.swift */, |
| 241 | + 9AD5D41C1F95F80900E6AE5A /* Delta+NimbleMatcher.swift */, |
236 | 242 | 9A4CCB501F95E18900ACF758 /* Info.plist */, |
237 | 243 | ); |
238 | 244 | path = FlexibleDiffTests; |
|
359 | 365 | isa = PBXSourcesBuildPhase; |
360 | 366 | buildActionMask = 2147483647; |
361 | 367 | files = ( |
362 | | - 9A4CCB681F95E73200ACF758 /* Placeholder.swift in Sources */, |
| 368 | + 9AD5D41A1F95F7FE00E6AE5A /* Changeset.swift in Sources */, |
| 369 | + 9AD5D41B1F95F7FE00E6AE5A /* Snapshot.swift in Sources */, |
363 | 370 | ); |
364 | 371 | runOnlyForDeploymentPostprocessing = 0; |
365 | 372 | }; |
366 | 373 | 9A4CCB481F95E18900ACF758 /* Sources */ = { |
367 | 374 | isa = PBXSourcesBuildPhase; |
368 | 375 | buildActionMask = 2147483647; |
369 | 376 | files = ( |
370 | | - 9A4CCB6A1F95E74800ACF758 /* FlexibleDiffSpec.swift in Sources */, |
| 377 | + 9AD5D41E1F95F80900E6AE5A /* Delta+NimbleMatcher.swift in Sources */, |
| 378 | + 9AD5D41F1F95F80900E6AE5A /* ChangesetSpec.swift in Sources */, |
371 | 379 | ); |
372 | 380 | runOnlyForDeploymentPostprocessing = 0; |
373 | 381 | }; |
|
509 | 517 | isa = XCBuildConfiguration; |
510 | 518 | baseConfigurationReference = 9A4CCB461F95E04C00ACF758 /* Framework.xcconfig */; |
511 | 519 | buildSettings = { |
512 | | - CLANG_ENABLE_MODULES = YES; |
513 | 520 | DEFINES_MODULE = YES; |
514 | 521 | DYLIB_COMPATIBILITY_VERSION = 1; |
515 | 522 | DYLIB_CURRENT_VERSION = 1; |
|
521 | 528 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
522 | 529 | SDKROOT = macosx; |
523 | 530 | SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos"; |
524 | | - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
525 | | - SWIFT_VERSION = 3.0; |
526 | 531 | TARGETED_DEVICE_FAMILY = "1,2,3,4"; |
527 | 532 | VALID_ARCHS = "i386 x86_64 arm64 armv7 armv7s armv7k"; |
528 | 533 | }; |
|
532 | 537 | isa = XCBuildConfiguration; |
533 | 538 | baseConfigurationReference = 9A4CCB461F95E04C00ACF758 /* Framework.xcconfig */; |
534 | 539 | buildSettings = { |
535 | | - CLANG_ENABLE_MODULES = YES; |
536 | 540 | DEFINES_MODULE = YES; |
537 | 541 | DYLIB_COMPATIBILITY_VERSION = 1; |
538 | 542 | DYLIB_CURRENT_VERSION = 1; |
|
544 | 548 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
545 | 549 | SDKROOT = macosx; |
546 | 550 | SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos"; |
547 | | - SWIFT_VERSION = 3.0; |
548 | 551 | TARGETED_DEVICE_FAMILY = "1,2,3,4"; |
549 | 552 | VALID_ARCHS = "i386 x86_64 arm64 armv7 armv7s armv7k"; |
550 | 553 | }; |
|
554 | 557 | isa = XCBuildConfiguration; |
555 | 558 | buildSettings = { |
556 | 559 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
557 | | - CLANG_ENABLE_MODULES = YES; |
558 | 560 | INFOPLIST_FILE = FlexibleDiffTests/Info.plist; |
559 | 561 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
560 | 562 | PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.FlexibleDiffTests; |
561 | 563 | PRODUCT_NAME = "$(TARGET_NAME)"; |
562 | 564 | SDKROOT = macosx; |
563 | 565 | SUPPORTED_PLATFORMS = "macosx appletvsimulator watchsimulator iphonesimulator"; |
564 | | - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
565 | | - SWIFT_VERSION = 3.0; |
566 | 566 | }; |
567 | 567 | name = Debug; |
568 | 568 | }; |
569 | 569 | 9A4CCB561F95E18900ACF758 /* Release */ = { |
570 | 570 | isa = XCBuildConfiguration; |
571 | 571 | buildSettings = { |
572 | 572 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
573 | | - CLANG_ENABLE_MODULES = YES; |
574 | 573 | INFOPLIST_FILE = FlexibleDiffTests/Info.plist; |
575 | 574 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
576 | 575 | PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.FlexibleDiffTests; |
577 | 576 | PRODUCT_NAME = "$(TARGET_NAME)"; |
578 | 577 | SDKROOT = macosx; |
579 | 578 | SUPPORTED_PLATFORMS = "macosx appletvsimulator watchsimulator iphonesimulator"; |
580 | | - SWIFT_VERSION = 3.0; |
581 | 579 | }; |
582 | 580 | name = Release; |
583 | 581 | }; |
|
0 commit comments