Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyerc committed May 24, 2019
1 parent fe188c1 commit 02223fa
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
13 changes: 11 additions & 2 deletions Doughnut.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,9 @@
CreatedOnToolsVersion = 9.0;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.HardenedRuntime = {
enabled = 1;
};
com.apple.Sandbox = {
enabled = 0;
};
Expand Down Expand Up @@ -1064,10 +1067,12 @@
isa = XCBuildConfiguration;
baseConfigurationReference = F42DD5B957A39D2CA878BEA8 /* Pods-Doughnut.test.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_ENTITLEMENTS = Doughnut/Doughnut.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = Y8C2QHZQ3Q;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
Expand Down Expand Up @@ -1246,10 +1251,12 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5E1DC050EEE121FD033C44DF /* Pods-Doughnut.debug.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_ENTITLEMENTS = Doughnut/Doughnut.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = Y8C2QHZQ3Q;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Doughnut/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand All @@ -1266,10 +1273,12 @@
isa = XCBuildConfiguration;
baseConfigurationReference = BA7A57F62DAF0A2C3DA2C7AF /* Pods-Doughnut.release.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Doughnut/Doughnut.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = Y8C2QHZQ3Q;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Doughnut/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand Down
5 changes: 4 additions & 1 deletion Doughnut/Doughnut.entitlements
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>
6 changes: 3 additions & 3 deletions Doughnut/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>53</string>
<string>56</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand All @@ -28,7 +28,7 @@
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Chris Dyer. All rights reserved.</string>
<string>Copyright © 2019 Chris Dyer. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
14 changes: 14 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
<link>https://raw.githubusercontent.com/CD1212/Doughnut/master/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>

<item>
<title>Version 1.1.0</title>
<description>
<ul>
<li>Initial support for dark mode.</li>
<li>Fix bug where multiple episodes could be played at the same time.</li>
<li>Toggle player by pressing space.</li>
<li>Bug fixes.</li>
</ul>
</description>
<pubDate>Fri, 24 May 2019 21:04:00 +0000</pubDate>
<enclosure url="https://github.com/CD1212/Doughnut/releases/download/v1.1.0/Doughnut-1.1.0.dmg" sparkle:version="56" sparkle:shortVersionString="1.1.0" length="7451196" type="application/octet-stream" sparkle:dsaSignature="MEQCIBGNUEsYN0ZjWWNE6IDe7gmuLdHlPOHdiqTiKa6hHCS2AiBLqVuePE2sdQjLLywZIiN7CoB7eD3xWQFRRSdVL+JKSg==" />
</item>

<item>
<title>Version 1.0.2</title>
Expand Down

0 comments on commit 02223fa

Please sign in to comment.