Skip to content

Commit c5f5e70

Browse files
committed
Upgrade sparkle and migrate endpoint
1 parent 6cc8ada commit c5f5e70

File tree

105 files changed

+115
-2392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+115
-2392
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build
22
design
3+
Pods/

Podfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Uncomment this line to define a global platform for your project
2+
# platform :ios, '8.0'
3+
# Uncomment this line if you're using Swift
4+
# use_frameworks!
5+
6+
target 'TmpDisk' do
7+
pod 'Sparkle', '~> 1.13'
8+
end
9+
10+
target 'TmpDiskTests' do
11+
12+
end
13+

Podfile.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PODS:
2+
- Sparkle (1.13.1)
3+
4+
DEPENDENCIES:
5+
- Sparkle (~> 1.13)
6+
7+
SPEC CHECKSUMS:
8+
Sparkle: 2fbd47b869621d1e679c7554e3e19dda02104818
9+
10+
COCOAPODS: 0.39.0

Sparkle.framework/Headers

Lines changed: 0 additions & 1 deletion
This file was deleted.

Sparkle.framework/Resources

Lines changed: 0 additions & 1 deletion
This file was deleted.

Sparkle.framework/Sparkle

Lines changed: 0 additions & 1 deletion
This file was deleted.

Sparkle.framework/Versions/A/Headers/SUAppcast.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

Sparkle.framework/Versions/A/Headers/SUAppcastItem.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

Sparkle.framework/Versions/A/Headers/SUUpdater.h

Lines changed: 0 additions & 118 deletions
This file was deleted.

Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)