diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 902cbc7..91e1e7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,8 @@ jobs: channel: "stable" architecture: x64 - run: flutter config --enable-macos-desktop - - run: flutter pub get - - run: flutter analyze - run: flutter build macos + - run: flutter analyze - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index d02e4d1..47fc42f 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = alic // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.alic +PRODUCT_BUNDLE_IDENTIFIER = co.bollc.alic // The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved. +PRODUCT_COPYRIGHT = Copyright © 2024 bollc.co. All rights reserved. diff --git a/pubspec.yaml b/pubspec.yaml index 2e2523d..035035f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: alic description: "A little image compressor" publish_to: "none" -version: 1.0.0+2 +version: 1.0.0+3 environment: sdk: ">=3.2.6 <4.0.0"