Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 16, 2019
1 parent 43489be commit d22e22a
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 1,983 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Expand Up @@ -2,19 +2,19 @@
import PackageDescription

let package = Package(
name: "Harebrain",
name: "SwiftAI",
platforms: [
.macOS(.v10_13),
],
products: [
.library(name: "Harebrain", targets: ["Harebrain"]),
.library(name: "SwiftAI", targets: ["SwiftAI"]),
],
dependencies: [
.package(url: "https://github.com/saeta/Just", from: "0.7.3"),
.package(url: "https://github.com/mxcl/Path.swift", from: "0.16.3"),
],
targets: [
.target( name: "Harebrain", dependencies: ["Just", "Path"]),
.target( name: "run", dependencies: ["Harebrain"]),
.target( name: "SwiftAI", dependencies: ["Just", "Path"]),
.target( name: "run", dependencies: ["SwiftAI"]),
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
736 changes: 0 additions & 736 deletions nbs/stable/.ipynb_checkpoints/00_load_data-checkpoint.ipynb

This file was deleted.

1,197 changes: 0 additions & 1,197 deletions nbs/stable/.ipynb_checkpoints/08_data_block-checkpoint.ipynb

This file was deleted.

Binary file removed nbs/stable/swift-install/modules/Just.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file removed nbs/stable/swift-install/modules/Path.swiftmodule
Binary file not shown.
Binary file not shown.
24 changes: 0 additions & 24 deletions nbs/stable/swift-install/package/Package.swift

This file was deleted.

This file was deleted.

Binary file removed tools/swift-install/modules/Path.swiftmodule
Binary file not shown.
Binary file not shown.
20 changes: 0 additions & 20 deletions tools/swift-install/package/Package.swift

This file was deleted.

1 change: 0 additions & 1 deletion tools/swift-install/package/jupyterInstalledPackages.swift

This file was deleted.

0 comments on commit d22e22a

Please sign in to comment.