pindo 4.9.1 → 4.9.2

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: c74254c898c4aed8258d9c19ab0e74bdbce31fd1e3744e145c2ad1ec7e9112c7
4
- data.tar.gz: a06a58190d7de3995e41939902fddbc1b104faed1e8c8c6cf210f505a84adfec
3
+ metadata.gz: c275ab1c2a8f75bf7494dfafb6e833902a0bc1cebd5a5bada1702ed588137b62
4
+ data.tar.gz: 3ea1f71113a7410baaff968fa0d8e18132274fe229e267fc6420fa9391dd2dde
5
5
  SHA512:
6
- metadata.gz: 88df3e2378300ed5f4bba46ebca8d1aee43225f3910074dd38a532b2bda32ba9e829cd813be6b853bd2c32be5e9fb376d09faea65482b7e0e2078e2abcdb0398
7
- data.tar.gz: 541c1a5452e254c898ec992c82037e181fd7d5ce49a0bfeb3827b54efe0ba6b09dc116be108910bcddabf59c43a3d0612b70a44e9f4881072ed05295dbf4b5ab
6
+ metadata.gz: 47c77e0dcf5b3e82dc654d0d82f6be21a19b8dfc29f106868561cba19599de29bf86f4df7f43a4d621c43cf6ed46e0e320f2043d0851172a9ef42e4d21f50945
7
+ data.tar.gz: 87dc84f551d923849b54d5f0214c88a2cbcb9b638255715e6314f2e470efc3998e0aef417246932984d6e176fddca87a002d8d69fae218646c9fedb660560584
@@ -141,13 +141,13 @@ module Pindo
141
141
  end
142
142
 
143
143
 
144
- pindo_ios_project_dir = File.join(pindo_unity_project_dir, "Platform/iOS")
144
+ pindo_ios_project_dir = File.join(pindo_unity_project_dir, "GoodPlatform/iOS")
145
145
  # 准备额外的参数
146
146
  additional_args = {
147
147
  'platform' => 'iOS'
148
148
  }
149
149
  if @args_base_flag
150
- pindo_ios_project_dir = File.join(pindo_unity_project_dir, "Platform/BaseiOS")
150
+ pindo_ios_project_dir = File.join(pindo_unity_project_dir, "GoodPlatform/BaseiOS")
151
151
  additional_args = {
152
152
  'platform' => 'iOS',
153
153
  'buildtype' => 'library'
@@ -177,7 +177,6 @@ module Pindo
177
177
 
178
178
  Pindo::Command::Ios::Debug::run(args_temp)
179
179
 
180
-
181
180
 
182
181
  end
183
182
 
@@ -90,7 +90,7 @@ module Pindo
90
90
  selected_major_version = major_versions[choice - 1]
91
91
 
92
92
  # 保存选择的主版本号
93
- config = Pindo::Config::PindoUserLocalConfig.instance
93
+ config = Pindo::PindoUserLocalConfig.instance
94
94
  config.unity_version = selected_major_version
95
95
  config.save
96
96
 
@@ -102,7 +102,7 @@ module Pindo
102
102
  end
103
103
 
104
104
  # 使用已保存的版本
105
- config = Pindo::Config::PindoUserLocalConfig.instance
105
+ config = Pindo::PindoUserLocalConfig.instance
106
106
  saved_version = config.unity_version
107
107
 
108
108
  if saved_version
data/lib/pindo/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Pindo
2
2
 
3
- VERSION = "4.9.1"
3
+ VERSION = "4.9.2"
4
4
 
5
5
  class VersionCheck
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pindo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.1
4
+ version: 4.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wade