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

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Sep 10, 2019
1 parent d614fda commit 535be48
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

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

## [1.4.1] - 2019-09-10
### Added
- Update through Sparkle (#6)

## [1.4.0] - 2019-09-08
### Added
- Dynamic wallpaper based on current appearance (#72)
Expand Down
4 changes: 2 additions & 2 deletions Dynamic Dark Mode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSION = 1.3.9;
VERSION = 1.4.1;
};
name = Debug;
};
Expand Down Expand Up @@ -888,7 +888,7 @@
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VERSION = 1.3.9;
VERSION = 1.4.1;
};
name = Release;
};
Expand Down
10 changes: 10 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
platform :osx, '10.14'
install! 'cocoapods',
:generate_multiple_pod_projects => true,
:incremental_installation => true

target 'Dynamic Dark Mode' do
use_modular_headers!
Expand All @@ -9,6 +12,13 @@ target 'Dynamic Dark Mode' do
pod 'MASShortcut'
pod 'LetsMove'
pod 'Sparkle'

# https://github.com/sparkle-project/Sparkle/issues/1389#issuecomment-487934667
post_install do |installer|
# Sign the Sparkle helper binaries to pass App Notarization.
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/fileop")
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/Autoupdate")
end
end

target 'DynamicLauncher' do
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ SPEC CHECKSUMS:
Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708

PODFILE CHECKSUM: 756f3ce2d786eb5cb22f0021ada51f7767f6b8ba
PODFILE CHECKSUM: 5451a72e06874d2ef60cd37885f5d3e5a4d90b40

COCOAPODS: 1.7.5

0 comments on commit 535be48

Please sign in to comment.