Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated Sparkle 2 as Swift Package #178

Merged
merged 3 commits into from
Feb 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
xcuserdata
build
dist

# Carthage
Carthage/
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.