blob: d05fd19dc06a00dccc17ebc80086eb84f9c479bb [file] [log] [blame]
{
"name": "__REPO_NAME__-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for __REPO_NAME__ Plugin",
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild test -workspace __PROJECT_NAME__Test.xcworkspace -scheme __PROJECT_NAME__LibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp' HEADER_SEARCH_PATHS='$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include'"
}
}