-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85a8a88
commit 5bcd2c9
Showing
4 changed files
with
8 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
out | ||
node_modules | ||
.vscode-test/ | ||
vscode-test/ | ||
*.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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- |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters