diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f7b5db50..6a4e1918 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -57,7 +57,7 @@ platform :ios do scheme: 'openHABTestsSwift', xcargs: '-skipPackagePluginValidation', testplan: 'openHABTests', - devices: ['iPhone 14 Pro'], + devices: ['iPhone 15 Pro'], clean: true ) end @@ -71,7 +71,7 @@ platform :ios do end desc 'Build beta' - lane :beta do |options| + lane :beta do |options| options[:bump] = options[:bump] != nil ? options[:bump] : "patch" if is_ci? @@ -107,7 +107,7 @@ platform :ios do scheme: 'openHAB' ) end - increment_version_if_required + # increment_version_if_required # NOTE: this resolves packages of the project so need to clean sh("cd .. && git clean -fd")