Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Jun 7, 2022
1 parent 95064c8 commit a02e053
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 23 deletions.
9 changes: 1 addition & 8 deletions Mac/MiaoYan.entitlements
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
<dict/>
</plist>
4 changes: 2 additions & 2 deletions MiaoYan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Mac/MiaoYan.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.2.0;
Expand Down Expand Up @@ -1178,7 +1178,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Mac/MiaoYan.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.2.0;
Expand Down
Binary file modified Release/MiaoYan_V0.2.0.zip
Binary file not shown.
Binary file removed Release/MiaoYan_V0.2.1.zip
Binary file not shown.
15 changes: 2 additions & 13 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>妙言</title>
<item>
<title>0.2.1</title>
<description><![CDATA[
<ul>
<li>修复了自动更新的 bug</li>
<li>使用说明文档有部分更新</li>
</ul>
]]> </description>
<pubDate>周四, 17 6月 2022 19:48:44 +0800</pubDate>
<enclosure url="https://raw.githubusercontent.com/tw93/MiaoYan/master/Release/MiaoYan_V0.2.1.zip" sparkle:shortVersionString="0.2.1" sparkle:version="0.2.1" sparkle:edSignature="OuiAICNA6/pJ2SPYn5jTPC3AYkLtSecWlqyTWvOz0W6B/BwL61+R/9TqPahEx5jodOlXAszxeJWkHymvEUG3Bw==" length="19905691" type="application/octet-stream" />
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
</item>
<item>
<title>0.2.0</title>
<description><![CDATA[
Expand All @@ -24,10 +12,11 @@
<li>修复标题更新有时候不保存的 bug</li>
<li>回车标题自动 focus 到内容区域</li>
<li>支持本地图片的展示和引入</li>
<li>支持自动更新 App</li>
</ul>
]]> </description>
<pubDate>周四, 17 6月 2022 15:48:44 +0800</pubDate>
<enclosure url="https://miao-yan.vercel.app/Release/MiaoYan_V0.2.0.zip" sparkle:shortVersionString="0.2.0" sparkle:version="0.2.0.0" sparkle:edSignature="tRQgrRVKcSlL8EMBWYMq9SvnFRkYVj/z6QfbwEh4r4GyBI2q20gH+B+0s3BP1si3B9zJ90ruITiMm5uJ2KdkCw==" length="19397363" type="application/octet-stream" />
<enclosure url="https://miao-yan.vercel.app/Release/MiaoYan_V0.2.0.zip" sparkle:shortVersionString="0.2.0" sparkle:version="0.2.0" sparkle:edSignature="GIrlW4C5d6qNQVXUBqmWZMjuw6sEOFq8Iwqvm8gDs0HmcbSj9Y3CDfBtgNG/Eg9wYM3feFBQ6lXgb4Lp+V3MAA==" length="19905691" type="application/octet-stream" />
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
</item>
</channel>
Expand Down

1 comment on commit a02e053

@vercel
Copy link

@vercel vercel bot commented on a02e053 Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

miao-yan – ./

miao-yan.vercel.app
miao-yan-tw93.vercel.app
miao-yan-git-master-tw93.vercel.app

Please sign in to comment.