Skip to content

Commit 35d2072

Browse files
committed
Build of the 2.x branch
1 parent 4655b7a commit 35d2072

7 files changed

+6
-4
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2015 Brett Walker <[email protected]>
34
Copyright (c) 2013 Alexandre L. Solleiro <[email protected]>
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Easily package and release updates of your RubyMotion app with Sparkle.
66

77
## Sandboxing
88

9-
This version uses the [ui-separation-and-xpc branch](https://github.com/sparkle-project/Sparkle/tree/ui-separation-and-xpc) to support an app that uses sandboxing. Sparkle is in transition, and the sandbox version is slated for 2.0.
9+
This version uses the [2.x branch](https://github.com/sparkle-project/Sparkle/tree/2.x) to support an app that uses sandboxing. Sparkle 2.x is still in beta.
1010

11-
_Sparkle built from https://github.com/sparkle-project/Sparkle/commit/14871e5ee9753bba3c4b0d8a87e674306d264dc5 on Sep 22nd, 2019_
11+
_Sparkle built from https://github.com/sparkle-project/Sparkle/commit/438f4a21d5b52596b899d9931525c02a691b2287 on Aug 28th, 2020_
1212

1313
[Reference thread](https://github.com/sparkle-project/Sparkle/issues/363)
1414

lib/motion-sparkle-sandbox.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unless defined?(Motion::Project::Config)
22
raise "This file must be required within a RubyMotion project Rakefile."
33
end
4+
45
require 'motion/project/sparkle'
56
require 'motion/project/install'
67
require 'motion/project/setup'

motion-sparkle-sandbox.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $:.unshift File.expand_path('../lib', __FILE__)
88

99
Gem::Specification.new do |spec|
1010
spec.name = 'motion-sparkle-sandbox'
11-
spec.version = '0.8.0'
11+
spec.version = '2.0.0'
1212
spec.date = Date.today
1313
spec.summary = 'Sparkle (sandboxed) integration for Rubymotion projects'
1414
spec.description = "motion-sparkle-sandbox makes it easy to use the sandboxed version of Sparkle in your RubyMotion OS X apps"

vendor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In order to get xpc services to be signed and work properly, they need to be cop
2626

2727
The `codesign_embedded_executable` can properly sign these files once they have been copied into place.
2828

29-
1. Fetch the `ui-separation-and-xpc` branch
29+
1. Fetch the `2.x` branch
3030
2. Copy the `bin/codesign_embedded_executable` into the `vendor` folder
3131
3. Run `make release` and change to the output folder
3232
4. Copy the `Sparkle.framework` into the `Sparkle` folder

vendor/Sparkle.zip

-861 KB
Binary file not shown.

vendor/generate_appcast

155 KB
Binary file not shown.

0 commit comments

Comments
 (0)