diff --git a/.gitignore b/.gitignore index 5fe00fe..9c3bf0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ out node_modules -.vscode-test/ +vscode-test/ *.vsix diff --git a/Fastfile b/Fastfile index 0e5c0fc..bf85824 100644 --- a/Fastfile +++ b/Fastfile @@ -1,21 +1 @@ -version = fiv_update_version(pathToConfigXML: "./config.xml") -fiv_bump_version(message: "bump version: #{version}"}) -outputpath = fiv_ionic( - platform: "browser" - release: "true" - prod: "true" -) -puts "output path of build: #{outputpath}" - -desc "Cool description" -lane :lanename do |options| - #add actions here -end - -app_identifier "com.example.app" # The bundle identifier of your app -apple_id "user@example.com" # Your Apple email address -# team_name "Team" -# team_id "Q2CBPJ58CA" -# To select a team for App Store Connect use -# itc_team_name "Company" -# itc_team_id "18742801" +f- \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..0b84deb --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "vscode-fastlane-snippets", + "version": "0.1.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index d451908..b5a4f5f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Fastlane Snippets for VS Code", "version": "0.1.0", "license": "MIT", - "publisher": "fivethree.io", + "publisher": "fivethree", "repository": { "type": "git", "url": "https://github.com/fivethree-team/vscode-fastlane-snippets.git"