Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Apr 27, 2019
1 parent 85a8a88 commit 5bcd2c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
out
node_modules
.vscode-test/
vscode-test/
*.vsix
22 changes: 1 addition & 21 deletions Fastfile
Original file line number Diff line number Diff line change
@@ -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 "[email protected]" # 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-
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5bcd2c9

Please sign in to comment.