cocoapods-ocean_modulemap 0.0.1 → 0.0.2
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: 4d3c11a07ca31eef982a714e0745e5849977ad22dcfecc374e43937187dacac8
|
|
4
|
+
data.tar.gz: 15bb815989a2605bd209fa4a7242103a5c41ddac2abfbc68e89fb74fd2291270
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8b8af0a84c17a3573cb2a35cf1aed7ae19d11dd0505fba2f20ac31748f43716cbd68c7a1e4025ce6a964501be1b7b3b002289ec2596be130459e97b79494986
|
|
7
|
+
data.tar.gz: d9e5dbcbfcb2b97a130f46d19f69d69b487ddb40878408ff92f4f7c8c3284a321b9594764e3661e8b8fd22659ffc892686178cd6b59e3e41ba098b07cdef6f81
|
|
@@ -195,11 +195,12 @@ framework module #{framework_name} {
|
|
|
195
195
|
#{normal_headers_contents.join("\n ")}
|
|
196
196
|
|
|
197
197
|
export *
|
|
198
|
-
module * { export * }
|
|
199
198
|
}
|
|
200
199
|
MODULE_MAP
|
|
201
200
|
|
|
202
|
-
|
|
201
|
+
# TODO: module * { export * }
|
|
202
|
+
|
|
203
|
+
puts "\n generate_moudulemap_content result:"
|
|
203
204
|
puts content
|
|
204
205
|
|
|
205
206
|
content
|