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.
33
44The 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 )
Original file line number Diff line number Diff line change 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 };
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 };
Original file line number Diff line number Diff line change 11platform :osx , '10.14'
2+ install! 'cocoapods' ,
3+ :generate_multiple_pod_projects => true ,
4+ :incremental_installation => true
25
36target '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
1222end
1323
1424target 'DynamicLauncher' do
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ SPEC CHECKSUMS:
3535 Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
3636 Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
3737
38- PODFILE CHECKSUM: 756f3ce2d786eb5cb22f0021ada51f7767f6b8ba
38+ PODFILE CHECKSUM: 5451a72e06874d2ef60cd37885f5d3e5a4d90b40
3939
4040COCOAPODS: 1.7.5
You can’t perform that action at this time.
0 commit comments