aboutsummaryrefslogtreecommitdiffstats
path: root/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-01-26 19:28:38 -0800
committerJake Petroules <jake.petroules@qt.io>2017-02-08 11:16:22 +0000
commite9fb1cc49edc9d50be5cff2f08599a9056627581 (patch)
tree5778e6e1715242d36315df6878fccd262764ee94 /examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json
parent08c5bfa1a860cf33ed4da951a543d434045e8345 (diff)
Attach the bundle.content file tag to files that are part of a bundle
This simplifies installation for end users, as they only ever have to use this one tag to install an entire bundle, rather than having to remember every possible file tag attached to the output artifacts of rules which install their output to a bundle. Refactor associated rules to handle this new internal workflow. This paves the way for other new functionality like bundle embedding. Change-Id: I76369383ae08d1ff5433b73d517a657dbd329b78 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json')
-rw-r--r--examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json b/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json
new file mode 100644
index 000000000..4b1cfb1f0
--- /dev/null
+++ b/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "scale" : "1x",
+ "filename" : "icon_16x16.png"
+ },
+ {
+ "idiom" : "universal",
+ "scale" : "2x",
+ "filename" : "icon_16x16@2x.png"
+ },
+ {
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file