cocoapods-binary-artifactory-cache 0.0.5 → 0.0.6

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: 5d1634b0e687b99b494362bd28507719a74386d6c8d7706ab6c0b2e41a745fac
4
- data.tar.gz: f4077e2f6fc2d9034e6fdb0d489badae12be729ad53424bb77978a60d9bf89d8
3
+ metadata.gz: b4cfc2fff39aee0f9265546c438f2aa6126ef39bfa1f1f0efe79306a8d62246a
4
+ data.tar.gz: 4b3da62440e42f152100015119aa58f0298f359783ad909a4c754ef1380c84ff
5
5
  SHA512:
6
- metadata.gz: 1ed57ea5c330b425b2673e32a82475a2c580de43a6fe8af0c38961e3f8851ea15a0e5bbbb5cb6eaec227bcd76248bbfe1746c9722233784c4ec97bdc1b5a6a86
7
- data.tar.gz: 9d57ddfa6a7557de65d0f41039874057612dd29097c19840883a2670a480d9deb39760f382ce1a0665db6a57de120492e1a1dfd15f6fe5e73dc7fd87dd12528c
6
+ metadata.gz: 23da6af76fe38360a654ca34afc3041cd07f777f0d28b36b0d29c6ca1f2406bdb80ce9a3154ea0a5745c7a28bf16c2208894b98d4386c153cc3a226c465edf11
7
+ data.tar.gz: ddab146341a0502353fbcf091ae21ea102458a6df055a8812499e53e12fe73d2376b15926a2bcbd34e23dccd7972347c7a4db4826ff2e95edc350462a8c59fcf
@@ -100,8 +100,9 @@ module PodPrebuild
100
100
  output = "#{output_path(target)}/#{target.product_module_name}.xcframework"
101
101
  FileUtils.rm_rf(output)
102
102
 
103
- cmd = ["xcodebuild", "-create-xcframework", "-allow-internal-distribution"]
104
-
103
+ cmd = ["xcodebuild", "-create-xcframework"]
104
+ # -allow-internal-distribution
105
+ #
105
106
  # for each sdk, the order of params must be -framework then -debug-symbols
106
107
  # to prevent duplicated file error when copying dSYMs
107
108
  sdks.each do |sdk|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-artifactory-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Antropov