gonative-cli 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +7 -7
- data/lib/gonative/version.rb +1 -1
- data/templates/build/ios/Info.plist +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9448c80c2d7e7d3b728e8ef8c78e192466c5e8e90426db993e71cc1c9a77392
|
4
|
+
data.tar.gz: 3d8f81f771da0fbc1a71fdbb00ba8bbbb9d46d7c117fc27aa148019eb4871dee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ddde02e555ca85340c00e2387faac84f367e97f08cff929b20b1fcf8d54cae601fbe0ed6f56ea03e0423b71bf372c8382a173b62a30cccbb188677caef37227
|
7
|
+
data.tar.gz: 108b46e0213133bb6e154ee14be0a04d7c24e0212987966d7d262fc1941d151efaae264c6f692a035a137832119d749bfdf925bd37577c93cfad2af478e9e84b
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gonative-cli (1.3.
|
4
|
+
gonative-cli (1.3.1)
|
5
5
|
activesupport (~> 6.0)
|
6
6
|
cocoapods (~> 1.10)
|
7
7
|
colorize (~> 0.8.0)
|
@@ -29,10 +29,10 @@ GEM
|
|
29
29
|
atomos (0.1.3)
|
30
30
|
byebug (11.1.3)
|
31
31
|
claide (1.1.0)
|
32
|
-
cocoapods (1.
|
32
|
+
cocoapods (1.13.0)
|
33
33
|
addressable (~> 2.8)
|
34
34
|
claide (>= 1.0.2, < 2.0)
|
35
|
-
cocoapods-core (= 1.
|
35
|
+
cocoapods-core (= 1.13.0)
|
36
36
|
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
37
37
|
cocoapods-downloader (>= 1.6.0, < 2.0)
|
38
38
|
cocoapods-plugins (>= 1.0.0, < 2.0)
|
@@ -46,8 +46,8 @@ GEM
|
|
46
46
|
molinillo (~> 0.8.0)
|
47
47
|
nap (~> 1.0)
|
48
48
|
ruby-macho (>= 2.3.0, < 3.0)
|
49
|
-
xcodeproj (>= 1.
|
50
|
-
cocoapods-core (1.
|
49
|
+
xcodeproj (>= 1.23.0, < 2.0)
|
50
|
+
cocoapods-core (1.13.0)
|
51
51
|
activesupport (>= 5.0, < 8)
|
52
52
|
addressable (~> 2.8)
|
53
53
|
algoliasearch (~> 1.0)
|
@@ -137,14 +137,14 @@ GEM
|
|
137
137
|
tzinfo (2.0.5)
|
138
138
|
concurrent-ruby (~> 1.0)
|
139
139
|
unicode-display_width (2.0.0)
|
140
|
-
xcodeproj (1.
|
140
|
+
xcodeproj (1.23.0)
|
141
141
|
CFPropertyList (>= 2.3.3, < 4.0)
|
142
142
|
atomos (~> 0.1.3)
|
143
143
|
claide (>= 1.0.2, < 2.0)
|
144
144
|
colored2 (~> 3.1)
|
145
145
|
nanaimo (~> 0.3.0)
|
146
146
|
rexml (~> 3.2.4)
|
147
|
-
zeitwerk (2.6.
|
147
|
+
zeitwerk (2.6.11)
|
148
148
|
|
149
149
|
PLATFORMS
|
150
150
|
arm64-darwin-21
|
data/lib/gonative/version.rb
CHANGED
@@ -16,6 +16,8 @@
|
|
16
16
|
<string>FMWK</string>
|
17
17
|
<key>CFBundleShortVersionString</key>
|
18
18
|
<string>${MARKETING_VERSION}</string>
|
19
|
+
<key>GNLibraryVersion</key>
|
20
|
+
<string>${MARKETING_VERSION}</string>
|
19
21
|
<key>CFBundleSignature</key>
|
20
22
|
<string>????</string>
|
21
23
|
<key>CFBundleVersion</key>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gonative-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hunaid Hassan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-cli
|