This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Dynamic Dark Mode.xcodeproj Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
+ ## [ 1.4.1] - 2019-09-10
7
+ ### Added
8
+ - Update through Sparkle (#6 )
9
+
6
10
## [ 1.4.0] - 2019-09-08
7
11
### Added
8
12
- Dynamic wallpaper based on current appearance (#72 )
Original file line number Diff line number Diff line change 833
833
SDKROOT = macosx;
834
834
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
835
835
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
836
- VERSION = 1.3.9 ;
836
+ VERSION = 1.4.1 ;
837
837
};
838
838
name = Debug;
839
839
};
888
888
SDKROOT = macosx;
889
889
SWIFT_COMPILATION_MODE = wholemodule;
890
890
SWIFT_OPTIMIZATION_LEVEL = "-O";
891
- VERSION = 1.3.9 ;
891
+ VERSION = 1.4.1 ;
892
892
};
893
893
name = Release;
894
894
};
Original file line number Diff line number Diff line change 1
1
platform :osx , '10.14'
2
+ install! 'cocoapods' ,
3
+ :generate_multiple_pod_projects => true ,
4
+ :incremental_installation => true
2
5
3
6
target 'Dynamic Dark Mode' do
4
7
use_modular_headers!
@@ -9,6 +12,13 @@ target 'Dynamic Dark Mode' do
9
12
pod 'MASShortcut'
10
13
pod 'LetsMove'
11
14
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
12
22
end
13
23
14
24
target 'DynamicLauncher' do
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ SPEC CHECKSUMS:
35
35
Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
36
36
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
37
37
38
- PODFILE CHECKSUM: 756f3ce2d786eb5cb22f0021ada51f7767f6b8ba
38
+ PODFILE CHECKSUM: 5451a72e06874d2ef60cd37885f5d3e5a4d90b40
39
39
40
40
COCOAPODS: 1.7.5
You can’t perform that action at this time.
0 commit comments