Skip to content

Commit

Permalink
Merge pull request #178 from newmarcel/sparkle2
Browse files Browse the repository at this point in the history
Integrated Sparkle 2 as Swift Package
  • Loading branch information
newmarcel committed Feb 6, 2022
2 parents 39c87fe + 60126c0 commit aba68eb
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 108 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -2,6 +2,3 @@
xcuserdata
build
dist

# Carthage
Carthage/
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

- updated the Danish translation ([#171](https://github.com/newmarcel/KeepingYouAwake/pull/171))
- *Thank you [JacobSchriver](https://github.com/JacobSchriver)!*
- updated the [Sparkle](https://github.com/sparkle-project/Sparkle) update framework to version 2.0

### v1.6.1 ###

Expand Down
4 changes: 2 additions & 2 deletions Configuration.xcconfig
Expand Up @@ -9,7 +9,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.12
PRODUCT_BUNDLE_IDENTIFIER = info.marcel-dierkes.KeepingYouAwake

MARKETING_VERSION = 1.6.2
CURRENT_PROJECT_VERSION = 1060202
MARKETING_VERSION = 1.6.2beta1
CURRENT_PROJECT_VERSION = 1060203

KYA_COPYRIGHT_TEXT = Copyright © 2014 – 2022 Marcel Dierkes. All rights reserved.
136 changes: 70 additions & 66 deletions KeepingYouAwake.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions KeepingYouAwake.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Sparkle",
"repositoryURL": "https://github.com/sparkle-project/Sparkle",
"state": {
"branch": null,
"revision": "85d3fa2e0e2b7871866eb1a92231847cff4162fd",
"version": "2.0.0"
}
}
]
},
"version": 1
}
4 changes: 4 additions & 0 deletions KeepingYouAwake/Info.plist
Expand Up @@ -51,5 +51,9 @@
<false/>
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUEnableInstallerLauncherService</key>
<true/>
<key>SUEnableDownloaderService</key>
<true/>
</dict>
</plist>
5 changes: 5 additions & 0 deletions KeepingYouAwake/KeepingYouAwake.entitlements
Expand Up @@ -2,6 +2,11 @@
<!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.temporary-exception.mach-lookup.global-name</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spki</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions Vendor/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions Vendor/Makefile

This file was deleted.

0 comments on commit aba68eb

Please sign in to comment.