Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 535be48

Browse files
committed
1.4.1
1 parent d614fda commit 535be48

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [1.4.1] - 2019-09-10
7+
### Added
8+
- Update through Sparkle (#6)
9+
610
## [1.4.0] - 2019-09-08
711
### Added
812
- Dynamic wallpaper based on current appearance (#72)

Dynamic Dark Mode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
SDKROOT = macosx;
834834
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
835835
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
836-
VERSION = 1.3.9;
836+
VERSION = 1.4.1;
837837
};
838838
name = Debug;
839839
};
@@ -888,7 +888,7 @@
888888
SDKROOT = macosx;
889889
SWIFT_COMPILATION_MODE = wholemodule;
890890
SWIFT_OPTIMIZATION_LEVEL = "-O";
891-
VERSION = 1.3.9;
891+
VERSION = 1.4.1;
892892
};
893893
name = Release;
894894
};

Podfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
platform :osx, '10.14'
2+
install! 'cocoapods',
3+
:generate_multiple_pod_projects => true,
4+
:incremental_installation => true
25

36
target 'Dynamic Dark Mode' do
47
use_modular_headers!
@@ -9,6 +12,13 @@ target 'Dynamic Dark Mode' do
912
pod 'MASShortcut'
1013
pod 'LetsMove'
1114
pod 'Sparkle'
15+
16+
# https://github.com/sparkle-project/Sparkle/issues/1389#issuecomment-487934667
17+
post_install do |installer|
18+
# Sign the Sparkle helper binaries to pass App Notarization.
19+
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/fileop")
20+
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/Autoupdate")
21+
end
1222
end
1323

1424
target 'DynamicLauncher' do

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ SPEC CHECKSUMS:
3535
Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
3636
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
3737

38-
PODFILE CHECKSUM: 756f3ce2d786eb5cb22f0021ada51f7767f6b8ba
38+
PODFILE CHECKSUM: 5451a72e06874d2ef60cd37885f5d3e5a4d90b40
3939

4040
COCOAPODS: 1.7.5

0 commit comments

Comments
 (0)