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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4cfc2fff39aee0f9265546c438f2aa6126ef39bfa1f1f0efe79306a8d62246a
|
4
|
+
data.tar.gz: 4b3da62440e42f152100015119aa58f0298f359783ad909a4c754ef1380c84ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"
|
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|
|