From 40457c03a3154352b3058fd7c61d4df6c8e9b4c6 Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Sat, 11 Feb 2023 15:58:55 +0800 Subject: [PATCH] :bookmark: Update 1.1.1+4 --- .devcontainer/devcontainer.json | 12 +++++--- README.md | 1 + codemagic.yaml | 51 --------------------------------- 3 files changed, 9 insertions(+), 55 deletions(-) delete mode 100644 codemagic.yaml diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 18cc948..592db6a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,8 +3,12 @@ "forwardPorts": [ 3000 ], - "extensions": [ - "Dart-Code.dart-code", - "Dart-Code.flutter" - ] + "customizations": { + "vscode": { + "extensions": [ + "Dart-Code.dart-code", + "Dart-Code.flutter" + ] + } + } } \ No newline at end of file diff --git a/README.md b/README.md index cedb976..9baa5c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white) +[![Codemagic build status](https://api.codemagic.io/apps/63e746d0c8797c2850060be3/63e746d0c8797c2850060be2/status_badge.svg)](https://codemagic.io/apps/63e746d0c8797c2850060be3/63e746d0c8797c2850060be2/latest_build) # People in Space diff --git a/codemagic.yaml b/codemagic.yaml deleted file mode 100644 index bec1815..0000000 --- a/codemagic.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Automatically generated on 2023-02-11 UTC from https://codemagic.io/app/63e722fdb96d2f5c6eea9cfb/settings -# Note that this configuration is not an exact match to UI settings. Review and adjust as necessary. - -workflows: - default-workflow: - name: Default Workflow - max_build_duration: 60 - environment: - flutter: stable - xcode: latest - cocoapods: default - triggering: - events: - - tag - branch_patterns: - - pattern: '*' - include: true - source: true - tag_patterns: - - pattern: '*' - include: true - scripts: - - | - set -e - # set up debug keystore - rm -f ~/.android/debug.keystore - keytool -genkeypair \ - -alias androiddebugkey \ - -keypass android \ - -keystore ~/.android/debug.keystore \ - -storepass android \ - -dname 'CN=Android Debug,O=Android,C=US' \ - -keyalg 'RSA' \ - -keysize 2048 \ - -validity 10000 - - | - # set up local properties - echo "flutter.sdk=$HOME/programs/flutter" > "$FCI_BUILD_DIR/android/local.properties" - - flutter packages pub get - - flutter build appbundle --release - artifacts: - - build/**/outputs/apk/**/*.apk - - build/**/outputs/bundle/**/*.aab - - build/**/outputs/**/mapping.txt - - '*.snap' - - build/windows/**/*.msix - - flutter_drive.log - publishing: - email: - recipients: - - iqmal3@outlook.com