Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Mar 30, 2023
1 parent a0a2065 commit 162c7bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions MiniSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -545,7 +545,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.4.3;
MARKETING_VERSION = 0.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -563,7 +563,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -581,7 +581,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.4.3;
MARKETING_VERSION = 0.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
17 changes: 10 additions & 7 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.4.3</title>
<title>0.5.0</title>
<description>
<![CDATA[ <ul>
<li>Feat: allow to delete iOS Simulators.</li>
<li>feat: add onboarding experience.</li>
<li>feat: add option to clear Xcode derived data.</li>
<li>feat: allow for custom installations of Android Studio (ANDROID_HOME path).</li>
<li>fix: fixed bugs with custom .zshrc / .bashrc configs causing issues.</li>
</ul> ]]>
</description>
<pubDate>2023-03-17</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.4.3</releaseNotesLink>
<pubDate>2023-03-30</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.5.0</releaseNotesLink>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.4.3/MiniSim.app.zip"
sparkle:version="7"
sparkle:shortVersionString="0.4.3"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.5.0/MiniSim.app.zip"
sparkle:version="8"
sparkle:shortVersionString="0.5.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 162c7bd

Please sign in to comment.