From 6bdf3560ac770b4a1a31e7c910c8ef06c832ca14 Mon Sep 17 00:00:00 2001 From: Thea Choem Date: Sun, 16 Oct 2022 21:45:07 +0700 Subject: [PATCH] build: v1.3.8+106 --- .vscode/launch.json | 7 ++---- ios/Runner.xcodeproj/project.pbxproj | 6 ++--- ios/Runner/Info.plist | 2 +- ios/fastlane/Fastfile | 2 +- ios/fastlane/report.xml | 36 ++++++++++++++++++++++++++-- pubspec.yaml | 2 +- 6 files changed, 42 insertions(+), 13 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index cc1c235b..4bee483c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,10 +9,7 @@ "program": "lib/main_dev.dart", "request": "launch", "type": "dart", - "args": [ - "--flavor", - "dev" - ], + "args": ["--flavor", "dev"] }, { "name": "spooky-mb (profile mode)", @@ -27,4 +24,4 @@ "flutterMode": "release" } ] -} \ No newline at end of file +} diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index a2002945..bb8e6d3f 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -405,7 +405,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 104; + CURRENT_PROJECT_VERSION = 106; DEVELOPMENT_TEAM = 24KJ877SZ9; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -541,7 +541,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 104; + CURRENT_PROJECT_VERSION = 106; DEVELOPMENT_TEAM = 24KJ877SZ9; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -569,7 +569,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 104; + CURRENT_PROJECT_VERSION = 106; DEVELOPMENT_TEAM = 24KJ877SZ9; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index ae7151df..aee94231 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -40,7 +40,7 @@ CFBundleVersion - 104 + 106 FacebookAppID 373633651102417 FacebookClientToken diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 166be263..038c8748 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -14,7 +14,7 @@ default_platform(:ios) platform :ios do version_number = "1.3.8" - build_number = "104" + build_number = "106" # execute only once lane :certificates do diff --git a/ios/fastlane/report.xml b/ios/fastlane/report.xml index d6bd134b..588f7865 100644 --- a/ios/fastlane/report.xml +++ b/ios/fastlane/report.xml @@ -5,12 +5,44 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pubspec.yaml b/pubspec.yaml index 2e0b29f4..527310bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: spooky description: Minimalist application to write stories, notes, diary! publish_to: none -version: 1.3.8+104 +version: 1.3.8+106 environment: sdk: ">=2.17.0 <3.0.0"