Skip to content

Commit

Permalink
fixed fastlane setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jun 24, 2019
1 parent 4ab2541 commit 4e5e2ec
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
6 changes: 6 additions & 0 deletions examples/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
PATH
remote: ../packages/fastlane
specs:
fastlane-plugin-speculid (0.1.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -154,6 +159,7 @@ PLATFORMS

DEPENDENCIES
fastlane
fastlane-plugin-speculid!

BUNDLED WITH
1.17.1
2 changes: 1 addition & 1 deletion examples/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ platform :ios do
desc "Speculid"
lane :build do
#capture_screenshots(scheme: "examples")
speculid(text: "test")
speculid
end
end
2 changes: 1 addition & 1 deletion examples/fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# Ensure this file is checked in to source control!

gem 'fastlane-plugin-speculid', path: '../packages/fastlane/'
gem 'fastlane-plugin-speculid', path: '../../packages/fastlane/'
7 changes: 6 additions & 1 deletion examples/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.006358">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.001281">

</testcase>


<testcase classname="fastlane.lanes" name="1: speculid" time="4.845692">

</testcase>

Expand Down
2 changes: 1 addition & 1 deletion packages/homebrew
Submodule homebrew updated 2 files
+3 −3 .travis.yml
+0 −0 Casks/speculid.rb
2 changes: 1 addition & 1 deletion scripts/github-markdown-toc

0 comments on commit 4e5e2ec

Please sign in to comment.