Skip to content

Commit

Permalink
chore: release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jun 23, 2023
1 parent d85483c commit 8ef9c9e
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -599,7 +599,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -617,7 +617,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -635,7 +635,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -653,7 +653,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
15 changes: 7 additions & 8 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.6.1</title>
<title>0.6.2</title>
<description>
<![CDATA[ <ul>
<li>New: Show success state by changing menu icon when executing a command ✨</li>
<li>Fix: Handle multiple iOS simulator versions</li>
<li>New: add support for Apple Vision Pro 🥽</li>
</ul> ]]>
</description>
<pubDate>2023-06-03</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.6.1</releaseNotesLink>
<pubDate>2023-06-23</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.6.2</releaseNotesLink>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.6.1/MiniSim.app.zip"
sparkle:version="10"
sparkle:shortVersionString="0.6.1"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.6.2/MiniSim.app.zip"
sparkle:version="11"
sparkle:shortVersionString="0.6.2"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 8ef9c9e

Please sign in to comment.