cocoapods-bb-PodAssistant 0.3.12.2 → 0.3.12.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: 3440bb4946cc5950fd81fabdcf604815b467a441986b0eddf3787e1226bd5f93
4
- data.tar.gz: e0d1b5979fe4243979a02265acf29c8e42caf0bca355793c6f8193a78d7e4d31
3
+ metadata.gz: 7388162f5ff68f0d7bdcecfc585ab315f33ee0593a81e2c39f1096fe47bd94cb
4
+ data.tar.gz: 2f9a6426ee798a282427935f74d3599e444c16d6e83bc0f6f1ad337191ab2574
5
5
  SHA512:
6
- metadata.gz: b60b8c8959c7be1563c500ea37d754ffc7acab0e3354e34756914932a0c66ce6d5b7165d443d94446e1c1b520b0753e3967f99224bfb800c0a44c8ceac3db6ad
7
- data.tar.gz: 89e48f338eae8cde2bbf46c4a1cdc214868734a592e8a841cea54656d6372e5a09aebfafc64c2af7cc12df24b732ccde56c583ab275773d28fdb78c16cae1a53
6
+ metadata.gz: a53c49045478abb71a9f0b9e4186c6a10c15a743effd03a8e1232250dc856c95a78636b19461daf51dd4c97e966c864c4ef78d1dec96d3817ccdd3a1b7fe8105
7
+ data.tar.gz: d31e76630f7640d9f38bf32d56e3e9a186294c8e404225fe9383fb2efe213225c66a8d3c50441bc49940778cc7c0c11c692bf42fbae52984e0abb8f4cb0d2cab
@@ -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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBbPodassistant
2
- VERSION = "0.3.12.2"
2
+ VERSION = "0.3.12.3"
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.3
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: 2025-04-29 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: cocoapods-core