gonative-cli 1.3.2 → 1.3.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ef02e059ff5c0717aac8097dbf445915dee082bebb01f985df2046206445cc3
4
- data.tar.gz: 41c6b9dc087274e8dc5cf56199a7760328a9d79396c7803453fc3394283f7774
3
+ metadata.gz: 77f0aeb4229e0af2b2ea4a4923c4e8719721fd06fffcebcdf928ff555a8709f5
4
+ data.tar.gz: f99f29d065fbf8d76364bd0154bd942214a6bf7138f6e641da446b705e9873c4
5
5
  SHA512:
6
- metadata.gz: 605137fd3b2e8babfcb9cc5851e41df7f89d579bf95741e072afb23a098c2369618edef7c9e097736633f76b3e4fb9bc82180663381b47a9d76af1f7f573e5fe
7
- data.tar.gz: 43bc2301c2282ce32c93e9abb420f224196508e136394139a032b16952e55c11b8bca31d4f854c77e53499663095a300fb135e3d35ea3badb6142b3777ad5d6a
6
+ metadata.gz: bf7702e3c3588a2f65145b3ad669133ae502e2af414e96cf5f924f847c0aead6222d9a5fad043ba7e55ee2c9dde31099a15e202afe312448ffcd529b4c32eb83
7
+ data.tar.gz: cfce7cfd10dad1db9be77dfcb9e67bc17c304a6386229d57bf5c71576e5ad991ec1204aa818b15eed6191419b5d2e0e0a2604f2e4901c9db6621eff8aa52a204
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gonative-cli (1.3.2)
4
+ gonative-cli (1.3.3)
5
5
  activesupport (~> 6.0)
6
6
  cocoapods (~> 1.10)
7
7
  colorize (~> 0.8.0)
@@ -29,12 +29,12 @@ GEM
29
29
  atomos (0.1.3)
30
30
  byebug (11.1.3)
31
31
  claide (1.1.0)
32
- cocoapods (1.13.0)
32
+ cocoapods (1.14.2)
33
33
  addressable (~> 2.8)
34
34
  claide (>= 1.0.2, < 2.0)
35
- cocoapods-core (= 1.13.0)
35
+ cocoapods-core (= 1.14.2)
36
36
  cocoapods-deintegrate (>= 1.0.3, < 2.0)
37
- cocoapods-downloader (>= 1.6.0, < 2.0)
37
+ cocoapods-downloader (>= 2.0)
38
38
  cocoapods-plugins (>= 1.0.0, < 2.0)
39
39
  cocoapods-search (>= 1.0.0, < 2.0)
40
40
  cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -47,7 +47,7 @@ GEM
47
47
  nap (~> 1.0)
48
48
  ruby-macho (>= 2.3.0, < 3.0)
49
49
  xcodeproj (>= 1.23.0, < 2.0)
50
- cocoapods-core (1.13.0)
50
+ cocoapods-core (1.14.2)
51
51
  activesupport (>= 5.0, < 8)
52
52
  addressable (~> 2.8)
53
53
  algoliasearch (~> 1.0)
@@ -58,7 +58,7 @@ GEM
58
58
  public_suffix (~> 4.0)
59
59
  typhoeus (~> 1.0)
60
60
  cocoapods-deintegrate (1.0.5)
61
- cocoapods-downloader (1.6.3)
61
+ cocoapods-downloader (2.0)
62
62
  cocoapods-plugins (1.0.0)
63
63
  nap
64
64
  cocoapods-search (1.0.1)
@@ -144,7 +144,7 @@ GEM
144
144
  colored2 (~> 3.1)
145
145
  nanaimo (~> 0.3.0)
146
146
  rexml (~> 3.2.4)
147
- zeitwerk (2.6.11)
147
+ zeitwerk (2.6.12)
148
148
 
149
149
  PLATFORMS
150
150
  arm64-darwin-21
@@ -59,7 +59,7 @@ module GoNative
59
59
  app_target.add_dependency(extension_target)
60
60
  extension_file = proj.files.find { |f| f.path == "#{extension["name"]}.appex" }
61
61
  embed_phase = app_target.build_phases.find do |phase|
62
- phase.class.method_defined?(:name) && phase.name == 'Embed App Extensions'
62
+ phase.class.method_defined?(:name) && phase.name == 'Embed Foundation Extensions'
63
63
  end
64
64
  embed_phase.add_file_reference(extension_file, true)
65
65
  app_config = proj.files.find { |f| f.path == 'appConfig.json' }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GoNative
4
- VERSION = '1.3.2'
4
+ VERSION = '1.3.3'
5
5
  end
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.2
4
+ version: 1.3.3
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-10 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-cli