Skip to content

Commit

Permalink
Merge pull request #326 from danielpassos/remove-mobile-spec-master
Browse files Browse the repository at this point in the history
Remove Mobile Spec Project
  • Loading branch information
danielpassos committed Feb 24, 2017
2 parents 694cd21 + e1b70a4 commit 5b54e94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
39 changes: 0 additions & 39 deletions global.json
Expand Up @@ -371,45 +371,6 @@
"githubUrl": "https://github.com/feedhenry-templates/welcome-ios-swift.git",
"repoBranch": "refs/heads/master"
}]
}, {
"id": "mobile_spec_project",
"priority": 0.42,
"name": "Mobile Spec Project",
"description": "A project to run automated tests for Cordova APIs and show the test results in the cloud.",
"type": "other",
"icon": "icon-wrench",
"category": "Developer Tools",
"screenshots": [{
"url": "https://raw.githubusercontent.com/feedhenry-templates/fh-mobile-spec-app/master/Screenshot.png"
}],
"appTemplates": [{
"id": "mobile_spec_project_cloud",
"name": "Mobile Spec Cloud App",
"type": "cloud_nodejs",
"repoUrl": "git://github.com/feedhenry-templates/fh-mobile-spec-cloud.git",
"githubUrl": "https://github.com/feedhenry-templates/fh-mobile-spec-cloud.git",
"repoBranch": "refs/heads/master",
"forcedSelection": true
}, {
"id": "mobile_spec_project_client",
"name": "Mobile Spec Cordova App",
"type": "client_advanced_hybrid",
"repoUrl": "git://github.com/feedhenry-templates/fh-mobile-spec-app.git",
"githubUrl": "https://github.com/feedhenry-templates/fh-mobile-spec-app.git",
"repoBranch": "refs/heads/master"
}, {
"id": "mobile_spec_project_portal",
"name": "Mobile Spec Web Portal",
"type": "webapp_basic",
"repoUrl": "git://github.com/feedhenry-templates/fh-mobile-spec-portal.git",
"githubUrl": "https://github.com/feedhenry-templates/fh-mobile-spec-portal.git",
"repoBranch": "refs/heads/master",
"screenshots": [{
"url": "https://raw.githubusercontent.com/feedhenry/fh-template-apps/master/screenshots/apps/mobile_spec_project_portal/1.png"
}, {
"url": "https://raw.githubusercontent.com/feedhenry/fh-template-apps/master/screenshots/apps/mobile_spec_project_portal/2.png"
}]
}]
}, {
"id": "wfm_project",
"priority": 0.30,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "template-config",
"version": "4.7.0",
"version": "4.8.0",
"description": "FeedHenry Template Applications",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.projectKey=fh-template-apps
sonar.projectName=fh-template-apps-nightly-master
sonar.projectVersion=4.7.0
sonar.projectVersion=4.8.0

sonar.sources=.
sonar.language=js
Expand Down

0 comments on commit 5b54e94

Please sign in to comment.