motion-acknowledgements 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/acknowledgements/resources.rb +1 -1
- data/lib/acknowledgements/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ceb69e15d5e4f4258a736134c06cef2c43ec1c5d
|
4
|
+
data.tar.gz: 4d0e64ca1323d9b875c87bd333ec4effddac3c90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ee5b9ec7d8df4db2a07de55650c6dae8e710a31555b8459d02b33248e1d8fc2b43809a4654eb471e111c3f04b161695e8c9da7a2a051f85abd19b34d4abaaae
|
7
|
+
data.tar.gz: ddef4b14da903df67d542c99a07ed6cca3cc3dc7813e3b594a911ba230c04a5936e3ce5099644cf4248488fbc8f100f9a28c1455b80ca0b0035f59ebeb46c277
|
data/README.md
CHANGED
@@ -28,7 +28,7 @@ Run `rake acknowledgements:generate` and a `resources/Settings.bundle/Root.plist
|
|
28
28
|
|
29
29
|
## Automation
|
30
30
|
|
31
|
-
`motion-acknowledgements` extends your app's build process to copy over the `vendor/Pods/Pods-acknowledgements.plist` file to your compiled binary (into the `Settings.bundle` file) at the end of the build process. This acknowledgements file is [automatically generated](https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements) by the `rake pod:install` command.
|
31
|
+
`motion-acknowledgements` extends your app's build process to copy over the `vendor/Pods/Target Support Files/Pods-RubyMotion/Pods-RubyMotion-acknowledgements.plist` file to your compiled binary (into the `Settings.bundle` file) at the end of the build process. This acknowledgements file is [automatically generated](https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements) by the `rake pod:install` command.
|
32
32
|
|
33
33
|
## Screenshots
|
34
34
|
|
@@ -20,7 +20,7 @@ class Motion::Project::App
|
|
20
20
|
|
21
21
|
destination = File.join(config.app_bundle(platform), 'Settings.bundle/Acknowledgements.plist')
|
22
22
|
pods_path = 'vendor/Pods/Pods-acknowledgements.plist'
|
23
|
-
pods_alt_path = 'vendor/Pods/Target Support Files/Pods/Pods-acknowledgements.plist'
|
23
|
+
pods_alt_path = 'vendor/Pods/Target Support Files/Pods-RubyMotion/Pods-RubyMotion-acknowledgements.plist'
|
24
24
|
|
25
25
|
if File.exist? pods_path
|
26
26
|
info 'Copy', destination
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-acknowledgements
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Rickert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
63
|
rubyforge_project:
|
64
|
-
rubygems_version: 2.
|
64
|
+
rubygems_version: 2.6.11
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: This RubyMotion specific gem makes it easy to include the CocoaPods acknowledgements
|