Skip to content

Commit

Permalink
CI/CD integration (#8) (#11)
Browse files Browse the repository at this point in the history
* refactor: code cleanup

* Bump flutter_lints from 2.0.3 to 3.0.1 (#5)

Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.3 to 3.0.1.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v3.0.1/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...




* Update README.md (#7)

* configure multiple Firebase environments for development, staging, and production

* added Google service files for multiple flavours

* fix: Xcode Cloud build from Flutter project unable to find included file 'Generated.xcconfig' in search paths

* update google-service.plist path

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* update android config to fix build

* update ios config to fix build

* add app's launcher icon

* add launch image

* fix: Resolve issue preventing Android launch

* change ios app name to DevFin for release build

* update to recommended Pods Settings

* updated podfile

* set pods deployment target to iOS 12

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
huykgit98 and dependabot[bot] committed Jan 20, 2024
1 parent 8e0e4fc commit 91d42af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ workflows:
flutter: 3.16.0
xcode: 15.1 # <-- set to specific version e.g. 14.3, 15.0 to avoid unexpected updates.
cocoapods: default
triggering:
events:
- push
branch_patterns:
- pattern: "main"
include: true
source: true
# triggering:
# events:
# - push
# branch_patterns:
# - pattern: "main"
# include: true
# source: true
scripts:
- name: Get Flutter Packages
script: |
Expand Down

0 comments on commit 91d42af

Please sign in to comment.