From 336018185974e7f70817c6445d7aa422a109cd02 Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 30 Oct 2023 14:26:50 +0100 Subject: [PATCH] refactor(fixing version code issue) Co-authored-by: Sebastian Palmqvist --- apps/skolplattformen-app-new/Gemfile | 5 ++++- apps/skolplattformen-app-new/Gemfile.lock | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/skolplattformen-app-new/Gemfile b/apps/skolplattformen-app-new/Gemfile index fb17d0906..fa675e2df 100644 --- a/apps/skolplattformen-app-new/Gemfile +++ b/apps/skolplattformen-app-new/Gemfile @@ -6,4 +6,7 @@ ruby ">= 3.2.2" gem 'bundler' gem 'cocoapods', '~> 1.12' gem 'fastlane' -gem 'dotenv' \ No newline at end of file +gem 'dotenv' + +plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') +eval_gemfile(plugins_path) if File.exist?(plugins_path) \ No newline at end of file diff --git a/apps/skolplattformen-app-new/Gemfile.lock b/apps/skolplattformen-app-new/Gemfile.lock index 6df4a8c18..e1cc87cc4 100644 --- a/apps/skolplattformen-app-new/Gemfile.lock +++ b/apps/skolplattformen-app-new/Gemfile.lock @@ -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) @@ -289,6 +290,7 @@ DEPENDENCIES cocoapods (~> 1.12) dotenv fastlane + fastlane-plugin-increment_version_code RUBY VERSION ruby 3.2.2p53