Skip to content

Commit

Permalink
Adjust framework target name
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Sep 5, 2021
1 parent 0f72420 commit f8df3eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#if __has_include("Nimble_Snapshots-Swift.h")
#import "Nimble_Snapshots-Swift.h"
#elif SWIFT_PACKAGE
@import NimbleSnapshotsSwift;
@import Nimble_Snapshots;
#else
#import <Nimble_Snapshots/Nimble_Snapshots-Swift.h>
#endif
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
targets: [
.target(
name: "NimbleSnapshotsSwift",
name: "Nimble-Snapshots",
dependencies: ["FBSnapshotTestCase",
"Nimble"],
path: "Nimble_Snapshots",
Expand All @@ -40,7 +40,7 @@ let package = Package(
.target(
name: "NimbleSnapshotsObjc",
dependencies: [
"NimbleSnapshotsSwift"
"Nimble-Snapshots"
],
path: "Nimble_Snapshots",
exclude: ["CurrentTestCaseTracker.swift",
Expand Down

0 comments on commit f8df3eb

Please sign in to comment.