Skip to content

Commit

Permalink
Fixed some issue on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed May 28, 2023
1 parent d04fb4b commit d5a11d1
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 666 deletions.
565 changes: 2 additions & 563 deletions .firebase/hosting.ZGlzdA.cache

Large diffs are not rendered by default.

Binary file removed data/app.so
Binary file not shown.
1 change: 0 additions & 1 deletion data/flutter_assets/AssetManifest.json

This file was deleted.

Binary file removed data/flutter_assets/AssetManifest.smcbin
Binary file not shown.
63 changes: 0 additions & 63 deletions data/flutter_assets/CHANGELOG.md

This file was deleted.

29 changes: 0 additions & 29 deletions data/flutter_assets/CONTRIBUTING.md

This file was deleted.

1 change: 0 additions & 1 deletion data/flutter_assets/FontManifest.json

This file was deleted.

Binary file removed data/flutter_assets/NOTICES.Z
Binary file not shown.
Binary file removed data/flutter_assets/assets/icon.png
Binary file not shown.
Binary file removed data/flutter_assets/fonts/MaterialIcons-Regular.otf
Binary file not shown.
Binary file not shown.
Binary file removed data/flutter_assets/shaders/ink_sparkle.frag
Binary file not shown.
Binary file removed data/icudtl.dat
Binary file not shown.
Binary file not shown.
13 changes: 7 additions & 6 deletions dist/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@
<description>Most recent updates to LMS</description>
<language>en</language>
<item>
<title>Version 1.1.0</title>
<title>Version 1.1.1</title>
<link>https://sparkle-project.org</link>
<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="KPaP42ICg58WgO5HHoWBP1keKsXOUPcIzNaxswE8kqc9OXdPdTDORkbK8jguu71al4XzZqnFYhT6ghSGPrEFDg=="
length="18726490"
<sparkle:version>12</sparkle:version> <!--Use BUILD_VERSION-->
<sparkle:shortVersionString>1.1.1+12</sparkle:shortVersionString>
<enclosure url="1.1.1+12/lms-1.1.1+12-macos.zip" length="18071420"
sparkle:edSignature="StPalBMbVJT3HVfV/r2eJDGQZcAXtjiszXeovtgZFa55CRSl6TG2bhdJsxaujHFGSUq3pVE5W3GAuBMFtou0AQ=="
sparkle:os="macos"
type="application/octet-stream" />
</item>
<item>
<title>Version 1.1.0</title>
<link>https://sparkle-project.org</link>
<sparkle:releaseNotesLink>
https://github.com/kekko7072/lms/releases
</sparkle:releaseNotesLink>
Expand Down
4 changes: 2 additions & 2 deletions macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<false/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
Expand Down
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+11
version: 1.1.1+12 #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 d5a11d1

Please sign in to comment.