From 0cac53478c402c08bd3adff97346a1e1a801e213 Mon Sep 17 00:00:00 2001 From: Dirk Hermanns Date: Wed, 10 Jan 2024 22:09:11 +0100 Subject: [PATCH] Added fastlane automatic release --- fastlane/Fastfile | 1 + nightguard WatchKit App/Info.plist | 2 +- nightguard.xcodeproj/project.pbxproj | 16 ++++++++-------- nightguard/Info.plist | 2 +- nightguardTests/Info.plist | 2 +- nightguardUITests/Info.plist | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 910b5d8..6affdee 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -31,6 +31,7 @@ platform :ios do upload_to_app_store( force: true, overwrite_screenshots: false, + automatic_release: true, skip_screenshots: true) end end diff --git a/nightguard WatchKit App/Info.plist b/nightguard WatchKit App/Info.plist index 07a1582..96f5602 100644 --- a/nightguard WatchKit App/Info.plist +++ b/nightguard WatchKit App/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 893 + 895 CLKComplicationPrincipalClass $(PRODUCT_MODULE_NAME).ComplicationController NSAppTransportSecurity diff --git a/nightguard.xcodeproj/project.pbxproj b/nightguard.xcodeproj/project.pbxproj index 99b2e91..9058190 100644 --- a/nightguard.xcodeproj/project.pbxproj +++ b/nightguard.xcodeproj/project.pbxproj @@ -2511,7 +2511,7 @@ CODE_SIGN_ENTITLEMENTS = "nightguard WatchKit App/nightguard.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = BSAVUVP8PV; INFOPLIST_FILE = "nightguard WatchKit App/Info.plist"; @@ -2543,7 +2543,7 @@ CODE_SIGN_ENTITLEMENTS = "nightguard WatchKit App/nightguard.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = BSAVUVP8PV; INFOPLIST_FILE = "nightguard WatchKit App/Info.plist"; @@ -2573,7 +2573,7 @@ CODE_SIGN_ENTITLEMENTS = nightguard/scoutwatch.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = BSAVUVP8PV; ENABLE_BITCODE = NO; @@ -2605,7 +2605,7 @@ CODE_SIGN_ENTITLEMENTS = nightguard/scoutwatch.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = BSAVUVP8PV; ENABLE_BITCODE = NO; @@ -2728,7 +2728,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEVELOPMENT_TEAM = BSAVUVP8PV; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; @@ -2770,7 +2770,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEVELOPMENT_TEAM = BSAVUVP8PV; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; @@ -2809,7 +2809,7 @@ CODE_SIGN_ENTITLEMENTS = "nightguard ComplicationExtension.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEVELOPMENT_TEAM = BSAVUVP8PV; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; @@ -2853,7 +2853,7 @@ CODE_SIGN_ENTITLEMENTS = "nightguard ComplicationExtension.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 893; + CURRENT_PROJECT_VERSION = 895; DEVELOPMENT_TEAM = BSAVUVP8PV; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; diff --git a/nightguard/Info.plist b/nightguard/Info.plist index 3c144c1..d97238a 100644 --- a/nightguard/Info.plist +++ b/nightguard/Info.plist @@ -25,7 +25,7 @@ CFBundleSignature ???? CFBundleVersion - 893 + 895 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/nightguardTests/Info.plist b/nightguardTests/Info.plist index 6b623b9..aab8158 100644 --- a/nightguardTests/Info.plist +++ b/nightguardTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 893 + 895 diff --git a/nightguardUITests/Info.plist b/nightguardUITests/Info.plist index 6b623b9..aab8158 100644 --- a/nightguardUITests/Info.plist +++ b/nightguardUITests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 893 + 895