This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
571 B
JSON
Raw Normal View History

2016-03-15 18:21:34 -06:00
{
"name": "cordova-plugin-splashscreen-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for Splashscreen Plugin",
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
2016-04-12 17:33:37 -06:00
"cordova-ios": "*"
2016-03-15 18:21:34 -06:00
},
"scripts": {
2016-04-12 17:33:37 -06:00
"test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp' HEADER_SEARCH_PATHS='$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include'"
}
}