Skip to content

Commit

Permalink
refactor(fixing version code issue)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 30, 2023
1 parent a9fb802 commit 3360181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/skolplattformen-app-new/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ ruby ">= 3.2.2"
gem 'bundler'
gem 'cocoapods', '~> 1.12'
gem 'fastlane'
gem 'dotenv'
gem 'dotenv'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
2 changes: 2 additions & 0 deletions apps/skolplattformen-app-new/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-increment_version_code (0.4.3)
ffi (1.16.3)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand Down Expand Up @@ -289,6 +290,7 @@ DEPENDENCIES
cocoapods (~> 1.12)
dotenv
fastlane
fastlane-plugin-increment_version_code

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 3360181

Please sign in to comment.