-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4c398e1
commit 20d9eb4
Showing
36 changed files
with
127 additions
and
109 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
|
||
env: | ||
FLUTTER_VERSION: '3.24.x' | ||
MACOS_APP_RELEASE_PATH: build/macos/Build/Products/Release | ||
|
||
jobs: | ||
build_and_upload_macos_dmg: | ||
|
@@ -52,6 +53,8 @@ jobs: | |
security import certificate.p12 -k build.keychain -P $MACOS_CERTIFICATE_PWD -T /usr/bin/codesign | ||
echo "Set Key Partition" | ||
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $MACOS_CERTIFICATE_PWD build.keychain | ||
echo "Find Identity" | ||
security find-identity | ||
echo "Sign the app" | ||
/usr/bin/codesign --force --deep -s $MACOS_IDENTITY ./$MACOS_APP_RELEASE_PATH/musicpod.app | ||
- name: Create a dmg | ||
|
@@ -73,13 +76,8 @@ jobs: | |
--hdiutil-quiet \ | ||
"musicpod.dmg" \ | ||
"musicpod.app" | ||
- name: Append Asset | ||
if: steps.createdmg.outcome == 'success' | ||
uses: AButler/[email protected] | ||
with: | ||
files: "$MACOS_APP_RELEASE_PATH/musicpod.app" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
release-tag: ${{ github.ref_name }} | ||
ls -l | ||
pwd | ||
build_and_publish_snap: | ||
runs-on: ubuntu-latest | ||
|
@@ -96,17 +94,17 @@ jobs: | |
if [[ "$changed" == "5" ]]; then | ||
echo "lines=changed" >> "$GITHUB_OUTPUT" | ||
fi | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
channel: 'stable' | ||
flutter-version: ${{env.FLUTTER_VERSION}} | ||
- run: sudo apt update | ||
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libmpv-dev | ||
- run: flutter pub get | ||
- uses: snapcore/action-build@v1 | ||
if: steps.check.outputs.lines == 'changed' | ||
id: build | ||
# Disabled until linux arm runners are available | ||
# - uses: subosito/flutter-action@v2 | ||
# with: | ||
# channel: 'stable' | ||
# flutter-version: ${{env.FLUTTER_VERSION}} | ||
# - run: sudo apt update | ||
# - run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libmpv-dev | ||
# - run: flutter pub get | ||
# - uses: snapcore/action-build@v1 | ||
# if: steps.check.outputs.lines == 'changed' | ||
# id: build | ||
# - uses: snapcore/action-publish@v1 | ||
# if: steps.build.outcome == 'success' | ||
# env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -567,11 +567,12 @@ | |
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; | ||
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; | ||
CODE_SIGN_IDENTITY = "Apple Development"; | ||
CODE_SIGN_STYLE = Automatic; | ||
CODE_SIGN_IDENTITY = "Apple Development: [email protected] (U3643MR29R)"; | ||
CODE_SIGN_STYLE = Manual; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEVELOPMENT_TEAM = Y7ZGTYFNR6; | ||
DEVELOPMENT_TEAM = ""; | ||
"DEVELOPMENT_TEAM[sdk=macosx*]" = Y7ZGTYFNR6; | ||
INFOPLIST_FILE = Runner/Info.plist; | ||
INFOPLIST_KEY_CFBundleDisplayName = MusicPod; | ||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; | ||
|
@@ -700,11 +701,12 @@ | |
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; | ||
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; | ||
CODE_SIGN_IDENTITY = "Apple Development"; | ||
CODE_SIGN_STYLE = Automatic; | ||
CODE_SIGN_IDENTITY = "Apple Development: [email protected] (U3643MR29R)"; | ||
CODE_SIGN_STYLE = Manual; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEVELOPMENT_TEAM = Y7ZGTYFNR6; | ||
DEVELOPMENT_TEAM = ""; | ||
"DEVELOPMENT_TEAM[sdk=macosx*]" = Y7ZGTYFNR6; | ||
INFOPLIST_FILE = Runner/Info.plist; | ||
INFOPLIST_KEY_CFBundleDisplayName = MusicPod; | ||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; | ||
|
@@ -728,10 +730,11 @@ | |
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; | ||
CODE_SIGN_IDENTITY = ""; | ||
CODE_SIGN_STYLE = Automatic; | ||
CODE_SIGN_STYLE = Manual; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEVELOPMENT_TEAM = Y7ZGTYFNR6; | ||
DEVELOPMENT_TEAM = ""; | ||
"DEVELOPMENT_TEAM[sdk=macosx*]" = Y7ZGTYFNR6; | ||
INFOPLIST_FILE = Runner/Info.plist; | ||
INFOPLIST_KEY_CFBundleDisplayName = MusicPod; | ||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters