Skip to content

Commit

Permalink
Upgrade Sparkle to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Oct 24, 2021
1 parent b3ee03b commit c09bf80
Show file tree
Hide file tree
Showing 38 changed files with 172 additions and 184 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ Release: dd.mm.yyyy

- Forward `console.log(...)` to `Phoenix.log(...)` for convenience.
- Log stack trace when passing an error to `Phoenix.log(...)` ([#181](https://github.com/kasper/phoenix/issues/181)).
- Upgrade Sparkle to 1.27.0.
- Xcode 13 is now required for building.

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion Phoenix.xcodeproj/project.pbxproj
Expand Up @@ -395,8 +395,8 @@
isa = PBXNativeTarget;
buildConfigurationList = A79C46741B5BF31200C460CF /* Build configuration list for PBXNativeTarget "Phoenix" */;
buildPhases = (
A7A6F57F1D1AD4CD000A0E5E /* Build Library */,
A32B0CB41F9B8F1C428EE663 /* [CP] Check Pods Manifest.lock */,
A7A6F57F1D1AD4CD000A0E5E /* Build Library */,
A79C46531B5BF31100C460CF /* Sources */,
A79C46541B5BF31100C460CF /* Frameworks */,
A79C46551B5BF31100C460CF /* Resources */,
Expand Down
2 changes: 1 addition & 1 deletion Podfile
@@ -1,5 +1,5 @@
platform :osx, '10.10'

target 'Phoenix' do
pod 'Sparkle', '1.26.0'
pod 'Sparkle', '1.27.0'
end
10 changes: 5 additions & 5 deletions Podfile.lock
@@ -1,16 +1,16 @@
PODS:
- Sparkle (1.26.0)
- Sparkle (1.27.0)

DEPENDENCIES:
- Sparkle (= 1.26.0)
- Sparkle (= 1.27.0)

SPEC REPOS:
trunk:
- Sparkle

SPEC CHECKSUMS:
Sparkle: d56d028f4b0c123577825f5d1004f6140d77f90e
Sparkle: e1245ce5ba951c60183444a13a2c7d227778205d

PODFILE CHECKSUM: 7d5614b478c30c03121c3fee7121665e85fb4f33
PODFILE CHECKSUM: 4122dec8baa82b77ef7ceb1c9b27ddd77e7da69e

COCOAPODS: 1.10.2
COCOAPODS: 1.11.2
10 changes: 5 additions & 5 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 70 additions & 66 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Pods/Sparkle/Sparkle.framework.dSYM/Contents/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file modified Pods/Sparkle/Sparkle.framework/Versions/A/Sparkle
Binary file not shown.

0 comments on commit c09bf80

Please sign in to comment.