summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/macapp/src/Assets.xcassets
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-26 11:33:49 +0800
committerGitHub <[email protected]>2025-11-26 11:33:49 +0800
commite7cd3c2c12d3d51ffef3d2aa9885bfef9db8d650 (patch)
tree01bf3737ff18ffb3d6b663c781d2cc9dbd8541d1 /tests/plugins/pack/macapp/src/Assets.xcassets
parent76dc60d1552a0afe1faffd996a36a412e44d548d (diff)
parent29ec59fdd5478d14aed635022630a5f1ff492e7c (diff)
Merge pull request #7062 from xmake-io/dmg
Add dmg xpack format
Diffstat (limited to 'tests/plugins/pack/macapp/src/Assets.xcassets')
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/Contents.json69
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_128x128.pngbin0 -> 11992 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]bin0 -> 24378 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_16x16.pngbin0 -> 1377 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]bin0 -> 2478 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_256x256.pngbin0 -> 24378 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]bin0 -> 91627 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_32x32.pngbin0 -> 2478 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]bin0 -> 5022 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_512x512.pngbin0 -> 91627 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]bin0 -> 269353 bytes
-rw-r--r--tests/plugins/pack/macapp/src/Assets.xcassets/Contents.json7
12 files changed, 76 insertions, 0 deletions
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/Contents.json b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 000000000..6fa879752
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,69 @@
+{
+ "images" : [
+ {
+ "filename" : "icon_16x16.png",
+ "idiom" : "mac",
+ "size" : "16x16",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "[email protected]",
+ "idiom" : "mac",
+ "size" : "16x16",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "icon_32x32.png",
+ "idiom" : "mac",
+ "size" : "32x32",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "[email protected]",
+ "idiom" : "mac",
+ "size" : "32x32",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "icon_128x128.png",
+ "idiom" : "mac",
+ "size" : "128x128",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "[email protected]",
+ "idiom" : "mac",
+ "size" : "128x128",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "icon_256x256.png",
+ "idiom" : "mac",
+ "size" : "256x256",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "[email protected]",
+ "idiom" : "mac",
+ "size" : "256x256",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "icon_512x512.png",
+ "idiom" : "mac",
+ "size" : "512x512",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "[email protected]",
+ "idiom" : "mac",
+ "size" : "512x512",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
+
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_128x128.png b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_128x128.png
new file mode 100644
index 000000000..5d787b620
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_128x128.png
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected] b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
new file mode 100644
index 000000000..be7f6c4f2
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_16x16.png b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_16x16.png
new file mode 100644
index 000000000..8b2771975
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_16x16.png
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected] b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
new file mode 100644
index 000000000..331c7af96
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_256x256.png b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_256x256.png
new file mode 100644
index 000000000..be7f6c4f2
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_256x256.png
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected] b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
new file mode 100644
index 000000000..a5677925b
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_32x32.png b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_32x32.png
new file mode 100644
index 000000000..331c7af96
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_32x32.png
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected] b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
new file mode 100644
index 000000000..c8e5ac0c2
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_512x512.png b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_512x512.png
new file mode 100644
index 000000000..a5677925b
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/icon_512x512.png
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected] b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
new file mode 100644
index 000000000..d6533fea6
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/AppIcon.appiconset/[email protected]
Binary files differ
diff --git a/tests/plugins/pack/macapp/src/Assets.xcassets/Contents.json b/tests/plugins/pack/macapp/src/Assets.xcassets/Contents.json
new file mode 100644
index 000000000..7afcdfaf8
--- /dev/null
+++ b/tests/plugins/pack/macapp/src/Assets.xcassets/Contents.json
@@ -0,0 +1,7 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
+