ipa_utilities 0.0.2 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +15 -1
- data/ipa_utilities-0.0.2.gem +0 -0
- data/ipa_utilities.gemspec +1 -1
- data/lib/ipa_utilities/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e13259f8182417c57a41a855b35bee4057c4f3c
|
4
|
+
data.tar.gz: c1f39537267fef3e907a225600b3cc8be3ef20e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77a59e4dd5264869c433135378d000bd680b6af3bdee03fdd77ab7ea8d5fbbfab134ae41b7e5a2bfab3e98d7e8301206d94f701a96211066cb5f6af5a9686044
|
7
|
+
data.tar.gz: b8e511c4c71fb3888075dfa13d54d34d8e45072d21a7af788fa44c42a571c47aeea7d37f6bf92c26381af7c1ae9f29628a6263e4da959195b5c09fc6680f3d87
|
data/README.md
CHANGED
@@ -92,4 +92,18 @@ Omar Abdelhafith
|
|
92
92
|
|
93
93
|
## License
|
94
94
|
|
95
|
-
ipa_utilities is available under the MIT license.
|
95
|
+
ipa_utilities is available under the MIT license.
|
96
|
+
|
97
|
+
## Future
|
98
|
+
Since xcode keeps changing how it signs and package the ipa files i will keep that up-todate for this library.
|
99
|
+
|
100
|
+
Other future improvements:
|
101
|
+
|
102
|
+
- Adding RSpec tests
|
103
|
+
- Better document the libraries
|
104
|
+
- Refactor the ipa_utilities binary
|
105
|
+
|
106
|
+
## Contribute
|
107
|
+
Please!
|
108
|
+
|
109
|
+
Feel free to fork me on [github](https://github.com/oarrabi/ipa_utilities)
|
Binary file
|
data/ipa_utilities.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ipa_utilities
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Omar Abdelhafith
|
@@ -77,6 +77,7 @@ files:
|
|
77
77
|
- "./Gemfile"
|
78
78
|
- "./Gemfile.lock"
|
79
79
|
- "./README.md"
|
80
|
+
- "./ipa_utilities-0.0.2.gem"
|
80
81
|
- "./ipa_utilities.gemspec"
|
81
82
|
- "./lib/ipa_utilities.rb"
|
82
83
|
- "./lib/ipa_utilities/IpaUtilities.rb"
|
@@ -84,7 +85,7 @@ files:
|
|
84
85
|
- "./lib/ipa_utilities/version.rb"
|
85
86
|
- "./lib/resources/Original.Entitlements.plist"
|
86
87
|
- bin/ipa_utilities
|
87
|
-
homepage: http://nsomar.com
|
88
|
+
homepage: http://nsomar.com/ipa-utilities/
|
88
89
|
licenses:
|
89
90
|
- MIT
|
90
91
|
metadata: {}
|