cocoapods-bb-PodAssistant 0.3.12.2 → 0.3.12.4

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: 3440bb4946cc5950fd81fabdcf604815b467a441986b0eddf3787e1226bd5f93
4
- data.tar.gz: e0d1b5979fe4243979a02265acf29c8e42caf0bca355793c6f8193a78d7e4d31
3
+ metadata.gz: bd7af42fc809c3a498de8df18a203ab1792e5ccc3217ccb7a486b49d46036d75
4
+ data.tar.gz: 539e6403f4b61932959ec74bb32dfbdf13ab9f91aef47df931cae0a915c48345
5
5
  SHA512:
6
- metadata.gz: b60b8c8959c7be1563c500ea37d754ffc7acab0e3354e34756914932a0c66ce6d5b7165d443d94446e1c1b520b0753e3967f99224bfb800c0a44c8ceac3db6ad
7
- data.tar.gz: 89e48f338eae8cde2bbf46c4a1cdc214868734a592e8a841cea54656d6372e5a09aebfafc64c2af7cc12df24b732ccde56c583ab275773d28fdb78c16cae1a53
6
+ metadata.gz: 8132a40bd04ebc79568d88247055753f84ca12cb3f9395a9c5de03965d2030b7bf882ec86d1def58f47971fbc468b2ac2151341ffaa8f5e871d2b1fedf4b55a6
7
+ data.tar.gz: aa55e8b9fda0d7a9c3b30b74985190c40fff41419e0d72bcd288d36db8d657c7403921ffe56bca6837997e7828a7423e5a8845436aff301c206338c623c457d1
@@ -149,11 +149,7 @@ class PodPostInstaller
149
149
  @lib.pod_target_subprojects.each do |project|
150
150
  project.build_configurations.each do |config|
151
151
  config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = ios_deployment_target
152
- if (isUnityProject) then
153
- config.build_settings['ARCHS'] = 'arm64'
154
- else
155
- config.build_settings['ARCHS'] = '$(ARCHS_STANDARD)'
156
- end
152
+ config.build_settings['ARCHS'] = "$(ARCHS_STANDARD)"
157
153
  end
158
154
  end
159
155
  # project.targets.config
@@ -170,11 +166,7 @@ class PodPostInstaller
170
166
 
171
167
  config.build_settings['DEAD_CODE_STRIPPING'] = 'YES'
172
168
  config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = ios_deployment_target
173
- if (isUnityProject) then
174
- config.build_settings['ARCHS'] = 'arm64'
175
- else
176
- config.build_settings['ARCHS'] = '$(ARCHS_STANDARD)'
177
- end
169
+ config.build_settings['ARCHS'] = "$(ARCHS_STANDARD)"
178
170
  # fix xcode14手动签名问题 https://github.com/CocoaPods/CocoaPods/issues/11402
179
171
  # config.build_settings["DEVELOPMENT_TEAM"] = "#{teamid}"
180
172
  # Fix Xcode14 bundle need sign
@@ -64,7 +64,6 @@ module Pod
64
64
  end
65
65
  def update_spec
66
66
  system "pod repo update babybus-babybus-ios-specs-babybus-specs"
67
- system "pod repo update babybus-babybus-ios-specs-sourcev2-specs"
68
67
  system "pod repo update babybus-babybus-ios-specs-dylib-specs"
69
68
  end
70
69
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBbPodassistant
2
- VERSION = "0.3.12.2"
2
+ VERSION = "0.3.12.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-PodAssistant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12.2
4
+ version: 0.3.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: cocoapods-core
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  - !ruby/object:Gem::Version
219
219
  version: '0'
220
220
  requirements: []
221
- rubygems_version: 3.6.5
221
+ rubygems_version: 3.6.8
222
222
  specification_version: 4
223
223
  summary: A longer description of cocoapods-bb-PodAssistant.
224
224
  test_files: []