Skip to content

Commit

Permalink
fix: CI iOS artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap-141 committed Jun 19, 2024
1 parent 928c474 commit eac643d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: ApplicationEnvironment
value: ${{ parameters.applicationEnvironment }}
- name: ArtifactName
value: $(iOSArtifactName)_${{ parameters.applicationEnvironment }}
value: ${{ parameters.iosArtifactName }}

- group: ${{ parameters.iosVariableGroup }}

Expand Down
6 changes: 0 additions & 6 deletions src/app/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
PODS:
- alice (0.0.1):
- Flutter
- Firebase/Analytics (10.25.0):
- Firebase/Core
- Firebase/Core (10.25.0):
Expand Down Expand Up @@ -142,7 +140,6 @@ PODS:
- Flutter

DEPENDENCIES:
- alice (from `.symlinks/plugins/alice/ios`)
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`)
Expand Down Expand Up @@ -175,8 +172,6 @@ SPEC REPOS:
- PromisesObjC

EXTERNAL SOURCES:
alice:
:path: ".symlinks/plugins/alice/ios"
firebase_analytics:
:path: ".symlinks/plugins/firebase_analytics/ios"
firebase_core:
Expand Down Expand Up @@ -207,7 +202,6 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/url_launcher_ios/ios"

SPEC CHECKSUMS:
alice: 16ca3b89f5e8395fd585e3a2920b8f4e250e3bf4
Firebase: 0312a2352584f782ea56f66d91606891d4607f06
firebase_analytics: cc06e24d6a2343c44f845b3112143db72d10ef78
firebase_core: a626d00494efa398e7c54f25f1454a64c8abf197
Expand Down
6 changes: 0 additions & 6 deletions src/app/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
PODS:
- alice (0.0.1):
- FlutterMacOS
- Firebase/Analytics (10.25.0):
- Firebase/Core
- Firebase/Core (10.25.0):
Expand Down Expand Up @@ -135,7 +133,6 @@ PODS:
- FlutterMacOS

DEPENDENCIES:
- alice (from `Flutter/ephemeral/.symlinks/plugins/alice/macos`)
- firebase_analytics (from `Flutter/ephemeral/.symlinks/plugins/firebase_analytics/macos`)
- firebase_core (from `Flutter/ephemeral/.symlinks/plugins/firebase_core/macos`)
- firebase_remote_config (from `Flutter/ephemeral/.symlinks/plugins/firebase_remote_config/macos`)
Expand Down Expand Up @@ -164,8 +161,6 @@ SPEC REPOS:
- PromisesObjC

EXTERNAL SOURCES:
alice:
:path: Flutter/ephemeral/.symlinks/plugins/alice/macos
firebase_analytics:
:path: Flutter/ephemeral/.symlinks/plugins/firebase_analytics/macos
firebase_core:
Expand All @@ -188,7 +183,6 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos

SPEC CHECKSUMS:
alice: 63a97c7b966d605b5e47468b9b88debc563b7617
Firebase: 0312a2352584f782ea56f66d91606891d4607f06
firebase_analytics: 47e1f6453c222417b323ca53b1793f1a9ef395f6
firebase_core: b5b8b60dad71f93132bbaa21e8d1379367d824f0
Expand Down
2 changes: 1 addition & 1 deletion src/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^3.0.2 # 4.0.0
flutter_lints: ^3.0.2
package_rename: ^1.5.3
build_runner: ^2.4.8
retrofit_generator: ^8.1.0
Expand Down
3 changes: 2 additions & 1 deletion src/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Prefix your items with `(Template)` if the change is about the template and not

## 0.19.4
- Update packages.
- lints: 4.0.0
- lints: 3.0.2
- alice: 1.0.0-dev.5
- Fix CI/CD iOS artifact name.

## 0.19.3
- Fix CI/CD artifact name for iOS.
Expand Down

0 comments on commit eac643d

Please sign in to comment.