Skip to content

Commit c0532a6

Browse files
committed
chore: release 0.9.1
1 parent e1a4f4b commit c0532a6

File tree

2 files changed

+40
-20
lines changed

2 files changed

+40
-20
lines changed

MiniSim.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
909909
CODE_SIGN_STYLE = Automatic;
910910
COMBINE_HIDPI_IMAGES = YES;
911-
CURRENT_PROJECT_VERSION = 18;
911+
CURRENT_PROJECT_VERSION = 19;
912912
DEAD_CODE_STRIPPING = YES;
913913
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
914914
DEVELOPMENT_TEAM = "";
@@ -926,7 +926,7 @@
926926
"@loader_path/../Frameworks",
927927
);
928928
MACOSX_DEPLOYMENT_TARGET = 12.0;
929-
MARKETING_VERSION = 0.9.0;
929+
MARKETING_VERSION = 0.9.1;
930930
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
931931
PRODUCT_NAME = "$(TARGET_NAME)";
932932
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -944,7 +944,7 @@
944944
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
945945
CODE_SIGN_STYLE = Automatic;
946946
COMBINE_HIDPI_IMAGES = YES;
947-
CURRENT_PROJECT_VERSION = 18;
947+
CURRENT_PROJECT_VERSION = 19;
948948
DEAD_CODE_STRIPPING = YES;
949949
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
950950
DEVELOPMENT_TEAM = Z3M9P6G4WY;
@@ -962,7 +962,7 @@
962962
"@loader_path/../Frameworks",
963963
);
964964
MACOSX_DEPLOYMENT_TARGET = 12.0;
965-
MARKETING_VERSION = 0.9.0;
965+
MARKETING_VERSION = 0.9.1;
966966
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
967967
PRODUCT_NAME = "$(TARGET_NAME)";
968968
PROVISIONING_PROFILE_SPECIFIER = "";

appcast.xml

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
2+
<rss version="2.0"
3+
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
4+
xmlns:dc="http://purl.org/dc/elements/1.1/">
35
<channel>
46
<title>MiniSim</title>
5-
<link>https://raw.githubusercontent.com/okwasniewski/MiniSim/main/appcast.xml</link>
6-
<description>Most recent changes with links to updates.</description>
7+
<link>
8+
https://raw.githubusercontent.com/okwasniewski/MiniSim/main/appcast.xml</link>
9+
<description>Most recent changes with links to
10+
updates.</description>
711
<language>en</language>
12+
<item>
13+
<title>0.9.1</title>
14+
<description>
15+
<![CDATA[ <ul>
16+
<li>Use JSON output for iOS simulator parsing</li>
17+
<li>Add option to hold shift when deleting simulators to skip alert</li>
18+
<li>Fix hardcoded android as device at CustomCommandAction</li>
19+
</ul> ]]>
20+
</description>
21+
<pubDate>2026-01-18</pubDate>
22+
<releaseNotesLink>
23+
https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.1</releaseNotesLink>
24+
<sparkle:minimumSystemVersion>
25+
12.0</sparkle:minimumSystemVersion>
26+
<enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.1/MiniSim.app.zip"
27+
sparkle:version="19" sparkle:shortVersionString="0.9.1"
28+
length="0" type="application/octet-stream" />
29+
</item>
830
<item>
931
<title>0.9.0</title>
1032
<description>
@@ -15,17 +37,15 @@
1537
<li>add acknowledgements</li>
1638
<li>rewrite internal implementation</li>
1739
</ul> ]]>
18-
</description>
40+
</description>
1941
<pubDate>2024-09-21</pubDate>
20-
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.0</releaseNotesLink>
21-
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
22-
<enclosure
23-
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.0/MiniSim.app.zip"
24-
sparkle:version="18"
25-
sparkle:shortVersionString="0.9.0"
26-
length="0"
27-
type="application/octet-stream"
28-
/>
29-
</item>
30-
</channel>
31-
</rss>
42+
<releaseNotesLink>
43+
https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.0</releaseNotesLink>
44+
<sparkle:minimumSystemVersion>
45+
12.0</sparkle:minimumSystemVersion>
46+
<enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.0/MiniSim.app.zip"
47+
sparkle:version="18" sparkle:shortVersionString="0.9.0"
48+
length="0" type="application/octet-stream" />
49+
</item>
50+
</channel>
51+
</rss>

0 commit comments

Comments
 (0)