Skip to content

Commit

Permalink
chore: auto release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 20, 2024
1 parent c50ad70 commit 8947de0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<title>liltr</title>
<language>en</language>

<item>
<title>Version 0.0.10</title>
<sparkle:version>0.0.10</sparkle:version>
<pubDate>Sat, 20 Jul 2024 09:13:35 +0000</pubDate>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/rhinoc/liltr/releases/download/v0.0.10/liltr.0.0.10.dmg"
sparkle:edSignature="gTxF9q7z9XVUxivfZJREk5PMztzx0Fr55ZJp0DKIM/J1FsESYNQDQPAVZs7Qmj4/VO+USVYjHc9kCZocUUZUCA==" length="5673215"
type="application/octet-stream"/>
</item>


<item>
<title>Version 0.0.9</title>
<sparkle:version>0.0.9</sparkle:version>
Expand Down
8 changes: 4 additions & 4 deletions liltr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.0.9;
CURRENT_PROJECT_VERSION = 0.0.10;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = H6N2N99XF5;
Expand All @@ -607,7 +607,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 0.0.9;
MARKETING_VERSION = 0.0.10;
PRODUCT_BUNDLE_IDENTIFIER = com.rhinoc.liltr;
PRODUCT_NAME = liltr;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -625,7 +625,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.0.9;
CURRENT_PROJECT_VERSION = 0.0.10;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = H6N2N99XF5;
Expand All @@ -640,7 +640,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 0.0.9;
MARKETING_VERSION = 0.0.10;
PRODUCT_BUNDLE_IDENTIFIER = com.rhinoc.liltr;
PRODUCT_NAME = liltr;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
4 changes: 2 additions & 2 deletions liltr/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>BigHugeThesaurusSK</key>
<string></string>
<key>CFBundleShortVersionString</key>
<string>0.0.9</string>
<string>0.0.10</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -28,7 +28,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.0.9</string>
<string>0.0.10</string>
<key>LSUIElement</key>
<true/>
<key>NiuTransSK</key>
Expand Down

0 comments on commit 8947de0

Please sign in to comment.