Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Aug 26, 2023
1 parent bf8ef43 commit 556fcf1
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -631,7 +631,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -649,7 +649,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.6.2;
MARKETING_VERSION = 0.7.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -667,7 +667,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -685,7 +685,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.6.2;
MARKETING_VERSION = 0.7.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
16 changes: 9 additions & 7 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.6.2</title>
<title>0.7.0</title>
<description>
<![CDATA[ <ul>
<li>New: add support for Apple Vision Pro 🥽</li>
<li><b>New: add AppleScript support</b></li>
<li>Feat: allow custom commands to boot devices</li>
<li>Fix: update quality of service when running background tasks</li>
</ul> ]]>
</description>
<pubDate>2023-06-23</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.6.2</releaseNotesLink>
<pubDate>2023-08-26</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.7.0</releaseNotesLink>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.6.2/MiniSim.app.zip"
sparkle:version="11"
sparkle:shortVersionString="0.6.2"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.7.0/MiniSim.app.zip"
sparkle:version="12"
sparkle:shortVersionString="0.7.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 556fcf1

Please sign in to comment.