Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Sep 21, 2024
1 parent 3b73a25 commit 26bb86f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
8 changes: 4 additions & 4 deletions MiniSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand All @@ -906,7 +906,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.8.4;
MARKETING_VERSION = 0.9.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -924,7 +924,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -942,7 +942,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.8.4;
MARKETING_VERSION = 0.9.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
33 changes: 18 additions & 15 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,26 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.8.4</title>
<title>0.9.0</title>
<description>
<![CDATA[ <ul>
<li>fix: Raycast integration</li>
<li>fix: Parse out emulator crash error bug from device list</li>
</ul> ]]>
</description>
<pubDate>2024-07-20</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.8.4</releaseNotesLink>
<![CDATA[ <ul>
<li>NEW: Physical devices are now supported!</li>
<li>NEW: add preference option to change MiniSim icon</li>
<li>add wezterm support</li>
<li>add acknowledgements</li>
<li>rewrite internal implementation</li>
</ul> ]]>
</description>
<pubDate>2024-09-21</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.0</releaseNotesLink>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.8.4/MiniSim.app.zip"
sparkle:version="17"
sparkle:shortVersionString="0.8.4"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.0/MiniSim.app.zip"
sparkle:version="18"
sparkle:shortVersionString="0.9.0"
length="0"
type="application/octet-stream"
/>
</item>
</channel>
</rss>
/>
</item>
</channel>
</rss>

0 comments on commit 26bb86f

Please sign in to comment.