Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kannonboy committed Jul 25, 2017
1 parent 39fbf7e commit 2b4531c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
pushd AtlassianSketchFramework
xcodebuild -scheme AtlassianSketchFramework build
popd
skpm build
2 changes: 1 addition & 1 deletion src/AtlassianSketchFramework.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if (mocha.valueForKey(frameworkName)) {
trace(`✅ loadFramework: ${frameworkName} success!`)
mocha.setValue_forKey_(true, frameworkName)
} else {
trace('❌ loadFramework: ${frameworkName} failed!`)')
trace(`❌ loadFramework: ${frameworkName} failed!`)
}

0 comments on commit 2b4531c

Please sign in to comment.