motion-settings-bundle 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +1 -1
- data/README.md +3 -3
- data/lib/motion-settings-bundle/version.rb +1 -1
- data/screenshot1.png +0 -0
- data/screenshot2.png +0 -0
- data/screenshot3.png +0 -0
- metadata +4 -2
- data/screenshot.png +0 -0
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -52,7 +52,9 @@ Now just run `rake` as normal!
|
|
52
52
|
|
53
53
|
This should now add a `Settings.bundle` folder into your `resources` directory. Make sure to commit it! If you ever change the data in the `Settings.setup` block, it will be re-built on the next `rake` run. You'll end up with something like this:
|
54
54
|
|
55
|
-
![
|
55
|
+
![screenshot1 of motion-settings-bundle](https://raw.github.com/qrush/motion-settings-bundle/master/screenshot1.png)
|
56
|
+
![screenshot2 of motion-settings-bundle](https://raw.github.com/qrush/motion-settings-bundle/master/screenshot2.png)
|
57
|
+
![screenshot3 of motion-settings-bundle](https://raw.github.com/qrush/motion-settings-bundle/master/screenshot3.png)
|
56
58
|
|
57
59
|
If you're wondering how to access this in code, it's pretty easy:
|
58
60
|
|
@@ -67,8 +69,6 @@ And so on. Just remember, the defaults aren't populated until your user actually
|
|
67
69
|
|
68
70
|
This project really solely exists to avoid creating/editing the Settings.bundle in XCode. The specs for it so far have been based off [mordaroso/rubymotion-settings-bundle](https://github/mordaroso/rubymotion-settings-bundle). Please feel free to contribute more ways to generate settings!
|
69
71
|
|
70
|
-
* Make `options` entry work
|
71
|
-
* Add a big chunk of text, like licensing info
|
72
72
|
* Add a custom label, "Settings for Blah"
|
73
73
|
* Don't re-create files every time
|
74
74
|
* Slider default level doesn't seem to work yet
|
data/screenshot1.png
ADDED
Binary file
|
data/screenshot2.png
ADDED
Binary file
|
data/screenshot3.png
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-settings-bundle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -61,7 +61,9 @@ files:
|
|
61
61
|
- lib/motion-settings-bundle/generator.rb
|
62
62
|
- lib/motion-settings-bundle/version.rb
|
63
63
|
- motion-settings-bundle.gemspec
|
64
|
-
-
|
64
|
+
- screenshot1.png
|
65
|
+
- screenshot2.png
|
66
|
+
- screenshot3.png
|
65
67
|
homepage: https://github.com/qrush/motion-settings-bundle
|
66
68
|
licenses: []
|
67
69
|
post_install_message:
|
data/screenshot.png
DELETED
Binary file
|