Skip to content

Commit

Permalink
Build 6
Browse files Browse the repository at this point in the history
  • Loading branch information
WeeJeWel committed Jan 18, 2021
1 parent 5ded061 commit 62783d0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Source/Homey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"Homey/Preview Content\"";
DEVELOPMENT_TEAM = UMR24L9Q8W;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -328,7 +328,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.5;
PRODUCT_BUNDLE_IDENTIFIER = app.homey.macos;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -344,7 +344,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"Homey/Preview Content\"";
DEVELOPMENT_TEAM = UMR24L9Q8W;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -361,7 +361,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.5;
PRODUCT_BUNDLE_IDENTIFIER = app.homey.macos;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Binary file not shown.
5 changes: 1 addition & 4 deletions Source/Homey/Homey.entitlements
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?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>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
<dict/>
</plist>
14 changes: 7 additions & 7 deletions docs/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Homey</title>
<item>
<title>1.5</title>
<pubDate>Mon, 18 Jan 2021 20:03:37 +0100</pubDate>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://homey-mac-app.athom.com/releases/Homey-6.dmg" sparkle:version="6" sparkle:shortVersionString="1.5" length="6170732" type="application/octet-stream"/>
</item>
<item>
<title>1.4</title>
<pubDate>Mon, 18 Jan 2021 19:39:32 +0100</pubDate>
<pubDate>Mon, 18 Jan 2021 19:56:54 +0100</pubDate>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://homey-mac-app.athom.com/releases/Homey-5.dmg" sparkle:version="5" sparkle:shortVersionString="1.4" length="6170867" type="application/octet-stream"/>
</item>
Expand All @@ -26,11 +32,5 @@
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://homey-mac-app.athom.com/releases/Homey-2.zip" sparkle:version="2" sparkle:shortVersionString="1.1" length="2875075" type="application/octet-stream"/>
</item>
<item>
<title>1.0</title>
<pubDate>Fri, 15 Jan 2021 20:46:59 +0100</pubDate>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://homey-mac-app.athom.com/releases/Homey-1.zip" sparkle:version="1" sparkle:shortVersionString="1.0" length="2796726" type="application/octet-stream"/>
</item>
</channel>
</rss>
Binary file added docs/releases/Homey-6.dmg
Binary file not shown.

0 comments on commit 62783d0

Please sign in to comment.