Skip to content

Commit

Permalink
updated package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Feb 19, 2021
1 parent 172efe5 commit 7d93d8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
<integer>5</integer>
</dict>
<key>Demo (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>7</integer>
<integer>6</integer>
</dict>
<key>Demo (Playground) 3.xcscheme</key>
<dict>
Expand Down Expand Up @@ -86,7 +86,7 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>1</integer>
<integer>4</integer>
</dict>
<key>FetchNodeDetails.xcscheme_^#shared#^_</key>
<dict>
Expand All @@ -98,14 +98,14 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
<integer>2</integer>
</dict>
<key>PromiseKit (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
<integer>3</integer>
</dict>
<key>PromiseKit (Playground) 3.xcscheme</key>
<dict>
Expand Down Expand Up @@ -154,7 +154,7 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
<integer>1</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import PackageDescription

let package = Package(
name: "FetchNodeDetails",
platforms: [
.iOS(.v12),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 7d93d8c

Please sign in to comment.