Skip to content

Commit

Permalink
chore: release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jul 20, 2024
1 parent 9019258 commit ceb85f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions MiniSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand All @@ -802,7 +802,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.8.3;
MARKETING_VERSION = 0.8.4;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -820,7 +820,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -838,7 +838,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.8.3;
MARKETING_VERSION = 0.8.4;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
16 changes: 8 additions & 8 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.8.3</title>
<title>0.8.4</title>
<description>
<![CDATA[ <ul>
<li>fix: memory leak when running with custom parameters</li>
<li>chore: bump packages</li>
<li>fix: Raycast integration</li>
<li>fix: Parse out emulator crash error bug from device list</li>
</ul> ]]>
</description>
<pubDate>2024-07-16</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.8.3</releaseNotesLink>
<pubDate>2024-07-20</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.8.4</releaseNotesLink>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.8.3/MiniSim.app.zip"
sparkle:version="16"
sparkle:shortVersionString="0.8.3"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.8.4/MiniSim.app.zip"
sparkle:version="17"
sparkle:shortVersionString="0.8.4"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit ceb85f7

Please sign in to comment.