Skip to content

Commit

Permalink
Tested fixing some problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed May 28, 2023
1 parent bc3b4b4 commit 891782f
Show file tree
Hide file tree
Showing 7 changed files with 582 additions and 14 deletions.
566 changes: 563 additions & 3 deletions .firebase/hosting.ZGlzdA.cache

Large diffs are not rendered by default.

Binary file modified dist/1.1.0+10/lms-1.1.0+10-macos.zip
Binary file not shown.
12 changes: 4 additions & 8 deletions dist/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@
<title>LMS - Link Management System</title>
<description>Most recent updates to LMS</description>
<language>en</language>
<!--macOS-->
<item>
<title>Version 1.1.0</title>
<pubDate>Sun, 27 May 2023 12:00:00 +0800</pubDate>
<sparkle:releaseNotesLink>
https://github.com/kekko7072/lms/releases
</sparkle:releaseNotesLink>
<pubDate>Sun, 27 May 2023 12:00:00 +0800</pubDate>
<sparkle:version>10</sparkle:version> <!--Use BUILD_VERSION-->
<sparkle:shortVersionString>1.1.0+10</sparkle:shortVersionString>
<enclosure url="1.1.0+10/lms-1.1.0+10-macos.zip"
sparkle:edSignature="EF6IT84Y8qAhCiFm1XGMFVflrff8QWpzcnEEkbqz4qPV0oRbeUXTUvslseILSCmxtDqQ0niQRGwfGQAhyIyyCg=="
length="18071421"
sparkle:edSignature="KPaP42ICg58WgO5HHoWBP1keKsXOUPcIzNaxswE8kqc9OXdPdTDORkbK8jguu71al4XzZqnFYhT6ghSGPrEFDg=="
length="18726490"
sparkle:os="macos"
type="application/octet-stream" />
</item>
<!--macOS-->
<!--windows-->
</item>
<item>
<title>Version 1.1.0</title>
<sparkle:releaseNotesLink>
Expand All @@ -34,6 +31,5 @@
length="0"
type="application/octet-stream" />
</item>
<!--windows-->
</channel>
</rss>
3 changes: 2 additions & 1 deletion macos/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_macos_podfile_setup

target 'Runner' do
pod 'Sparkle'
use_frameworks!
use_modular_headers!

Expand All @@ -37,4 +38,4 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_macos_build_settings(target)
end
end
end
3 changes: 2 additions & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ DEPENDENCIES:
- macos_ui (from `Flutter/ephemeral/.symlinks/plugins/macos_ui/macos`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
- Sparkle
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)

SPEC REPOS:
Expand Down Expand Up @@ -55,6 +56,6 @@ SPEC CHECKSUMS:
Sparkle: b36a51855e81585a1c38e32e53101d36c00f4304
url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
PODFILE CHECKSUM: be22704d57d83fb3d96fa5866369ec10369b2ff4

COCOAPODS: 1.12.1
10 changes: 10 additions & 0 deletions macos/packaging/dmg/make_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: lms
contents:
- x: 448
y: 344
type: link
path: "/Applications"
- x: 192
y: 344
type: file
path: lms.app
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Link Management System

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.1.0+11 #Online macOS 1.1.0+10 windows 1.1.0+10
version: 1.1.0+11 #Online macOS 1.1.0+10 windows 1.1.0+11

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down

0 comments on commit 891782f

Please sign in to comment.