diff --git a/Test area.playground/contents.xcplayground b/Div/Test area.playground/contents.xcplayground similarity index 100% rename from Test area.playground/contents.xcplayground rename to Div/Test area.playground/contents.xcplayground diff --git a/Test area.playground/section-1.swift b/Div/Test area.playground/section-1.swift similarity index 100% rename from Test area.playground/section-1.swift rename to Div/Test area.playground/section-1.swift diff --git a/SwiftShell.xcodeproj/project.pbxproj b/SwiftShell.xcodeproj/project.pbxproj index a0193bb..6f1b7e9 100644 --- a/SwiftShell.xcodeproj/project.pbxproj +++ b/SwiftShell.xcodeproj/project.pbxproj @@ -43,7 +43,7 @@ /* Begin PBXFileReference section */ BA08E7D619AA3D8D002DA02F /* Scripts_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scripts_Tests.swift; sourceTree = ""; }; - BA2E031E19B5F01C005B1227 /* Test area.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = "Test area.playground"; sourceTree = ""; }; + BA2E031E19B5F01C005B1227 /* Test area.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = "Test area.playground"; path = "Div/Test area.playground"; sourceTree = ""; }; BA338BF719A6897B00654EC4 /* Stream_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream_Tests.swift; sourceTree = ""; }; BAAE15D019A3FB5E00DA3462 /* SwiftShell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftShell.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BAAE15D419A3FB5E00DA3462 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; diff --git a/SwiftShellTests/Scripts/README.md b/SwiftShellTests/Scripts/README.md new file mode 100644 index 0000000..b7b26d9 --- /dev/null +++ b/SwiftShellTests/Scripts/README.md @@ -0,0 +1,3 @@ +## Scripts folder + +These scripts demonstrate how to do different tasks in SwiftShell. They also work as integration tests to make sure changes to SwiftShell are backwards compatible with older scripts.