cocoapods-bb-xcframework 0.2.2 → 0.2.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: 1033333c183bcba6eecae0b499ca65995cb308abf2d572a692af8ef572bff304
4
- data.tar.gz: 83786e9d5fb0d798fb34ed2ac6f9eabc3e5d34d7884366260d2661dd0e6ee4d2
3
+ metadata.gz: 1808be7db5b29f023bb71b3a2dac198bc5651ec4e06047996f8613621ab7b5b9
4
+ data.tar.gz: 83643d9bc5b96c87791c5988137f2e48c5b10bc6cb8cb5c14bb7802b92efaba3
5
5
  SHA512:
6
- metadata.gz: 9f5c2511a1eed68f90c85b0106cfa2101058498b7589b493ee5270efb2ced1798b898d719405c2174c861abda8535f226659d293cd185438cf44ada06756cbfc
7
- data.tar.gz: 86fd0c94f701825988c8f544e350fff888e36400062661e974af556ee7d0a16c3d0e8dbc84fb510d1531b333cb6eebaee87b494bbc2d798339806870cd008353
6
+ metadata.gz: f6648a147455b340a1ac3cb0502b3c304f2fd94f08cc190dd6777dd7651753ec5469d6292efbd064b48e23d3d146fd6a5477065c69580bfe3f3c0b2c6a25b103
7
+ data.tar.gz: 807879ca0a363cd4eab601d97258127cbcb065ca2e6bff224ffb7890bd257b1c853886c7227bf05e70373758d1fd7aa42833104569e7de5935b169cd11a60f16
@@ -1,3 +1,3 @@
1
1
  module CocoapodsXCFramework
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -13,8 +13,8 @@ module Pod
13
13
  archs = 'x86_64 arm64'
14
14
  elsif platform == 'iOS Simulator'
15
15
  destination = 'generic/platform=iOS Simulator'
16
- archs = 'x86_64 arm64'
17
- # archs = 'x86_64 i386 arm64' # 某些库不支持i386故去除 by hm 21/11/5
16
+ # archs = 'x86_64 arm64'
17
+ archs = 'x86_64 i386 arm64' # swift库针对M1芯片移除x86架构,故模拟器添加i386,解决maccatalyst能正常生成
18
18
  else
19
19
  destination = 'generic/platform=iOS'
20
20
  archs = 'arm64 armv7'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-xcframework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods