solara 0.10.0 → 0.11.0

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: 5a5686de4e3afa52cdec8223d3e990d10b3056c4a72d2332a4c376b674966aac
4
- data.tar.gz: 740cbc01a18278920f9722b94f0987c10c55602ee727badb945db19866ee741a
3
+ metadata.gz: e9b751d68677093be4f8ea17ed28bd26290d8a127416e0eb4b8ac720211db486
4
+ data.tar.gz: e3012b2ec92d3461d7b03a907195c73ccc8cefc7ec5373a4587a75f257fc1c01
5
5
  SHA512:
6
- metadata.gz: 706950176d1fd66f1e10efa9b83d991f444e018bd9cb0282eb74d133a2181fa081a606c91db12f2f9d7e6ce9ae1829e147481949b94acd79d5930263339c9399
7
- data.tar.gz: '08f25956658174869cc3a71223c842a58323448177dce4c5dbb07f6808f2e76105eaec0d3120e6dfe16865c08f4ada4bf11465c2732dd2351e1eec60c11d8af4'
6
+ metadata.gz: 5028b0c6de6fab9101abc28c01622d52d96aad7a8c6f9f5e81b310f0df98e0266a4f17b62176390ada2152c9ef35de61860c5101b6eb1fe3823631479ffe8752
7
+ data.tar.gz: fdc79484c48fe17cb276a6595ded7723f34130ee68653b3467e9659b666447102c04310e89c7a9bc374713b4cda3089339650f3f9329483678fe3e00c4af708f
@@ -71,6 +71,8 @@ class XcodeProjectSwitcher
71
71
  raise ArgumentError, "Invalid platform: #{@platform}"
72
72
  end
73
73
 
74
+ File.open(debug_xcconfig_path, "w") { |file| file.write("#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"") }
75
+ File.open(release_xcconfig_path, "w") { |file| file.write("#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"") }
74
76
  File.open(debug_xcconfig_path, "w") { |file| file.write("#include \"#{base_xcconfig_name}\"\n") }
75
77
  File.open(release_xcconfig_path, "w") { |file| file.write("#include \"#{base_xcconfig_name}\"\n") }
76
78
  end
@@ -1,3 +1,3 @@
1
1
  module Solara
2
- VERSION = "0.10.0"
2
+ VERSION = "0.11.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malek Kamel
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-10 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: thor