Skip to content

Commit

Permalink
chore: release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 13, 2023
1 parent d925c57 commit a780d48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
8 changes: 4 additions & 4 deletions MiniSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 13;
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.7.0;
MARKETING_VERSION = 0.8.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -703,7 +703,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 13;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -721,7 +721,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.7.0;
MARKETING_VERSION = 0.8.0;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
20 changes: 11 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.7.0</title>
<title>0.8.0</title>
<description>
<![CDATA[ <ul>
<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>
<li><b>New: Allow for iOS / Android only usage</b></li>
<li>Refactor: device service methods</li>
<li>Feat: use MacOS Sonoma separators</li>
<li>Refactor: use Table component in Devices tab</li>
<li>Refactor: new menu building flow</li>
</ul> ]]>
</description>
<pubDate>2023-08-26</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.7.0</releaseNotesLink>
<pubDate>2023-11-13</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.8.0</releaseNotesLink>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.7.0/MiniSim.app.zip"
sparkle:version="12"
sparkle:shortVersionString="0.7.0"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.8.0/MiniSim.app.zip"
sparkle:version="13"
sparkle:shortVersionString="0.8.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit a780d48

Please sign in to comment.