Files
SwiftShell/SwiftShellTests/Scripts
Kare Morstol 3218fd4315 Update for Xcode 7 beta 6.
For some reason "NSURL.checkResourceIsReachable() throws" is gone and "checkResourceIsReachableAndReturnError(NSErrorPointer)" is back even though the documentation says otherwise. Methods of other Cocoa classes which take NSError pointers have been converted to throwing functions.
2015-08-28 00:34:01 +02:00
..
2015-06-28 00:52:40 +02:00
2015-06-28 00:52:40 +02:00
2015-03-20 22:02:28 +01:00
2015-08-28 00:34:01 +02:00

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.

runtests.bash compiles the framework with the Release configuration and uses it to run all the scripts in this folder. It should be run before every commit to master.