solara 0.10.0 → 0.12.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: ba91f4ac1b50db8a88fceaf7f7bf0d64fe2e85f4f868ca5c49ece0323e6012e5
4
+ data.tar.gz: 655a127659f52925774f2be24bcc0e5f0b809dc2888dc8cc64596d5258e67258
5
5
  SHA512:
6
- metadata.gz: 706950176d1fd66f1e10efa9b83d991f444e018bd9cb0282eb74d133a2181fa081a606c91db12f2f9d7e6ce9ae1829e147481949b94acd79d5930263339c9399
7
- data.tar.gz: '08f25956658174869cc3a71223c842a58323448177dce4c5dbb07f6808f2e76105eaec0d3120e6dfe16865c08f4ada4bf11465c2732dd2351e1eec60c11d8af4'
6
+ metadata.gz: bc749685336868918081a7887f4f9e8ae4fa674ef514c44bc610c23282563149fce14ff99773c9848e45f53a55fc331dea2f0831638590d13ee857276e7ad5d5
7
+ data.tar.gz: 43804a36d7b9d8c4280348f217716b9926a56aad6617bcfc25b3a979abc72dba53fa8e61004fa5752b76d444e874e6f490de2e0bc6daa0a1a726a2a502b68d61
@@ -71,8 +71,14 @@ 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 \"#{base_xcconfig_name}\"\n") }
75
- File.open(release_xcconfig_path, "w") { |file| file.write("#include \"#{base_xcconfig_name}\"\n") }
74
+ File.open(debug_xcconfig_path, "w") { |file|
75
+ file.write("#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"\n")
76
+ file.write("#include \"#{base_xcconfig_name}\"\n")
77
+ }
78
+ File.open(debug_xcconfig_path, "w") { |file|
79
+ file.write("#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"\n")
80
+ file.write("#include \"#{base_xcconfig_name}\"\n")
81
+ }
76
82
  end
77
83
 
78
84
  def set_base_xcconfigs(debug_xcconfig_path, release_xcconfig_path)
@@ -88,7 +94,7 @@ class XcodeProjectSwitcher
88
94
 
89
95
  def add_artifacts_group
90
96
  artifacts_dir_name = FilePath.artifacts_dir_name_ios
91
-
97
+
92
98
  case @platform
93
99
  when Platform::Flutter
94
100
  flutter_group = @project.groups.find { |group| group.name == 'Flutter' }
@@ -1,3 +1,3 @@
1
1
  module Solara
2
- VERSION = "0.10.0"
2
+ VERSION = "0.12.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.12.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